This document is archived and information here might be outdated. Recommended version. |
The size or length of a specified dimension.
[Visual Basic .NET]
Public Function GetDimensionSize ( _
ByVal dimName As String _
) As Integer
[C#]
public int GetDimensionSize (
string dimName
);
[C++]
HRESULT GetDimensionSize(
BSTR dimName
);
[C++] Parameters dimName [in]
dimName is a parameter of type BSTR