STK AgCrdnPluginSend 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 System.Array
[C#]
public System.Array CurrentValue_Array(
    Object DispInterface
);
[Managed C++]
public: System::Array CurrentValue_Array(
    IUnknown ^ DispInterface
);
[Unmanaged C++]
public: HRESULT CurrentValue_Array(
    IUnknown * DispInterface,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray currentValue_Array(
    Object DispInterface
);

Parameters

DispInterface

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.