AGI AgCrdnPlugin 11 Send 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.






Description

Computes the Angle (rad) at the interface's current time

Syntax

[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
);

[Java]
public double currentValue_RetVal(
Object DispInterface
);

[Unmanaged C++]
public: HRESULT CurrentValue_RetVal(
IUnknown * DispInterface,
double * ReturnValue
);

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1