ArcObjects Library Reference (CadastralUI)  

IParcelEditManager3.StartConstructionPasteEdit Method

Start Editing as new construction and paste lines. Use -1 for fabric tolerance.

[Visual Basic .NET]
Public Sub StartConstructionPasteEdit ( _
    ByVal pPlan As IGSPlan, _
    ByVal pasteCoordinatesUsage As esriPasteLineCoodinatesTypes, _
    ByVal applyLineTemplate As Boolean, _
    ByVal showWarnings As Boolean, _
    ByVal pasteTolerance As Double _
)
[C#]
public void StartConstructionPasteEdit (
    IGSPlan pPlan,
    esriPasteLineCoodinatesTypes pasteCoordinatesUsage,
    bool applyLineTemplate,
    bool showWarnings,
    double pasteTolerance
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelEditManager3 Interface