AGI STK Objects 11 Send comments on this topic.
Position Property (IAgMtoTrackPoint)
See Also 
Windows






Windows & Linux

Description

Whether to interpolate the track's position between each defined point. The track's marker and label position will be linearly interpolated between the track points for the current animation time.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Position() As IAgPosition

[C#]
public IAgPosition Position {get;}

[Managed C++]
public: __property IAgPosition^ get_Position();

[Unmanaged C++]
public: HRESULT get_Position(
IAgPosition ** ppRetVal
);

[Java]
public IAgPosition getPosition();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface