AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Acceleration_Array Method (IAgAccessConstraintPluginObjectData)
See Also 
Frame
Requested frame to express the results





Description

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.

Syntax

[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
);

[Java]
public VariantArray acceleration_Array(
AgEUtFrame Frame
);

[Unmanaged C++]
public: HRESULT Acceleration_Array(
AgEUtFrame Frame,
SAFEARRAY ** Array
);

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame to express the results

Return Type

An array containing the acceleration components in the requested frame, as observed rotating with the frame

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1