Gets or sets the coordinate system being used.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CoordinateSystemType() As AgECoordinateSystem |
| [C#] |
|---|
public AgECoordinateSystem CoordinateSystemType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECoordinateSystem get_CoordinateSystemType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECoordinateSystem getCoordinateSystemType(); public void setCoordinateSystemType( AgECoordinateSystem ); |
[Python - STK API ] |
|---|
@property def CoordinateSystemType(self) -> "AgECoordinateSystem": @CoordinateSystemType.setter def CoordinateSystemType(self, ECoordinateSystem:"AgECoordinateSystem") -> None: |






