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


IEngineEditLayers Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditLayers Interface
ArcGIS Developer Help

IEngineEditLayers Interface

Provides access to members that control information about layers in the edit session.

Product Availability

Available with ArcGIS Engine.

Description

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.

 

Members

Name Description
Read-only property CurrentSubtype The sub type for new features in the CurrentLayer.
Method IsEditable Indicates if the specific feature layer is editable.
Method SetTargetLayer Sets the EngineEditor's target layer and subtype for new features.
Read-only property TargetLayer The EngineEditor's target layer that new features are added to.

Classes that implement IEngineEditLayers

Classes Description
EngineEditor A singleton object representing the Engine editing environment.

.NET Samples

Buffer snap agent Cut polygons without selection edit task Managing snap agents Custom reshape polyline edit task Editing using a custom form Custom vertex editing commands Custom vertex editing commands