STK ObjectsSend comments on this topic.
CoordinateAxesType Property (IAgVeAttitudeExportTool)
See Also
Windows





Windows & Linux

Description

The coordinate axes to be used in the file.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.