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.
[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 ); |
- DispInterface