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


INetCDFWorkspace.GetVariablesByDimension Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

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,
  IStringArray** ppOut
);
[C++]

Parameters dimName [in] dimName is a parameter of type BSTR ppOut [out, retval]
ppOut is a parameter of type IStringArray

Product Availability

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

See Also

INetCDFWorkspace Interface