This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineProperties Interface > ILineProperties.Template Property (ArcObjects .NET 10.4 SDK) |
The line template.
[Visual Basic .NET] Public Property Template As ITemplate
[C#] public ITemplate Template {get; set;}
[C++]
HRESULT get_Template(
ITemplate** theTemplate
);
[C++]
HRESULT putref_Template(
ITemplate* theTemplate
);
[C++]
Parameters theTemplate [out, retval]
theTemplate is a parameter of type ITemplate theTemplate [in]
theTemplate is a parameter of type ITemplate
ILineProperties Interface | ITemplate Interface | ILineProperties.Template Property