Gets or sets the reference axes that is used to align the ellipsoid.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceFrame() As IAgCrdnAxes |
[C#] |
---|
public IAgCrdnAxes ReferenceFrame {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnAxes ^ get_ReferenceFrame(); |
[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: |