This document is archived and information here might be outdated.  Recommended version.


INetCDFWorkspace.GetDimensionSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

INetCDFWorkspace.GetDimensionSize Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetCDFWorkspace Interface