The coordinate system.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordSystemName() As String |
[C#] |
---|
public string CoordSystemName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordSystemName(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordSystemName( BSTR * pVal ); public: HRESULT put_CoordSystemName( BSTR newVal ); |
[Java] |
---|
public String getCoordSystemName(); public void setCoordSystemName( String ); |
[Python - STK API] |
---|
@property def CoordSystemName(self) -> str: @CoordSystemName.setter def CoordSystemName(self, newVal:str) -> None: |