A position of the point fixed on the central body.
Read-only property
[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(); |
[Python - STK API ] |
---|
@property def Position(self) -> "IAgPosition": |