This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditLayers Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control information about layers in the edit session.
This interface is new at ArcGIS 9.3.
The IEngineEditLayers interface is used to access information about layers involved in an edit session. For example, use IEngineEditLayers to determine if a particular layer involved in an edit session is editable or not; in addition,
use IEngineEditLayers to check or set the editor�s current layer and current subtype.
The 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.
Description | ||
---|---|---|
CurrentSubtype | The sub type for new features in the CurrentLayer. | |
IsEditable | Indicates if the specific feature layer is editable. | |
SetTargetLayer | Sets the EngineEditor's target layer and subtype for new features. | |
TargetLayer | The EngineEditor's target layer that new features are added to. |
CoClasses and Classes | Description |
---|---|
EngineEditor | A singleton object representing the Engine editing environment. |