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


IParcelConstruction4.PasteLines Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.PasteLines Method

Paste lines from the clipboard or provided features. If maxLines=-1, the regkey will be used. LineTemplate and Features are optional. Use -1 for fabric tolerance.

[Visual Basic .NET]
Public Sub PasteLines ( _
    ByVal coordinatesUsage As esriPasteLineCoodinatesTypes, _
    ByVal showWarningUI As Boolean, _
    ByVal maxLines As Integer, _
    ByVal pLineTemplate As IEditTemplate, _
    ByVal pFeatures As IArray, _
    ByVal pointTolerance As Double _
)
[C#]
public void PasteLines (
    esriPasteLineCoodinatesTypes coordinatesUsage,
    bool showWarningUI,
    int maxLines,
    IEditTemplate pLineTemplate,
    IArray pFeatures,
    double pointTolerance
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface