ArcObjects Library Reference (GeoDatabase)  

IField.Editable Property

Indicates if the field is editable.

[Visual Basic .NET]
Public ReadOnly Property Editable As Boolean
[C#]
public bool Editable {get;}
[C++]
HRESULT get_Editable(
  VARIANT_BOOL* IsEditable
);
[C++]

Parameters

IsEditable [out, retval]   IsEditable is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

It is best to loop through the fields of a feature and skip the fields that are not editable, rather than allowing users to attempt to edit fields that cannot be edited.

See Also

IField Interface

.NET Samples

Bind a geodatabase table to a .NET control (Code Files: FieldPropertyDescriptor) |

.NET Related Topics

Working with fields |