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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.