This document is archived and information here might be outdated. Recommended version. |
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*