Computes the Angle (rad) and its rate (rad/sec) at the interface's current time.
[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 ); |
- DispInterface
An interface supporting IAgEpoch. This is the interface that is passed to the plugin component method call.
An array containing the angle and its rate at the current time.
Plugin components that know a current time use interface arguments supporting this interface. See IAgAsHpopPluginResult and IAgGatorPluginResultState for examples.