Gets or sets the coordinate system in which latitude and longitude are to be measured.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordinateSystem() As AgEVeCoordinateSystem |
[C#] |
---|
public AgEVeCoordinateSystem CoordinateSystem {get; set;} |
[Managed C++] |
---|
public: __property AgEVeCoordinateSystem get_CoordinateSystem(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordinateSystem( AgEVeCoordinateSystem * pVal ); public: HRESULT put_CoordinateSystem( AgEVeCoordinateSystem CoordinateSystem ); |
[Java] |
---|
public AgEVeCoordinateSystem getCoordinateSystem(); public void setCoordinateSystem( AgEVeCoordinateSystem ); |
[Python - STK API ] |
---|
@property def CoordinateSystem(self) -> "AgEVeCoordinateSystem": @CoordinateSystem.setter def CoordinateSystem(self, CoordinateSystem:"AgEVeCoordinateSystem") -> None: |