This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetDimensionSize Method (ArcObjects .NET 10.4 SDK) |
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,
long* dimSize
);
[C++]
Parameters dimName [in] dimName is a parameter of type BSTR dimSize [out, retval] dimSize is a parameter of type long