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++] |
---|
public: HRESULT get_CoordinateSystem( AgEAntennaGraphicsCoordinateSystem * pVal ); public: HRESULT put_CoordinateSystem( AgEAntennaGraphicsCoordinateSystem coordinateSystem ); |
[Java] |
---|
public AgEAntennaGraphicsCoordinateSystem getCoordinateSystem(); public void setCoordinateSystem( AgEAntennaGraphicsCoordinateSystem ); |
[Python - STK API ] |
---|
@property def CoordinateSystem(self) -> "AgEAntennaGraphicsCoordinateSystem": @CoordinateSystem.setter def CoordinateSystem(self, coordinateSystem:"AgEAntennaGraphicsCoordinateSystem") -> None: |