AGI AgCrdnPlugin 11 Send comments on this topic.
CurrentValue_Array Method (IAgCrdnConfiguredSystemWithRate)
See Also 
DispInterface

An interface supporting IAgEpoch. This is the interface that is passed to the plugin component method call.






Description

Computes the System position and velocity, quaternion, and angular rate in reference components (in internal units) at the interface's current time, returned as an array representing x, y, z, vx, vy, vz, q1, q2, q3, q4, wx, wy, wz. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function CurrentValue_Array( _
   ByVal DispInterface As Object _
) As System.Array

[C#]
public System.Array CurrentValue_Array(
Object DispInterface
);

[Managed C++]
public: System::Array CurrentValue_Array(
IUnknown ^ DispInterface
);

[Java]
public VariantArray currentValue_Array(
Object DispInterface
);

[Unmanaged C++]
public: HRESULT CurrentValue_Array(
IUnknown * DispInterface,
SAFEARRAY ** Array
);

Parameters

DispInterface

An interface supporting IAgEpoch. This is the interface that is passed to the plugin component method call.

Return Type

An array containing the System's origin location, the System's axes quaternion, and their rates at the current time

Remarks

Plugin components that know a current time use interface arguments supporting this interface. See IAgAsHpopPluginResult and IAgGatorPluginResultState for examples.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1