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


IFieldEdit.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldEdit Interface > IFieldEdit.Type Property
ArcGIS Developer Help

IFieldEdit.Type Property

The type for the field.

[Visual Basic .NET]
Public WriteOnly Property Type_2
[C#]
public void Type_2 {set;}
[C++]
HRESULT put_Type(
  esriFieldType 
);
[C++]
Parameters
 [in]

is a parameter of type esriFieldType

Product Availability

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

See Also

IFieldEdit Interface