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