AGI AgCrdnPlugin 11Send comments on this topic.
CurrentValue_Array Method (IAgCrdnConfiguredCalcParameterSetWithRate)
See Also
DispInterface
Windows






Windows & Linux

Description

Computes the set of parameters and their rates at the interface's current time, returned as an array. The last element of the array is an error flag indicator.

Syntax

[Visual Basic .NET]
Public Function CurrentValue_Array( _
    ByVal DispInterface As Object _
) As 
[C#]
public System.Array CurrentValue_Array(
    Object DispInterface
);
[Managed C++]
public: System::Array CurrentValue_Array(
    IUnknown ^ DispInterface
);
[Java]
public VariantArray currentValue_Array(
    Object DispInterface
);
[Unmanaged C++]
public: HRESULT CurrentValue_Array(
    IUnknown * DispInterface,
    SAFEARRAY * * pArray
);

Parameters

DispInterface

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.