This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelEditManager3 Interface > IParcelEditManager3.StartConstructionPasteEdit Method (ArcObjects .NET 10.5 SDK) |
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 );