Provides access to members that control information about layers in the edit session.
| Description | ||
|---|---|---|
![]() |
CurrentLayer | Indicates the editor's target layer which new features are added to. |
![]() |
CurrentSubtype | The sub type for new features in the CurrentLayer. |
![]() |
IsEditable | Determines if a specific feature layer is editable. |
![]() |
SetCurrentLayer | The editor's target layer and subtype for new features. |
| CoClasses and Classes | Description |
|---|---|
| Editor | The Object Editor Extension. |
The IEditLayers interface is used to access information about layers involved in an edit session. For example, use IEditLayers to determine if a particular layer involved in an edit session is editable or not; in addition,
use IEditLayers to check or set the editor’s current layer and current subtype.
The current layer (or target layer) determines which layer will receive newly created features. Edit tasks and commands that create new features use this property to determine to which layer to write out the new features.
IDatasetEdit Interface | IDatasetEditInfo Interface | IEditEvents2 Interface | Editor Class | IEditTask.OnDeleteSketch Method | IEditor Interface | IEditEvents Interface | IEditTask.OnFinishSketch Method | IEditProperties Interface | ISnapEnvironment Interface | IEditTask.Deactivate Method | IEditAttributeProperties Interface | IEditTask.Activate Method | IEditLayers Interface | IEditTask.Name Property | IEditSketch Interface | IFeatureLayer Interface