AGI AgCrdnPlugin 11Send comments on this topic.
CurrentValue_RetVal Method (IAgCrdnConfiguredAngle)
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 Angle (rad) at the interface's current time

Syntax

[Visual Basic .NET]
Public Function CurrentValue_RetVal( _
    ByVal DispInterface As Object _
) As 
[C#]
public double CurrentValue_RetVal(
    Object DispInterface
);
[Managed C++]
public: double CurrentValue_RetVal(
    IUnknown ^ DispInterface
);
[Java]
public double currentValue_RetVal(
    Object DispInterface
);
[Unmanaged C++]
public: HRESULT CurrentValue_RetVal(
    IUnknown * DispInterface,
    double * pAngle
);

Parameters

DispInterface

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

Return Type

The angle 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.