This document is archived and information here might be outdated. Recommended version. |
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
);
[C++]
Parameters dimName [in]
dimName is a parameter of type BSTR vValue [in]
vValue is a parameter of type VARIANT