STK ObjectsSend comments on this topic.
ReferenceFrame Property (IAgVeVOEllipsoid)
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
);
[Python - STK API ]
@property
def ReferenceFrame(self) -> "IAgCrdnAxes":

@ReferenceFrame.setter
def ReferenceFrame(self, ReferenceFrame:"IAgCrdnAxes") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.