Description
Gets the reference frame that the reference point is returned in. This reference frame is composed of the camera's to point and the axes.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ReferencePointReferenceFrame() As IAgCrdnSystem
|
| [Managed C++] |
|---|
public: __property IAgCrdnSystem ^ get_ReferencePointReferenceFrame();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ReferencePointReferenceFrame(
IAgCrdnSystem ** ppRetVal
);
|
| [Python - STK API] |
|---|
@property
def ReferencePointReferenceFrame(self) -> "IAgCrdnSystem":
|
See Also