AGI STK Objects 11 Send comments on this topic.
Interpolate Property (IAgMtoTrack)
See Also 





Description

Opt whether the track's position will be linearly interpolated between points, or will only be displayed at the defined points at the defined times.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Interpolate() As Boolean

[C#]
public bool Interpolate {get; set;}

[Managed C++]
public: __property bool get_Interpolate();
public: __property void set_Interpolate(
bool
);

[Unmanaged C++]
public: HRESULT get_Interpolate(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Interpolate(
VARIANT_BOOL NewInterpolate
);

[Java]
public bool getInterpolate();public void setInterpolate(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1