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

[Java]
public bool currentValue(
Object DispInterface,
double Value,
double Rate
);

[Unmanaged C++]
public: HRESULT CurrentValue(
IUnknown * DispInterface,
double * Value,
double * Rate,
VARIANT_BOOL * ReturnValue
);

Parameters

DispInterface
Value
Rate

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface