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