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





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 * pNewReferenceFrame
);

[Java]
public IAgCrdnAxes getReferenceFrame();public void setReferenceFrame(
IAgCrdnAxes
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1