ArcObjects Library Reference (Editor)  

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

.NET Related Topics

Managing edit sessions and edit operations