AGI AgCrdnPlugin 11 Send comments on this topic.
CurrentValue Method (IAgCrdnConfiguredCalcScalar)
See Also 
DispInterface
Value





Description

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

Syntax

[Visual Basic .NET]
Public Function CurrentValue( _
   ByVal DispInterface As Object, _
   ByRef Value As Double _
) As Boolean

[C#]
public bool CurrentValue(
Object DispInterface,
ref double Value
);

[Managed C++]
public: bool CurrentValue(
IUnknown ^ DispInterface,
double ^ Value
);

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

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

Parameters

DispInterface
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1