AGI STK VGT 11Send 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 * pNewAxes
);
[Java]
public IAgCrdnAxes getAxes();
public void setAxes(
   IAgCrdnAxes
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.