STK AgAsHpopPluginSend comments on this topic.
GetAcceleration_Array Method (IAgAsHpopPluginResultPostEval)
See Also
Type
Acceleration type (i.e., a constituent of the force model).
Frame
Requested frame to express the results.
Windows





Windows & Linux

Description

The acceleration in meters/second^2 contribution of the indicated Type, returned as cartesian components in the specified frame as the array X, Y, Z.

Syntax

[Visual Basic .NET]
Public Function GetAcceleration_Array( _
    ByVal Type As AgEAccelType, _
    ByVal Frame As AgEUtFrame _
) As System.Array
[C#]
public System.Array GetAcceleration_Array(
    AgEAccelType Type,
    AgEUtFrame Frame
);
[Managed C++]
public: System::Array GetAcceleration_Array(
    AgEAccelType Type,
    AgEUtFrame Frame
);
[Unmanaged C++]
public: HRESULT GetAcceleration_Array(
    AgEAccelType Type,
    AgEUtFrame Frame,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray getAcceleration_Array(
    AgEAccelType Type,
    AgEUtFrame Frame
);

Parameters

Type
Acceleration type (i.e., a constituent of the force model).
Frame
Requested frame to express the results.

Return Type

An array containing the acceleration contribution in the requested frame.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.