ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Assigning domains to fields | Creating and modifying domains