ArcObjects Library Reference (DataSourcesNetCDF)  

INetCDFWorkspace.GetFieldType Method

The field type of a variable or dimension.

[Visual Basic .NET]
Public Function GetFieldType ( _
    ByVal name As String _
) As esriFieldType
[C#]
public esriFieldType GetFieldType (
    string name
);
[C++]
HRESULT GetFieldType(
  BSTR name,
  esriFieldType* fieldType
);
[C++]

Parameters

name [in]   name is a parameter of type BSTR fieldType [out, retval]

  fieldType is a parameter of type esriFieldType

Product Availability

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

See Also

INetCDFWorkspace Interface