This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdVariable2 Interface > IMdVariable2.TemplateLayer Property (ArcObjects .NET 10.4 SDK) |
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