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


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

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