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


IGPSAGeoDataDomain.FieldType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.FieldType Property
ArcGIS Developer Help

IGPSAGeoDataDomain.FieldType Property

Field type at an index.

[Visual Basic .NET]
Public Function get_FieldType ( _
    ByVal Index As Integer _
) As esriFieldType
[C#]
public esriFieldType get_FieldType (
    int Index
);
[C++]
HRESULT get_FieldType(
  long Index,
  esriFieldType* Type
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Type [out, retval]
Type is a parameter of type esriFieldType*

Product Availability

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

See Also

IGPSAGeoDataDomain Interface