Gets or sets the coordinate system. The default coordinate system of a stopping condition is Earth Inertial.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordSystem() As String |
[C#] |
---|
public string CoordSystem {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordSystem(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordSystem( BSTR * pVal ); public: HRESULT put_CoordSystem( BSTR newVal ); |
[Java] |
---|
public String getCoordSystem(); public void setCoordSystem( String ); |