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


IEditInteraction.IsEditableAttribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEditInteraction Interface > IEditInteraction.IsEditableAttribute Property
ArcGIS Developer Help

IEditInteraction.IsEditableAttribute Property

Indicates if a graphic attribute is editable by a representation tool.

[Visual Basic .NET]
Public Function get_IsEditableAttribute ( _
    ByVal editParams As Object, _
    ByVal attrIndex As Integer _
) As Boolean
[C#]
public bool get_IsEditableAttribute (
    object editParams,
    int attrIndex
);
[C++]
HRESULT get_IsEditableAttribute(
  VARIANT editParams,
  long attrIndex,
  Boolean* isEditable
);
[C++]
Parameters
editParams [in]

editParams is a parameter of type VARIANT attrIndex [in]
attrIndex is a parameter of type long isEditable [out, retval]
isEditable is a parameter of type bool*

Product Availability

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

See Also

IEditInteraction Interface