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(
|
| [Java] |
|---|
public AgEOrbitStateType getOrbitStateType();
|