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






Windows & Linux

Description

Get the reference axes relative to which attitude representations are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxes() As IAgCrdnAxes
[C#]
public IAgCrdnAxes ReferenceAxes {get; set;}
[Managed C++]
public: __property IAgCrdnAxes ^ get_ReferenceAxes();
public: __property void set_ReferenceAxes( IAgCrdnAxes );
[Unmanaged C++]
public: HRESULT get_ReferenceAxes(
    IAgCrdnAxes ** ppRetVal
);
public: HRESULT put_ReferenceAxes(
    IAgCrdnAxes ReferenceAxes
);
[Java]
public IAgCrdnAxes getReferenceAxes();
public void setReferenceAxes(
    IAgCrdnAxes
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.