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


IGPNetCDFWorkspace.GetDimensionSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPNetCDFWorkspace.GetDimensionSize Method

The number of dimensions of the NetCDFWorkspace

[Visual Basic .NET]
Public Function GetDimensionSize ( _
    ByVal dimension As String _
) As Integer
[C#]
public int GetDimensionSize (
    string dimension
);
[C++]
HRESULT GetDimensionSize(
  BSTR dimension,
  long* pSize
);
[C++]

Parameters dimension [in] dimension is a parameter of type BSTR pSize [out, retval] pSize is a parameter of type long

Product Availability

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

See Also

IGPNetCDFWorkspace Interface