├── .gitattributes ├── .gitignore ├── CodeSamples ├── SampleParcelFabricEdits │ ├── SampleParcelEditsViaPacket │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── Images │ │ │ ├── MergeParcels.png │ │ │ ├── SampleCreateParcel.png │ │ │ └── SampleParcelEditsViaPacket.png │ │ ├── MergeParcels.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SampleCreateParcel.cs │ │ └── SampleParcelEditsViaPacket.csproj │ ├── SampleParcelFabricEdits.sln │ └── SampleParcelFabricEdits │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── ConvertStraightLineToCurve.cs │ │ ├── Images │ │ ├── ConvertStraightLineToCurve.png │ │ └── SampleParcelFabricEdits.png │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── SampleParcelFabricEdits.csproj ├── SampleParcelFabricEvents │ ├── SampleParcelFabricEvents.sln │ └── SampleParcelFabricEvents │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── FabricEventsExtension.cs │ │ ├── Images │ │ └── SampleParcelFabricEvents.png │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── SampleParcelFabricEvents.csproj └── SampleParcelTraceTool │ ├── SampleParcelTraceTool.sln │ └── SampleParcelTraceTool │ ├── Config.Designer.cs │ ├── Config.esriaddinx │ ├── Images │ ├── SampleParcelTraceTool.png │ └── SampleTraceTool1.png │ ├── Properties │ └── AssemblyInfo.cs │ ├── SampleParcelTraceTool.csproj │ ├── SampleTraceTool1.Designer.cs │ └── SampleTraceTool1.cs ├── DataLoading ├── COGOImporter │ └── COGOCoverageImporter │ │ ├── COGOCoverageImporter.sln │ │ └── COGOCoverageImporter │ │ ├── COGOCoverageImporter.csproj │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── CustomizeHelperExt.cs │ │ ├── Images │ │ ├── COGOCoverageImporter.png │ │ └── LoadCOGOData.png │ │ ├── LoadCOGOData.cs │ │ └── Properties │ │ └── AssemblyInfo.cs ├── CadastralXML │ ├── AddInOverlay.png │ ├── Addin_CadastralXML │ │ └── SourceCode │ │ │ ├── CadastralXML.sln │ │ │ └── CadastralXML │ │ │ ├── AppendCadastralXMLFiles.cs │ │ │ ├── CadastralXML.csproj │ │ │ ├── Config.Designer.cs │ │ │ ├── Config.esriaddinx │ │ │ ├── CustomizeHelper.cs │ │ │ ├── Images │ │ │ ├── AppendCadastralXMLFiles.png │ │ │ └── CadastralXML.png │ │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ └── AppendFilesOnParcelEditorMenu.png └── ControlImporter │ └── ControlImporter │ ├── ControlImporter.sln │ └── ImportControlPointsToFabric │ ├── ImportControlPointsToFabric.csproj │ ├── LicenseInitializer.Designer.cs │ ├── LicenseInitializer.cs │ ├── Program.cs │ └── Properties │ └── AssemblyInfo.cs ├── DataReviewAndRepair ├── DeleteParcelFabricRecords │ └── AddIn_DeleteParcelFabricRecords │ │ └── SourceCode │ │ ├── DeleteFabricRecords.sln │ │ └── DeleteParcelsAndPlans │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── CustomizelHelperExtension.cs │ │ ├── DeleteFabricRecords.csproj │ │ ├── Help │ │ ├── Help.htm │ │ ├── Help_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── image001.png │ │ │ ├── image002.png │ │ │ ├── image003.jpg │ │ │ ├── image004.png │ │ │ ├── image005.png │ │ │ ├── image006.png │ │ │ ├── image007.png │ │ │ ├── image008.jpg │ │ │ ├── image009.png │ │ │ ├── image010.jpg │ │ │ ├── image011.png │ │ │ ├── image012.png │ │ │ ├── image013.png │ │ │ ├── image014.png │ │ │ ├── image015.png │ │ │ ├── image016.png │ │ │ ├── image017.png │ │ │ ├── image018.jpg │ │ │ ├── image019.png │ │ │ ├── image020.jpg │ │ │ ├── image021.png │ │ │ ├── image022.jpg │ │ │ ├── image023.png │ │ │ ├── image024.jpg │ │ │ ├── image025.png │ │ │ ├── image026.jpg │ │ │ ├── image027.png │ │ │ ├── image028.jpg │ │ │ ├── image029.png │ │ │ ├── image030.jpg │ │ │ ├── image031.png │ │ │ ├── image032.jpg │ │ │ ├── image033.png │ │ │ ├── image034.png │ │ │ ├── image035.png │ │ │ ├── image036.png │ │ │ ├── image037.png │ │ │ ├── image038.jpg │ │ │ ├── image039.png │ │ │ ├── image040.jpg │ │ │ ├── image041.png │ │ │ ├── image042.jpg │ │ │ ├── image043.png │ │ │ ├── image044.jpg │ │ │ ├── image045.png │ │ │ ├── image046.png │ │ │ ├── image047.jpg │ │ │ ├── image048.png │ │ │ ├── image049.png │ │ │ └── themedata.thmx │ │ ├── InvalidFCAssociations.htm │ │ ├── InvalidFCAssociations_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── item0001.xml │ │ │ ├── props002.xml │ │ │ └── themedata.thmx │ │ ├── InvalidVectors.htm │ │ ├── InvalidVectors_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── item0001.xml │ │ │ ├── props002.xml │ │ │ └── themedata.thmx │ │ ├── LinepointChecks.htm │ │ ├── LinepointChecks_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── image001.png │ │ │ ├── image002.gif │ │ │ ├── image003.png │ │ │ ├── image004.gif │ │ │ ├── image005.png │ │ │ ├── image006.gif │ │ │ ├── image007.png │ │ │ ├── image008.gif │ │ │ ├── image009.emz │ │ │ ├── image010.gif │ │ │ ├── image011.emz │ │ │ ├── image012.gif │ │ │ └── themedata.thmx │ │ ├── LinesWithSameToFrom.htm │ │ ├── LinesWithSameToFrom_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ └── themedata.thmx │ │ ├── OrphanLines.htm │ │ ├── OrphanLines_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── item0001.xml │ │ │ ├── props002.xml │ │ │ └── themedata.thmx │ │ ├── OrphanPoints.htm │ │ ├── OrphanPoints_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── image001.png │ │ │ ├── image002.gif │ │ │ ├── item0001.xml │ │ │ ├── props002.xml │ │ │ └── themedata.thmx │ │ ├── ParcelsWithNoLines.htm │ │ └── ParcelsWithNoLines_files │ │ │ ├── colorschememapping.xml │ │ │ ├── filelist.xml │ │ │ ├── item0001.xml │ │ │ ├── props002.xml │ │ │ └── themedata.thmx │ │ ├── Images │ │ ├── DeleteEmptyPlans.png │ │ ├── DeleteSelectedParcels.png │ │ ├── InconsistenciesOK.png │ │ ├── InconsistencyError.png │ │ ├── InconsistencyInfo.png │ │ ├── InconsistencyWarning.png │ │ ├── SelectTool1.cur │ │ ├── SurrogateDefault.png │ │ ├── ToolbarHelp.png │ │ ├── TruncateFabricTable.png │ │ ├── clsDeleteInconsistentRecords.png │ │ ├── clsDeleteOrphansTool.png │ │ ├── clsDeleteSelectedConnxLines.png │ │ ├── clsDeleteSelectedControl.png │ │ ├── clsDeleteSelectedLinePts.png │ │ ├── clsDeleteSelectedParcels.png │ │ └── clsPartialScanInconsistentRecords.png │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── ToolBarHelpDLG.Designer.cs │ │ ├── ToolBarHelpDLG.cs │ │ ├── ToolBarHelpDLG.resx │ │ ├── ToolbarHelp.cs │ │ ├── TruncateFabricTables.cs │ │ ├── clsDeleteEmptyPlans.cs │ │ ├── clsDeleteInconsistentRecords.cs │ │ ├── clsDeleteOrphansTool.cs │ │ ├── clsDeleteSelectedConnxLines.cs │ │ ├── clsDeleteSelectedControl.cs │ │ ├── clsDeleteSelectedLinePts.cs │ │ ├── clsDeleteSelectedParcels.cs │ │ ├── clsFabricUtils.cs │ │ ├── clsPartScanInconsistentRecords.cs │ │ ├── dlgChoosePartialScanType.Designer.cs │ │ ├── dlgChoosePartialScanType.cs │ │ ├── dlgChoosePartialScanType.resx │ │ ├── dlgEmptyPlansList.Designer.cs │ │ ├── dlgEmptyPlansList.cs │ │ ├── dlgEmptyPlansList.resx │ │ ├── dlgInconsistentRecords.Designer.cs │ │ ├── dlgInconsistentRecords.cs │ │ ├── dlgInconsistentRecords.resx │ │ ├── dlgReport.Designer.cs │ │ ├── dlgReport.cs │ │ ├── dlgReport.resx │ │ ├── dlgTruncate.Designer.cs │ │ ├── dlgTruncate.cs │ │ └── dlgTruncate.resx ├── ParcelFabricQualityControl │ ├── AddInThumbnailQCToolbar.png │ ├── Addin_ParcelFabricQualityControl │ │ ├── ParcelFabricQCToolBar.png │ │ └── SourceCode │ │ │ ├── ParcelFabricQualityControl.sln │ │ │ └── ParcelFabricQualityControl │ │ │ ├── AddQCLayers.cs │ │ │ ├── CalcStatedArea.cs │ │ │ ├── CalcStatedAreaDLG.Designer.cs │ │ │ ├── CalcStatedAreaDLG.cs │ │ │ ├── CalcStatedAreaDLG.resx │ │ │ ├── Config.Designer.cs │ │ │ ├── Config.esriaddinx │ │ │ ├── CoordinateInverse.cs │ │ │ ├── CustomizeHelperExt.cs │ │ │ ├── DirectionInverse.cs │ │ │ ├── DistanceInverse.cs │ │ │ ├── FabricQC_Command.cs │ │ │ ├── Help │ │ │ ├── GetOffsetFromEditor.htm │ │ │ ├── GetOffsetFromEditor_files │ │ │ │ ├── colorschememapping.xml │ │ │ │ ├── filelist.xml │ │ │ │ └── themedata.thmx │ │ │ ├── Help.htm │ │ │ └── Help_files │ │ │ │ ├── colorschememapping.xml │ │ │ │ ├── filelist.xml │ │ │ │ ├── image002.png │ │ │ │ ├── image003.png │ │ │ │ ├── image004.gif │ │ │ │ ├── image005.png │ │ │ │ ├── image006.jpg │ │ │ │ ├── image007.png │ │ │ │ ├── image008.jpg │ │ │ │ ├── image009.png │ │ │ │ ├── image010.jpg │ │ │ │ ├── image011.png │ │ │ │ ├── image012.jpg │ │ │ │ ├── image013.png │ │ │ │ ├── image014.gif │ │ │ │ ├── image015.png │ │ │ │ ├── image016.gif │ │ │ │ ├── image017.png │ │ │ │ ├── image018.jpg │ │ │ │ ├── image019.png │ │ │ │ ├── image020.gif │ │ │ │ ├── image021.png │ │ │ │ ├── image022.jpg │ │ │ │ ├── image023.png │ │ │ │ ├── image024.jpg │ │ │ │ ├── image025.png │ │ │ │ ├── image026.gif │ │ │ │ ├── image027.png │ │ │ │ ├── image028.jpg │ │ │ │ ├── image029.png │ │ │ │ ├── image030.gif │ │ │ │ ├── image031.png │ │ │ │ ├── image032.gif │ │ │ │ ├── image033.png │ │ │ │ ├── image034.jpg │ │ │ │ ├── image041.png │ │ │ │ ├── image043.png │ │ │ │ ├── image052.png │ │ │ │ ├── image054.png │ │ │ │ ├── image056.jpg │ │ │ │ ├── image057.jpg │ │ │ │ ├── image060.png │ │ │ │ ├── image062.gif │ │ │ │ ├── image063.gif │ │ │ │ ├── image064.png │ │ │ │ ├── image066.png │ │ │ │ ├── image068.gif │ │ │ │ ├── image069.jpg │ │ │ │ ├── image070.png │ │ │ │ ├── image072.png │ │ │ │ ├── image076.jpg │ │ │ │ ├── image077.png │ │ │ │ ├── image078.jpg │ │ │ │ ├── image079.png │ │ │ │ ├── image080.jpg │ │ │ │ ├── image081.png │ │ │ │ ├── image082.png │ │ │ │ ├── image084.gif │ │ │ │ ├── image085.gif │ │ │ │ ├── image086.jpg │ │ │ │ ├── image087.gif │ │ │ │ ├── image090.gif │ │ │ │ └── themedata.thmx │ │ │ ├── Images │ │ │ ├── AddQCLayers.png │ │ │ ├── CalcStatedArea.png │ │ │ ├── CoordinateInverse.png │ │ │ ├── DirectionInverse.png │ │ │ ├── DistanceInverse.png │ │ │ ├── FabricQC_Command.png │ │ │ ├── InterpolateZ.png │ │ │ ├── ParcelFabricQualityControl.png │ │ │ ├── SmallDropdownArrow.png │ │ │ ├── ToolbarHelp.png │ │ │ └── VideoHelp.png │ │ │ ├── InterpolateZ.cs │ │ │ ├── InterpolateZDlg.Designer.cs │ │ │ ├── InterpolateZDlg.cs │ │ │ ├── InterpolateZDlg.resx │ │ │ ├── InverseDirectionDLG.Designer.cs │ │ │ ├── InverseDirectionDLG.cs │ │ │ ├── InverseDirectionDLG.resx │ │ │ ├── InverseDistanceDlg.Designer.cs │ │ │ ├── InverseDistanceDlg.cs │ │ │ ├── InverseDistanceDlg.resx │ │ │ ├── ParcelEditMonitor.cs │ │ │ ├── ParcelFabricQualityControl.csproj │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ │ ├── QualityControlLayers │ │ │ ├── Parcel Shape Distortion.lyr │ │ │ ├── QA Symbology Feet.lyr │ │ │ └── QA Symbology Meters.lyr │ │ │ ├── ReportDLG.Designer.cs │ │ │ ├── ReportDLG.cs │ │ │ ├── ReportDLG.resx │ │ │ ├── ToolBarHelpDLG.Designer.cs │ │ │ ├── ToolBarHelpDLG.cs │ │ │ ├── ToolBarHelpDLG.resx │ │ │ ├── ToolbarHelp.cs │ │ │ └── Utilities.cs │ └── ParcelFabricQCToolBar.png ├── ReduceRegenerateTolerance │ ├── ReduceRegenerateTolerance.sln │ └── ReduceRegenerateTolerance │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── Images │ │ ├── ReduceRegenerateTolerance.png │ │ └── RegenerateTolerance.png │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── ReduceRegenerateTolerance.csproj │ │ └── RegenerateTolerance.cs └── RepairFabricHistory │ └── AddIn_RepairFabricHistory │ └── SourceCode │ └── RepairFabricHistory │ ├── RepairFabricHistory.sln │ └── RepairFabricHistory │ ├── ChangeParcelHistory.cs │ ├── Config.Designer.cs │ ├── Config.esriaddinx │ ├── DateChanger.Designer.cs │ ├── DateChanger.cs │ ├── DateChanger.resx │ ├── DateFieldChanger.cs │ ├── Help │ ├── Help.htm │ └── Help_files │ │ ├── colorschememapping.xml │ │ ├── filelist.xml │ │ ├── image001.png │ │ ├── image002.png │ │ ├── image003.png │ │ ├── image004.png │ │ ├── image005.png │ │ └── themedata.thmx │ ├── HelpDialog.Designer.cs │ ├── HelpDialog.cs │ ├── HelpDialog.resx │ ├── HelpOnHistoryToolbar.cs │ ├── Images │ ├── ChangeParcelHistory.png │ ├── DateFieldChanger.png │ ├── HelpOnHistoryToolbar.png │ ├── RepairFabricHistory.png │ ├── ReviewFabricHistory.png │ └── UpdateLinesAndPointsHistory.png │ ├── Properties │ └── AssemblyInfo.cs │ ├── RepairFabricHistory.csproj │ ├── UpdateLinesAndPointsHistory.cs │ ├── clsFabricUtils.cs │ ├── dlgChangeParcelHistory.Designer.cs │ ├── dlgChangeParcelHistory.cs │ └── dlgChangeParcelHistory.resx ├── LICENSE.txt ├── README.md ├── Requirements100.md ├── WorkflowUtilities ├── FabricPlanTools │ └── AddIn_FabricPlanTools │ │ └── SourceCode │ │ ├── FabricPlanTools.sln │ │ └── FabricPlanTools │ │ ├── AddFlagField.cs │ │ ├── Config.Designer.cs │ │ ├── Config.esriaddinx │ │ ├── FabricPlanTools.csproj │ │ ├── FixParcelsWithNoPlan.cs │ │ ├── Images │ │ ├── AddFlagField.png │ │ ├── FixParcelsWithNoPlan.png │ │ ├── FixParcelsWithNoPlanDWND.png │ │ ├── MergeFabricPlans.png │ │ ├── MergeFabricPlans_1.png │ │ ├── MoveParcelsToPlan.png │ │ └── New Bitmap Image.bmp │ │ ├── MergeSameNameFabricPlans.cs │ │ ├── MoveParcelsToPlan.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ │ ├── Utils.cs │ │ ├── dlgFixParcelsWithNoPlan.Designer.cs │ │ ├── dlgFixParcelsWithNoPlan.cs │ │ ├── dlgFixParcelsWithNoPlan.resx │ │ ├── dlgMergeSameNamePlans.Designer.cs │ │ ├── dlgMergeSameNamePlans.cs │ │ └── dlgMergeSameNamePlans.resx ├── FabricPointMoveToFeature │ ├── AddInGraphicOnAGOL_FabricPointMove.png │ ├── Addin_FabricPointMoveToFeature │ │ └── SourceCode │ │ │ ├── FabricPointMoveToFeature.sln │ │ │ └── FabricPointMoveToFeature │ │ │ ├── Config.Designer.cs │ │ │ ├── Config.esriaddinx │ │ │ ├── ConfigurationDLG.Designer.cs │ │ │ ├── ConfigurationDLG.cs │ │ │ ├── ConfigurationDLG.resx │ │ │ ├── FabricPointMoveToFeature.csproj │ │ │ ├── Help │ │ │ ├── Help.htm │ │ │ ├── HelpGraphic01.png │ │ │ ├── HelpGraphic02.png │ │ │ └── Help_files │ │ │ │ ├── colorschememapping.xml │ │ │ │ ├── filelist.xml │ │ │ │ ├── image001.png │ │ │ │ ├── image002.gif │ │ │ │ ├── image003.png │ │ │ │ ├── image004.jpg │ │ │ │ ├── image005.png │ │ │ │ ├── image006.jpg │ │ │ │ ├── image007.png │ │ │ │ ├── image008.jpg │ │ │ │ ├── image009.png │ │ │ │ ├── image010.gif │ │ │ │ ├── image011.png │ │ │ │ ├── image012.jpg │ │ │ │ ├── image013.png │ │ │ │ ├── image014.jpg │ │ │ │ ├── image015.png │ │ │ │ ├── image016.jpg │ │ │ │ ├── image017.png │ │ │ │ ├── image018.gif │ │ │ │ ├── image019.png │ │ │ │ ├── image020.jpg │ │ │ │ ├── image021.png │ │ │ │ ├── image022.jpg │ │ │ │ ├── image023.png │ │ │ │ ├── image024.jpg │ │ │ │ ├── image025.png │ │ │ │ ├── image026.gif │ │ │ │ ├── image027.png │ │ │ │ ├── image028.gif │ │ │ │ ├── image029.png │ │ │ │ ├── image030.jpg │ │ │ │ ├── image031.png │ │ │ │ ├── image032.gif │ │ │ │ ├── image033.png │ │ │ │ ├── image034.jpg │ │ │ │ ├── image035.png │ │ │ │ ├── image036.jpg │ │ │ │ ├── image037.png │ │ │ │ ├── image038.jpg │ │ │ │ ├── image039.png │ │ │ │ ├── image040.gif │ │ │ │ ├── image041.png │ │ │ │ ├── image042.jpg │ │ │ │ ├── image043.png │ │ │ │ ├── image044.jpg │ │ │ │ └── themedata.thmx │ │ │ ├── Images │ │ │ ├── FabricPointMoveToFeature.png │ │ │ ├── MovePointsToTarget.png │ │ │ ├── MovePointsToTargetConfig.png │ │ │ ├── TargetPointDropdown.png │ │ │ └── ToolbarHelp.png │ │ │ ├── LayerDropdown.cs │ │ │ ├── LayerManager.cs │ │ │ ├── MovePointsToTarget.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ │ ├── ReportDLG.Designer.cs │ │ │ ├── ReportDLG.cs │ │ │ ├── ReportDLG.resx │ │ │ ├── ToolbarHelp.cs │ │ │ ├── ToolbarHelpDLG.Designer.cs │ │ │ ├── ToolbarHelpDLG.cs │ │ │ ├── ToolbarHelpDLG.resx │ │ │ └── Utilities.cs │ └── FabricPointMoveToFeatureToolBar.png └── ParcelEditHelpers │ └── AddIn_ParcelEditHelpers │ ├── AddInOverlay.png │ └── SourceCode │ ├── ParcelEditHelper.sln │ └── ParcelEditHelpers │ ├── AddBookMark.cs │ ├── AdjSettings.cs │ ├── AdjustmentDockWindow.Designer.cs │ ├── AdjustmentDockWindow.cs │ ├── AdjustmentDockWindow.resx │ ├── AdjustmentExt.cs │ ├── BreaklineAddNewLines.cs │ ├── ClothoidSpiral.cs │ ├── Config.Designer.cs │ ├── Config.esriaddinx │ ├── ConstructionTraverse.cs │ ├── CustomizeHelper.cs │ ├── ExceptionHelper.cs │ ├── Help │ ├── Help.htm │ └── Help_files │ │ ├── colorschememapping.xml │ │ ├── filelist.xml │ │ └── themedata.thmx │ ├── Images │ ├── AddBookMark.png │ ├── AddTangentPtClothoid.png │ ├── AdjSettings.png │ ├── AdjustmentDockWindow.png │ ├── BreaklineAddNewLines.png │ ├── ClothoidSpiral.png │ ├── ConstructionTraverse.png │ ├── LineToCircularCurve.png │ ├── LoadFileToLinesGrid.png │ ├── PanTo.png │ ├── ParcelConstruction.cur │ ├── ParcelConstruction.png │ ├── ParcelConstructionTool.png │ ├── ParcelConstruction_1.cur │ ├── ParcelConstruction_1.png │ ├── ParcelEditHelperOptions.png │ ├── ParcelEditHelpers.png │ ├── SaveLinesGridToFile.png │ ├── ToolbarHelp.png │ └── btnFabricAdjustment.png │ ├── LineToCircularCurve.cs │ ├── LoadFileToLinesGrid.cs │ ├── PanTo.cs │ ├── ParcelConstruction.Designer.cs │ ├── ParcelConstruction.cs │ ├── ParcelEditHelper.csproj │ ├── ParcelEditHelperExtension.cs │ ├── ParcelEditHelperOptions.cs │ ├── ParcelEditorGridCellExt.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx │ ├── SaveLinesGridToFile.cs │ ├── ToolbarHelp.cs │ ├── ToolbarHelpDlg.Designer.cs │ ├── ToolbarHelpDlg.cs │ ├── ToolbarHelpDlg.resx │ ├── Utilities.cs │ ├── btnFabricAdjustment.cs │ ├── dlgAdjustmentResults.Designer.cs │ ├── dlgAdjustmentResults.cs │ ├── dlgAdjustmentResults.resx │ ├── dlgAdjustmentSettings.Designer.cs │ ├── dlgAdjustmentSettings.cs │ ├── dlgAdjustmentSettings.resx │ ├── dlgParcEditHelperOptions.Designer.cs │ ├── dlgParcEditHelperOptions.cs │ ├── dlgParcEditHelperOptions.resx │ ├── dlgSpiralParameters.Designer.cs │ ├── dlgSpiralParameters.cs │ ├── dlgSpiralParameters.resx │ ├── dlgTraverseResults.Designer.cs │ ├── dlgTraverseResults.cs │ └── dlgTraverseResults.resx ├── cul-de-sac-icon.png └── parcel-fabric-desktop-addins.png /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Flag binaries 5 | *.bin binary 6 | *.bundle binary 7 | *.bundlx binary 8 | *.cur binary 9 | *.dll binary 10 | *.gif binary 11 | *.ico binary 12 | *.jpeg binary 13 | *.jpg binary 14 | *.pdf binary 15 | *.png binary 16 | *.swc binary 17 | *.swf binary 18 | *.swz binary 19 | *.tbx binary 20 | *.thmx binary 21 | *.zip binary 22 | 23 | # Custom for Visual Studio 24 | *.cs diff=csharp 25 | *.sln merge=union 26 | *.csproj merge=union 27 | *.vbproj merge=union 28 | *.fsproj merge=union 29 | *.dbproj merge=union 30 | 31 | # Standard to msysgit 32 | *.doc diff=astextplain 33 | *.DOC diff=astextplain 34 | *.docx diff=astextplain 35 | *.DOCX diff=astextplain 36 | *.dot diff=astextplain 37 | *.DOT diff=astextplain 38 | *.pdf diff=astextplain 39 | *.PDF diff=astextplain 40 | *.rtf diff=astextplain 41 | *.RTF diff=astextplain 42 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Tools, notes, outputs 6 | __*.* 7 | __* 8 | ~* 9 | 10 | # Visual Studio 11 | *.suo 12 | *.vbproj.user 13 | *.csproj.user 14 | 15 | bin/ 16 | obj/ 17 | Debug/ 18 | Release/ 19 | 20 | # Snap backups 21 | *.7z 22 | 23 | # Folder config file 24 | Desktop.ini 25 | DataLoadHelpers/ 26 | DatasetManagement/ 27 | CheckRotationScale/ 28 | AngleDeflection/ 29 | Install/ 30 | Graphics/ 31 | GeneralTestData/ 32 | SampleData/ 33 | TaxParcelEditing/ 34 | ToggleVectorCreation/ 35 | 36 | *.docx 37 | *.pdf 38 | *.dll 39 | *.doc 40 | *.zip 41 | *.rli 42 | 43 | # Recycle Bin used on file shares 44 | $RECYCLE.BIN/ 45 | 46 | # Windows Installer files 47 | *.cab 48 | *.msi 49 | *.msm 50 | *.msp 51 | 52 | # ========================= 53 | # Operating System Files 54 | # ========================= 55 | 56 | # OSX 57 | # ========================= 58 | 59 | .DS_Store 60 | .AppleDouble 61 | .LSOverride 62 | 63 | # Icon must ends with two \r. 64 | Icon 65 | # Thumbnails 66 | ._* 67 | 68 | # Files that might appear on external disk 69 | .Spotlight-V100 70 | .Trashes 71 | DataReviewAndRepair/DeleteParcelFabricRecords/AddInStamp16.png 72 | help.ico 73 | DataReviewAndRepair/RepairFabricHistory/HelpOnHistoryToolbar.png 74 | WorkflowUtilities/FabricPlanTools/AddInMergeFabricPlans.png 75 | DataReviewAndRepair/RepairFabricHistory/AddInFabricHistoryToolbar.png 76 | DataReviewAndRepair/DeleteParcelFabricRecords/AddInDeleteParcelsAndPlans.png 77 | CONTRIBUTING.mdDataReviewAndRepair/ParcelFabricQualityControl/Addin_ParcelFabricQualityControl/SourceCode/ParcelFabricQualityControl/Help/MiscelaneousInfo.txt -------------------------------------------------------------------------------- /CodeSamples/SampleParcelFabricEdits/SampleParcelEditsViaPacket/Config.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/parcel-fabric-desktop-addins/71c6ac568d05053481c7cc982b45395d34f70f8e/CodeSamples/SampleParcelFabricEdits/SampleParcelEditsViaPacket/Config.Designer.cs -------------------------------------------------------------------------------- /CodeSamples/SampleParcelFabricEdits/SampleParcelEditsViaPacket/Config.esriaddinx: -------------------------------------------------------------------------------- 1 |  2 | SampleParcelEditsViaPacket 3 | {70c82f58-5341-452e-a868-168d42992159} 4 | Sample code showing how to use the cadastral packet to create a new parcel, and to merge existing parcels. 5 | 1.0 6 | Images\SampleParcelEditsViaPacket.png 7 | tim2379 8 | 9 | 1/4/2019 10 | 11 | 12 | 13 | 14 | 15 | 16 |