STK AgCrdnPluginSend comments on this topic.
CurrentValue_Array Method (IAgCrdnConfiguredAxes)
See Also
DispInterface

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

Windows





Windows & Linux

Description

Computes the quaternion representing the Axes at the interface's current time, returned as an array representing q1, q2, q3, q4. 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
);
[Unmanaged C++]
public: HRESULT CurrentValue_Array(
    IUnknown * DispInterface,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray currentValue_Array(
    Object DispInterface
);

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 quaterion components 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.