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,
VARIANT* pVal
);
[C++]Parameters
index [in] index is a parameter of type long name [in] name is a parameter of type BSTR pVal [out, retval] pVal is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.