AGI STK VGT 11 Send comments on this topic.
Axes Property (IAgCrdnParameterSetAttitude)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1