Gets or sets the coordinate system for defining the resolution of the antenna graphics.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CoordinateSystem() As AgEAntennaGraphicsCoordinateSystem |
| [C#] |
|---|
public AgEAntennaGraphicsCoordinateSystem CoordinateSystem {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAntennaGraphicsCoordinateSystem get_CoordinateSystem(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAntennaGraphicsCoordinateSystem getCoordinateSystem(); public void setCoordinateSystem( AgEAntennaGraphicsCoordinateSystem ); |
[Python - STK API ] |
|---|
@property def CoordinateSystem(self) -> "AgEAntennaGraphicsCoordinateSystem": @CoordinateSystem.setter def CoordinateSystem(self, coordinateSystem:"AgEAntennaGraphicsCoordinateSystem") -> None: |






