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


IParcelEditManager3.StartConstructionPasteEdit Method (ArcObjects .NET 10.5 SDK)
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