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


IFieldEdit.Editable 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.Editable Property
ArcGIS Developer Help

IFieldEdit.Editable Property

Indicates if the field can be edited. This should always be set to true.

[Visual Basic .NET]
Public WriteOnly Property Editable_2
[C#]
public void Editable_2 {set;}
[C++]
HRESULT put_Editable(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IFieldEdit Interface