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


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

IParcelConstruction3.SetLineTemplate Method

Line template at a row.

[Visual Basic .NET]
Public Sub SetLineTemplate ( _
    ByVal Row As Integer, _
    ByVal pLineTemplate As IEditTemplate, _
    ByVal applyTemplate As Boolean _
)
[C#]
public void SetLineTemplate (
    int Row,
    IEditTemplate pLineTemplate,
    bool applyTemplate
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction3 Interface