AGI STK Objects 11Send comments on this topic.
ReferenceFrame Property (IAgVeVOControlBox)
See Also
Windows






Windows & Linux

Description

The reference axes that is used to align the ellipsoid.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceFrame() As IAgCrdnAxes
[C#]
public IAgCrdnAxes ReferenceFrame {get; set;}
[Managed C++]
public: __property IAgCrdnAxes ^ get_ReferenceFrame();
public: __property void set_ReferenceFrame( IAgCrdnAxes );
[Unmanaged C++]
public: HRESULT get_ReferenceFrame(
    IAgCrdnAxes ** ppRetVal
);
public: HRESULT put_ReferenceFrame(
    IAgCrdnAxes ReferenceFrame
);
[Java]
public IAgCrdnAxes getReferenceFrame();
public void setReferenceFrame(
    IAgCrdnAxes
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.