STK AgCrdnPluginSend 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 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
);

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.