STK Vector Geometry ToolSend comments on this topic.
Axes Property (IAgCrdnParameterSetAttitude)
See Also
Windows






Windows & Linux

Description

Get the axes for which attitude representations are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Axes() As IAgCrdnAxes
[C#]
public IAgCrdnAxes Axes {get; set;}
[Managed C++]
public: __property IAgCrdnAxes ^ get_Axes();
public: __property void set_Axes( IAgCrdnAxes );
[Unmanaged C++]
public: HRESULT get_Axes(
    IAgCrdnAxes ** ppRetVal
);
public: HRESULT put_Axes(
    IAgCrdnAxes Axes
);
[Java]
public IAgCrdnAxes getAxes();
public void setAxes(
    IAgCrdnAxes
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.