Returns the coordinate type currently being used.
Read-only property
[Visual Basic .NET] |
---|
Public Property OrbitStateType() As AgEOrbitStateType |
[C#] |
---|
public AgEOrbitStateType OrbitStateType {get;} |
[Managed C++] |
---|
public: __property AgEOrbitStateType get_OrbitStateType(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrbitStateType( AgEOrbitStateType * pType ); |
[Java] |
---|
public AgEOrbitStateType getOrbitStateType(); |
[Python - STK API ] |
---|
@property def OrbitStateType(self) -> "AgEOrbitStateType": |