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


IParcelConstruction4.SetLineTemplateToLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction4 Interface > IParcelConstruction4.SetLineTemplateToLines Method
ArcGIS Developer Help

IParcelConstruction4.SetLineTemplateToLines Method

Apply Line template to row(s).

[Visual Basic .NET]
Public Sub SetLineTemplateToLines ( _
    ByVal pTemplate As IEditTemplate, _
    ByVal Operation As enumSLTOperations _
)
[C#]
public void SetLineTemplateToLines (
    IEditTemplate pTemplate,
    enumSLTOperations Operation
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface