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


IEditAttributeProperties.AttributeEditClasses Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditAttributeProperties Interface > IEditAttributeProperties.AttributeEditClasses Property
ArcGIS Developer Help

IEditAttributeProperties.AttributeEditClasses Property

The list of applicable feature classes.

[Visual Basic .NET]
Public Property AttributeEditClasses As ISet
[C#]
public ISet AttributeEditClasses {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property reports the collection of editable Feature Classes which the Editor currently has enabled for short transactional editing. So you must be in an edit session for the editor to access the editable Feature Classes.

Use this property to return the collection of Feature Class objects enabled for short transactional editing.

See Also

IEditAttributeProperties Interface