The apparent relative position of the other object with respect to this object, in the requested frame, returned as an array representing x, y, z. Only eUtFrameInertial and eUtFrameFixed are supported.
[Visual Basic .NET] |
---|
Public Function RelativePosition_Array( _ ByVal Type As AgEAccessApparentPositionType, _ ByVal Frame As AgEUtFrame _ ) As System.Array |
[C#] |
---|
public System.Array RelativePosition_Array( AgEAccessApparentPositionType Type, AgEUtFrame Frame ); |
[Managed C++] |
---|
public: System::Array RelativePosition_Array( AgEAccessApparentPositionType Type, AgEUtFrame Frame ); |
[Unmanaged C++] |
---|
public: HRESULT RelativePosition_Array( AgEAccessApparentPositionType Type, AgEUtFrame Frame, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray relativePosition_Array( AgEAccessApparentPositionType Type, AgEUtFrame Frame ); |
- Type
- An apparent position indicator.
- Frame
- Requested frame to express the results.
An array containing the relative position components in the requested frame, as observed rotating with the frame.