The dimension index for a specified dimension and value.
[Visual Basic .NET] Public Function GetDimensionIndex ( _ ByVal dimName As String, _ ByVal vValue As Object _ ) As Integer
[C#] public int GetDimensionIndex ( string dimName, object vValue );
[C++]
HRESULT GetDimensionIndex(
BSTR dimName,
VARIANT vValue,
long* index
);
[C++]Parameters
dimName [in] dimName is a parameter of type BSTR vValue [in] vValue is a parameter of type VARIANT index [out, retval] index is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.