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


IDomain.FieldType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDomain Interface > IDomain.FieldType Property
ArcGIS Developer Help

IDomain.FieldType Property

The field type of the field.

[Visual Basic .NET]
Public Property FieldType As esriFieldType
[C#]
public esriFieldType FieldType {get; set;}
[C++]
HRESULT get_FieldType(
  esriFieldType* FieldType
);
[C++]
HRESULT put_FieldType(
  esriFieldType FieldType
);
[C++]
Parameters
FieldType [out, retval]

FieldType is a parameter of type esriFieldType* FieldType [in]
FieldType is a parameter of type esriFieldType

Product Availability

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

See Also

IDomain Interface