This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetDimensionSize Method (ArcObjects .NET 10.5 SDK) |
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