STK ObjectsSend comments on this topic.
SetCoordinateAxesType Method (IAgVeAttitudeExportTool)
See Also
CoordinateAxes
Windows





Windows & Linux

Description

Selects the coordinate axes to be used in the file.

Syntax

[Visual Basic .NET]
Public Sub SetCoordinateAxesType( _
    ByVal CoordinateAxes As AgEAttCoordinateAxes _
)
[C#]
public void SetCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Managed C++]
public: void SetCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Unmanaged C++]
public: HRESULT SetCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Java]
public void setCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Python - STK API ]
def SetCoordinateAxesType(self, CoordinateAxes:"AgEAttCoordinateAxes") -> None:

Parameters

CoordinateAxes

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.