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