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






Windows & Linux

Description

Returns a position of the vehicle in central body fixed frame.

Property type

Read-only property

Syntax

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

[C#]
public IAgPosition FixedPosition {get;}

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

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

[Java]
public IAgPosition getFixedPosition();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface