STK AgCrdnPluginSend comments on this topic.
CurrentValue Method (IAgCrdnConfiguredCalcScalarWithRate)
See Also
DispInterface
Value
Rate
Windows





Windows & Linux

Description

Computes the Scalar value and rate in internal units at the interface's current time.

Syntax

[Visual Basic .NET]
Public Function CurrentValue( _
    ByVal DispInterface As Object, _
    ByRef Value As Double, _
    ByRef Rate As Double _
) As Boolean
[C#]
public bool CurrentValue(
    Object DispInterface,
    ref double Value,
    ref double Rate
);
[Managed C++]
public: bool CurrentValue(
    IUnknown ^ DispInterface,
    double ^ Value,
    double ^ Rate
);
[Unmanaged C++]
public: HRESULT CurrentValue(
    IUnknown * DispInterface,
    double * Value,
    double * Rate,
    VARIANT_BOOL * pResult
);

Parameters

DispInterface
Value
Rate

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.