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


IMdVariable3.TemplateLayerFile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdVariable3.TemplateLayerFile Property

Indicates the layer to use for drawing information.

[Visual Basic .NET]
Public Property TemplateLayerFile As String
[C#]
public string TemplateLayerFile {get; set;}
[C++]
HRESULT get_TemplateLayerFile(
  BSTR* pLayer
);
[C++]
HRESULT put_TemplateLayerFile(
  BSTR pLayer
);
[C++]

Parameters pLayer [out, retval] pLayer is a parameter of type BSTR pLayer [in] pLayer is a parameter of type BSTR

Product Availability

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

See Also

IMdVariable3 Interface