AGI STK Objects 11Send 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 _
) As 
[C#]
public void SetCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Managed C++]
public: void SetCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Java]
public void setCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);
[Unmanaged C++]
public: HRESULT SetCoordinateAxesType(
    AgEAttCoordinateAxes CoordinateAxes
);

Parameters

CoordinateAxes

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.