STK AgAsHpopPluginSend comments on this topic.
PosVel_Array Method (IAgAsDensityModelResult)
See Also
Frame
Windows





Windows & Linux

Description

Current position (meters) and velocity (meters/second) returned as an array representing X, Y, Z, VX, VY, VZ. Useful for scripting clients.

Syntax

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

Parameters

Frame

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.