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