The object acceleration in the requested frame, returned as an array representing ax, ay, az. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients.
[Visual Basic .NET] |
---|
Public Function Acceleration_Array( _ ByVal Frame As AgEUtFrame _ ) As System.Array |
[C#] |
---|
public System.Array Acceleration_Array( AgEUtFrame Frame ); |
[Managed C++] |
---|
public: System::Array Acceleration_Array( AgEUtFrame Frame ); |
[Unmanaged C++] |
---|
public: HRESULT Acceleration_Array( AgEUtFrame Frame, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray acceleration_Array( AgEUtFrame Frame ); |
- Frame
- Requested frame to express the results.
An array containing the acceleration components in the requested frame, as observed rotating with the frame.