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


IPropertyInfo.Editable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPropertyInfo Interface > IPropertyInfo.Editable Property
ArcGIS Developer Help

IPropertyInfo.Editable Property

Indicates if the property is editable.

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

IsEditable is a parameter of type bool*

Product Availability

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

See Also

IPropertyInfo Interface