Get the coordinate axes to be used in the file.
Read-only property
[Visual Basic .NET] |
---|
Public Property CoordinateAxesType() As AgEAttCoordinateAxes |
[C#] |
---|
public AgEAttCoordinateAxes CoordinateAxesType {get;} |
[Managed C++] |
---|
public: __property AgEAttCoordinateAxes get_CoordinateAxesType(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordinateAxesType( AgEAttCoordinateAxes * pVal ); |
[Java] |
---|
public AgEAttCoordinateAxes getCoordinateAxesType(); |
[Python - STK API ] |
---|
@property def CoordinateAxesType(self) -> "AgEAttCoordinateAxes": |