Gets or sets the coordinate system that will be used in the segment summary report.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayCoordinateSystem() As String |
[C#] |
---|
public string DisplayCoordinateSystem {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DisplayCoordinateSystem(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayCoordinateSystem( BSTR * pDisplayCoordinateSystem ); public: HRESULT put_DisplayCoordinateSystem( BSTR InVal ); |
[Java] |
---|
public String getDisplayCoordinateSystem(); public void setDisplayCoordinateSystem( String ); |