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


IEditTemplate.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditTemplate Interface > IEditTemplate.Layer Property
ArcGIS Developer Help

IEditTemplate.Layer Property

Gets the layer of the template.

[Visual Basic .NET]
Public Property Layer As ILayer
[C#]
public ILayer Layer {get; set;}
[C++]
HRESULT get_Layer(
  ILayer** Layer
);
[C++]
HRESULT putref_Layer(
  ILayer* Layer
);
[C++]
Parameters
Layer [out, retval]

Layer is a parameter of type ILayer** Layer [in]
Layer is a parameter of type ILayer*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Set or return the layer associated with the template.

See Also

IEditTemplate Interface

.NET Samples

Points along line construction tool