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





Windows & Linux

Description

Selects a custom coordinate axes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CoordinateAxes() As IAgVeCoordinateAxes
[C#]
public IAgVeCoordinateAxes CoordinateAxes {get;}
[Managed C++]
public: __property IAgVeCoordinateAxes ^ get_CoordinateAxes();
[Unmanaged C++]
public: HRESULT get_CoordinateAxes(
    IAgVeCoordinateAxes ** ppVal
);
[Java]
public IAgVeCoordinateAxes getCoordinateAxes();
[Python - STK API ]
@property
def CoordinateAxes(self) -> "IAgVeCoordinateAxes":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.