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


INetCDFWorkspace.GetFieldType 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.GetFieldType Method
ArcGIS Developer Help

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
);
[C++]
Parameters
name [in]

name is a parameter of type BSTR

Product Availability

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

See Also

INetCDFWorkspace Interface