This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEditInteraction Interface > IEditInteraction.IsEditableAttribute Property (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* 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 VARIANT_BOOL