Description
The coordinate system. The default coordinate system of a stopping condition is Earth Inertial.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CoordSystem() As String
|
| [C#] |
|---|
public string CoordSystem {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CoordSystem(); public: __property void set_CoordSystem( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CoordSystem( BSTR * pRetVal ); public: HRESULT put_CoordSystem( BSTR NewCoordSystem );
|
| [Java] |
|---|
public String getCoordSystem();public void setCoordSystem( String );
|
See Also