The name of the system used to define the coordinate frame associated with the selected RefCrdn.
Read-write property
[Visual Basic .NET] |
---|
Public Property System() As String |
[C#] |
---|
public string System {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_System(); |
[Unmanaged C++] |
---|
public: HRESULT get_System( BSTR * pVal ); public: HRESULT put_System( BSTR pVal ); |
[Java] |
---|
public String getSystem(); public void setSystem( String ); |