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(
|
| [Managed C++] |
|---|
public: double CurrentValue_RetVal(
|
| [Java] |
|---|
public double currentValue_RetVal(
|
| [Unmanaged C++] |
|---|
public: HRESULT CurrentValue_RetVal(
|
- 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.