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


INetCDFWorkspace.GetVariablesByDimension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetVariablesByDimension Method
ArcGIS Developer Help

INetCDFWorkspace.GetVariablesByDimension Method

All variables having the specified dimension name.

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

dimName is a parameter of type BSTR

Product Availability

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

See Also

INetCDFWorkspace Interface