The editor's target layer.
[Visual Basic .NET] Public ReadOnly Property TargetLayer As ILayer
[C#] public ILayer TargetLayer {get;}
[C++]
HRESULT get_TargetLayer(
ILayer** Layer
);
[C++]Parameters
Layer [out, retval]Layer is a parameter of type ILayer
Product Availability
Available with ArcGIS Engine.
Description
The target layer (or current layer) to be editied. For example, if the target layer is set to 'Buildings' any new features created will be part of the 'Buildings' layer.
The TargetLayer gets set when the end user interactively selects a layer using the ControlsEditingTargetToolControl.