Indicates the layer to use for drawing information.
[Visual Basic .NET] Public Property TemplateLayer As ILayer
[C#] public ILayer TemplateLayer {get; set;}
[C++]
HRESULT get_TemplateLayer(
ILayer** ppLayer
);
[C++]
HRESULT putref_TemplateLayer(
ILayer* ppLayer
);
[C++]Parameters
ppLayer [out, retval]ppLayer is a parameter of type ILayer
ppLayer [in]ppLayer is a parameter of type ILayer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.