This document is archived and information here might be outdated. Recommended version. |
The dimension or variable value for a given index.
[Visual Basic .NET] Public Function GetValueFromIndex ( _ ByVal index As Integer, _ ByVal name As String _ ) As Object
[C#] public object GetValueFromIndex ( int index, string name );
[C++]
HRESULT GetValueFromIndex(
long index,
BSTR name
);
[C++]
Parameters index [in]
index is a parameter of type long name [in]
name is a parameter of type BSTR