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





Description

Computes the set of parameters 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
);

[Java]
public VariantArray currentValue_Array(
Object DispInterface
);

[Unmanaged C++]
public: HRESULT CurrentValue_Array(
IUnknown * DispInterface,
SAFEARRAY ** Array
);

Parameters

DispInterface

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1