Computes the Angle (rad) at the interface's current time
[Visual Basic .NET] |
---|
Public Function CurrentValue_RetVal( _ ByVal DispInterface As Object _ ) As Double |
[C#] |
---|
public double CurrentValue_RetVal( Object DispInterface ); |
[Managed C++] |
---|
public: double CurrentValue_RetVal( IUnknown ^ DispInterface ); |
[Unmanaged C++] |
---|
public: HRESULT CurrentValue_RetVal( IUnknown * DispInterface, double * pAngle ); |
[Java] |
---|
public double currentValue_RetVal( Object DispInterface ); |
- DispInterface
An interface supporting IAgEpoch. This is the interface that is passed to the plugin component method call.
The angle at the current time.
Plugin components that know a current time use interface arguments supporting this interface. See IAgAsHpopPluginResult and IAgGatorPluginResultState for examples.