ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.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

IParcelConstruction4 Interface