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


IFieldEdit.Editable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

IFieldEdit Interface