This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetVariablesByDimension Method (ArcObjects .NET 10.4 SDK) |
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