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


IGPNetCDFWorkspace.GetVariablesByDimension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetVariablesByDimension Method
ArcGIS Developer Help

IGPNetCDFWorkspace.GetVariablesByDimension Method

The variables of the NetCDFWorkspace by dimension

[Visual Basic .NET]
Public Function GetVariablesByDimension ( _
    ByVal dimension As String _
) As IGpEnumList
[C#]
public IGpEnumList GetVariablesByDimension (
    string dimension
);
[C++]
HRESULT GetVariablesByDimension(
  BSTR dimension
);
[C++]
Parameters
dimension [in]

dimension is a parameter of type BSTR

Product Availability

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

See Also

IGPNetCDFWorkspace Interface