ArcObjects Library Reference (Display)  

ILineProperties.Template Property

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

Product Availability

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

Description

Template is the template of marks and gaps.

See Also

ILineProperties Interface | ILineProperties.Template Property | ITemplate Interface

.NET Snippets

Create Cartographic Line Symbol

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd)