From 1cd5ce90535d41d183ed110b9ceb45bb39686315 Mon Sep 17 00:00:00 2001 From: arcgisprosdk Date: Thu, 20 Feb 2020 10:14:44 -1000 Subject: [PATCH] 10.7 Release --- Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx | 2 +- Net/3D/GlobeFlyTool/CSharp/Fly.cs | 2 +- .../GlobeFlyTool/CSharp/GlobeFlyTool.csproj | 6 +- Net/3D/GlobeFlyTool/CSharp/PointZ.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/3D/GlobeFlyTool/Readme.html | 6 +- Net/3D/GlobeFlyTool/Readme.md | 4 +- Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx | 2 +- Net/3D/GlobeFlyTool/VBNet/Fly.vb | 2 +- Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj | 6 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/3D/GlobeFlyTool/VBNet/PointZ.vb | 2 +- .../CSharp/ColorCommand.cs | 2 +- .../CSharp/ColorPalette.cs | 2 +- .../CSharp/ColorSelection.cs | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/GeographicCoordinates.cs | 2 +- .../CSharp/GlobeGraphicsToolbar.csproj | 18 +- Net/3D/GlobeGraphicsToolbar/CSharp/Layer.cs | 2 +- .../CSharp/PointElement.cs | 2 +- .../CSharp/PointGeometry.cs | 2 +- .../GlobeGraphicsToolbar/CSharp/PointTool.cs | 2 +- .../CSharp/PolygonElement.cs | 2 +- .../CSharp/PolygonGeometry.cs | 2 +- .../CSharp/PolygonTool.cs | 2 +- .../CSharp/PolylineElement.cs | 2 +- .../CSharp/PolylineGeometry.cs | 2 +- .../CSharp/PolylineTool.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SpatialReference.cs | 2 +- .../CSharp/StyleElement.cs | 2 +- .../CSharp/StyleGallery.cs | 2 +- .../CSharp/StyleGalleryCommand.cs | 2 +- .../CSharp/StyleGalleryForm.Designer.cs | 2 +- .../CSharp/StyleGalleryForm.cs | 2 +- .../CSharp/StyleGallerySelection.cs | 2 +- .../GlobeGraphicsToolbar/CSharp/StyleTool.cs | 2 +- .../CSharp/TableOfContents.cs | 2 +- .../CSharp/TextElement.cs | 2 +- .../CSharp/TextForm.Designer.cs | 2 +- .../GlobeGraphicsToolbar/CSharp/TextForm.cs | 2 +- .../GlobeGraphicsToolbar/CSharp/TextTool.cs | 2 +- Net/3D/GlobeGraphicsToolbar/Readme.html | 6 +- Net/3D/GlobeGraphicsToolbar/Readme.md | 4 +- .../VBNet/ColorCommand.vb | 2 +- .../VBNet/ColorPalette.vb | 2 +- .../VBNet/ColorSelection.vb | 2 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/GeographicCoordinates.vb | 2 +- .../VBNet/GlobeGraphicsToolbar.vbproj | 18 +- Net/3D/GlobeGraphicsToolbar/VBNet/Layer.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PointElement.vb | 2 +- .../VBNet/PointGeometry.vb | 2 +- .../GlobeGraphicsToolbar/VBNet/PointTool.vb | 2 +- .../VBNet/PolygonElement.vb | 2 +- .../VBNet/PolygonGeometry.vb | 2 +- .../GlobeGraphicsToolbar/VBNet/PolygonTool.vb | 2 +- .../VBNet/PolylineElement.vb | 2 +- .../VBNet/PolylineGeometry.vb | 2 +- .../VBNet/PolylineTool.vb | 2 +- .../VBNet/SpatialReference.vb | 2 +- .../VBNet/StyleElement.vb | 2 +- .../VBNet/StyleGallery.vb | 2 +- .../VBNet/StyleGalleryCommand.vb | 2 +- .../VBNet/StyleGalleryForm.Designer.vb | 2 +- .../VBNet/StyleGalleryForm.vb | 2 +- .../VBNet/StyleGallerySelection.vb | 2 +- .../GlobeGraphicsToolbar/VBNet/StyleTool.vb | 2 +- .../VBNet/TableOfContents.vb | 2 +- .../GlobeGraphicsToolbar/VBNet/TextElement.vb | 2 +- .../VBNet/TextForm.Designer.vb | 2 +- Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.vb | 2 +- Net/3D/GlobeGraphicsToolbar/VBNet/TextTool.vb | 2 +- .../MultiPatchExamples/ColorUtilities.cs | 2 +- .../MultiPatchExamples/CompositeExamples.cs | 2 +- .../MultiPatchExamples/DrawUtilities.cs | 2 +- .../MultiPatchExamples/ElementUtilities.cs | 2 +- .../MultiPatchExamples/ExtrusionExamples.cs | 2 +- .../MultiPatchExamples/GeometryUtilities.cs | 2 +- .../GraphicsLayer3DUtilities.cs | 2 +- .../MultiPatchExamples.Designer.cs | 2 +- .../MultiPatchExamples/MultiPatchExamples.cs | 2 +- .../MultiPatchExamples.csproj | 20 +- .../CSharp/MultiPatchExamples/Program.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../CSharp/MultiPatchExamples/RingExamples.cs | 2 +- .../MultiPatchExamples/RingGroupExamples.cs | 2 +- .../MultiPatchExamples/Transform3DExamples.cs | 2 +- .../MultiPatchExamples/TriangleFanExamples.cs | 2 +- .../TriangleStripExamples.cs | 2 +- .../MultiPatchExamples/TrianglesExamples.cs | 2 +- .../MultiPatchExamples/Vector3DExamples.cs | 2 +- Net/3D/MultiPatchExamples/Readme.html | 6 +- Net/3D/MultiPatchExamples/Readme.md | 4 +- .../MultiPatchExamples/ColorUtilities.vb | 2 +- .../MultiPatchExamples/CompositeExamples.vb | 2 +- .../VBNet/MultiPatchExamples/DrawUtilities.vb | 2 +- .../MultiPatchExamples/ElementUtilities.vb | 2 +- .../MultiPatchExamples/ExtrusionExamples.vb | 2 +- .../MultiPatchExamples/GeometryUtilities.vb | 2 +- .../GraphicsLayer3DUtilities.vb | 2 +- .../MultiPatchExamples.Designer.vb | 2 +- .../MultiPatchExamples/MultiPatchExamples.vb | 2 +- .../MultiPatchExamples.vbproj | 20 +- .../VBNet/MultiPatchExamples/Program.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../VBNet/MultiPatchExamples/RingExamples.vb | 2 +- .../MultiPatchExamples/RingGroupExamples.vb | 2 +- .../MultiPatchExamples/Transform3DExamples.vb | 2 +- .../MultiPatchExamples/TriangleFanExamples.vb | 2 +- .../TriangleStripExamples.vb | 2 +- .../MultiPatchExamples/TrianglesExamples.vb | 2 +- .../MultiPatchExamples/Vector3DExamples.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/MultipleGlobeViewers.cs | 2 +- .../CSharp/MultipleGlobeViewers.csproj | 4 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SecondaryViewerForm.Designer.cs | 2 +- .../CSharp/SecondaryViewerForm.cs | 2 +- Net/3D/MultipleGlobeViewers/Readme.html | 6 +- Net/3D/MultipleGlobeViewers/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/MultipleGlobeViewers.vb | 2 +- .../VBNet/MultipleGlobeViewers.vbproj | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SecondaryViewerForm.designer.vb | 2 +- .../VBNet/SecondaryViewerForm.vb | 2 +- Net/3D/ReadMe.md | 4 +- .../SetSunPosition/CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SetSunPosition.csproj | 2 +- .../SetSunPosition/CSharp/SunPositionTool.cs | 2 +- Net/3D/SetSunPosition/Readme.html | 6 +- Net/3D/SetSunPosition/Readme.md | 4 +- Net/3D/SetSunPosition/VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SetSunPosition.vbproj | 2 +- .../SetSunPosition/VBNet/SunPositionTool.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/VisualizeCameraPath.cs | 2 +- .../CSharp/VisualizeCameraPath.csproj | 20 +- .../CSharp/VisualizeCameraPathForm.cs | 2 +- Net/3D/VisualizeCameraPath/Readme.html | 6 +- Net/3D/VisualizeCameraPath/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/VisualizeCameraPath.vb | 2 +- .../VBNet/VisualizeCameraPath.vbproj | 20 +- .../VBNet/VisualizeCameraPathForm.vb | 2 +- .../CustomGxFilter/CSharp/Config.esriaddinx | 2 +- .../CustomGxFilter/CSharp/CustomCommand.cs | 2 +- .../CustomGxFilter/CSharp/CustomFilter.cs | 2 +- .../CSharp/CustomGxFilter.csproj | 6 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Catalog/CustomGxFilter/Readme.html | 6 +- Net/Catalog/CustomGxFilter/Readme.md | 4 +- .../CustomGxFilter/VBNET/Config.esriaddinx | 2 +- .../CustomGxFilter/VBNET/CustomCommand.vb | 2 +- .../CustomGxFilter/VBNET/CustomFilter.vb | 2 +- .../VBNET/CustomGxFilter.vbproj | 6 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- .../CSharp/CustomGxObject.csproj | 14 +- .../CustomGxObject/CSharp/GxPyFactory.cs | 2 +- .../CustomGxObject/CSharp/GxPyObject.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Catalog/CustomGxObject/Readme.html | 6 +- Net/Catalog/CustomGxObject/Readme.md | 4 +- .../CustomGxObject/VBNET/AssemblyInfo.vb | 2 +- .../CustomGxObject/VBNET/GxObject.vbproj | 8 +- .../CustomGxObject/VBNET/GxPyFactory.vb | 2 +- .../CustomGxObject/VBNET/GxPyObject.vb | 2 +- .../CSharp/CustomRootObject.csproj | 14 +- .../CSharp/FrmGxStyleView.Designer.cs | 2 +- .../CustomRootObject/CSharp/FrmGxStyleView.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/clsGxStyleGallery.cs | 2 +- .../CSharp/clsGxStyleGalleryClass.cs | 2 +- .../CSharp/clsGxStyleGalleryItem.cs | 2 +- .../CustomRootObject/CSharp/clsGxStyleView.cs | 2 +- Net/Catalog/CustomRootObject/Readme.html | 6 +- Net/Catalog/CustomRootObject/Readme.md | 4 +- .../VBNET/CustomRootObject.vbproj | 14 +- .../VBNET/FrmGxStyleView.Designer.vb | 2 +- .../CustomRootObject/VBNET/FrmGxStyleView.vb | 2 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- .../VBNET/clsGxStyleGallery.vb | 2 +- .../VBNET/clsGxStyleGalleryClass.vb | 2 +- .../VBNET/clsGxStyleGalleryItem.vb | 2 +- .../CustomRootObject/VBNET/clsGxStyleView.vb | 2 +- .../ExtentView/CSharp/ExtentView.csproj | 32 +- .../CSharp/FrmExtentView.Designer.cs | 2 +- .../ExtentView/CSharp/FrmExtentView.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../ExtentView/CSharp/clsExtentView.cs | 2 +- Net/Catalog/ExtentView/Readme.html | 6 +- Net/Catalog/ExtentView/Readme.md | 4 +- .../ExtentView/VBNET/ExtentView.vbproj | 32 +- .../VBNET/FrmExtentView.Designer.vb | 2 +- Net/Catalog/ExtentView/VBNET/FrmExtentView.vb | 2 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- Net/Catalog/ExtentView/VBNET/ReadRegistry.vb | 2 +- Net/Catalog/ExtentView/VBNET/clsExtentView.vb | 2 +- Net/Catalog/ReadMe.md | 4 +- .../TextTab/CSharp/FrmTextView.Designer.cs | 2 +- Net/Catalog/TextTab/CSharp/FrmTextView.cs | 2 +- .../TextTab/CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Catalog/TextTab/CSharp/TextTab.csproj | 10 +- Net/Catalog/TextTab/CSharp/TextView.cs | 2 +- Net/Catalog/TextTab/Readme.html | 6 +- Net/Catalog/TextTab/Readme.md | 4 +- .../TextTab/VBNET/FrmTextView.Designer.vb | 2 +- Net/Catalog/TextTab/VBNET/FrmTextView.vb | 2 +- .../TextTab/VBNET/My Project/AssemblyInfo.vb | 2 +- Net/Catalog/TextTab/VBNET/TextTab.vbproj | 10 +- Net/Catalog/TextTab/VBNET/TextView.vb | 2 +- .../CSharp/Controls/Controls.csproj | 20 +- .../CSharp/Controls/CulturalResources.cs | 2 +- .../CSharp/Controls/assemblyinfo.cs | 2 +- .../CSharp/CulturalSamples/AssemblyInfo.cs | 2 +- .../CulturalSamples/CulturalSamples.csproj | 18 +- .../CSharp/CulturalSamples/CultureCommand.cs | 2 +- .../CSharp/CulturalSamples/CultureMenu.cs | 2 +- .../CSharp/CulturalSamples/CultureTool.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/Controls/AssemblyInfo.vb | 2 +- .../VBNet/Controls/Controls.vbproj | 4 +- .../VBNet/Controls/CulturalResources.vb | 2 +- .../VBNet/CulturalSamples/AssemblyInfo.vb | 2 +- .../VBNet/CulturalSamples/CultureCommand.vb | 2 +- .../VBNet/CulturalSamples/CultureMenu.vb | 2 +- .../CulturalSamples/CultureSamples.vbproj | 14 +- .../VBNet/CulturalSamples/CultureTool.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/CommandsEnvironment.cs | 2 +- .../CSharp/CommandsEnvironment.csproj | 4 +- .../ControlsCommandsEnvironment/Readme.html | 6 +- .../ControlsCommandsEnvironment/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/CommandsEnvironment.vb | 2 +- .../VBNet/CommandsEnvironment.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/EditProperties.cs | 2 +- .../CSharp/EditProperties2.cs | 2 +- .../CSharp/FeatureEditing.cs | 2 +- .../CSharp/FeatureEditing.csproj | 12 +- .../Readme.html | 6 +- .../ControlsCommandsFeatureEditing/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/EditProperties.vb | 2 +- .../VBNet/EditProperties2.vb | 2 +- .../VBNet/FeatureEditing.vb | 2 +- .../VBNet/FeatureEditing.vbproj | 4 +- .../CSharp/HookActions.Designer.cs | 2 +- .../CSharp/HookActions.cs | 2 +- .../CSharp/HookActions.csproj | 26 +- .../CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/hookActionsCallout.cs | 2 +- .../CSharp/hookActionsFlash.cs | 2 +- .../CSharp/hookActionsGraphic.cs | 2 +- .../CSharp/hookActionsLabel.cs | 2 +- .../CSharp/hookActionsPan.cs | 2 +- .../CSharp/hookActionsZoom.cs | 2 +- .../ControlsCommandsHookActions/Readme.html | 6 +- .../ControlsCommandsHookActions/Readme.md | 4 +- .../VBNet/HookActions.Designer.vb | 2 +- .../VBNet/HookActions.vb | 2 +- .../VBNet/HookActions.vbproj | 26 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/hookActionsCallout.vb | 2 +- .../VBNet/hookActionsFlash.vb | 2 +- .../VBNet/hookActionsGraphic.vb | 2 +- .../VBNet/hookActionsLabel.vb | 2 +- .../VBNet/hookActionsPan.vb | 2 +- .../VBNet/hookActionsZoom.vb | 2 +- .../CSharp/InkSketchCommit.cs | 2 +- .../CSharp/InkSketchCommit.csproj | 4 +- .../CSharp/assemblyinfo.cs | 2 +- .../Readme.html | 6 +- .../ControlsCommandsInkSketchCommit/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/InkSketchCommit.vb | 2 +- .../VBNet/InkSketchCommit.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/FixedZoomIn.cs | 2 +- .../CSharp/FixedZoomOut.cs | 2 +- .../CSharp/FullExtent.cs | 2 +- .../CSharp/GoBackToPreviousExtent.cs | 2 +- .../CSharp/GoToNextExtent.cs | 2 +- .../CSharp/Pan.cs | 2 +- .../CSharp/PanDown.cs | 2 +- .../CSharp/PanLeft.cs | 2 +- .../CSharp/PanRight.cs | 2 +- .../CSharp/PanUp.cs | 2 +- .../CSharp/PanZoom.csproj | 2 +- .../CSharp/ZoomIn.cs | 2 +- .../CSharp/ZoomOut.cs | 2 +- .../Readme.html | 6 +- .../ControlsCommandsPanZoomCommands/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/FixedZoomIn.vb | 2 +- .../VBNet/FixedZoomOut.vb | 2 +- .../VBNet/FullExtent.vb | 2 +- .../VBNet/GoBackToPreviousExtent.vb | 2 +- .../VBNet/GoToNextExtent.vb | 2 +- .../VBNet/Pan.vb | 2 +- .../VBNet/PanDown.vb | 2 +- .../VBNet/PanLeft.vb | 2 +- .../VBNet/PanRight.vb | 2 +- .../VBNet/PanUp.vb | 2 +- .../VBNet/PanZoomVBNET.vbproj | 2 +- .../VBNet/ZoomIn.vb | 2 +- .../VBNet/ZoomOut.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/ExpandFOV.cs | 2 +- .../CSharp/Fly.cs | 2 +- .../CSharp/FullExtent.cs | 2 +- .../CSharp/NarrowFOV.cs | 2 +- .../CSharp/Navigate.cs | 2 +- .../CSharp/Pan.cs | 2 +- .../CSharp/SelectFeatures.cs | 2 +- .../CSharp/SelectGraphics.cs | 2 +- .../CSharp/SetObserver.cs | 2 +- .../CSharp/TargetCenter.cs | 2 +- .../CSharp/TargetZoom.cs | 2 +- .../CSharp/ZoomIn.cs | 2 +- .../CSharp/ZoomInOut.cs | 2 +- .../CSharp/ZoomOut.cs | 2 +- .../CSharp/sceneTools.csproj | 4 +- .../ControlsCommandsSceneCommands/Readme.html | 6 +- .../ControlsCommandsSceneCommands/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/ExpandFOV.vb | 2 +- .../VBNet/Fly.vb | 2 +- .../VBNet/FullExtent.vb | 2 +- .../VBNet/NarrowFOV.vb | 2 +- .../VBNet/Navigate.vb | 2 +- .../VBNet/Pan.vb | 2 +- .../VBNet/SceneToolsVB.vbproj | 4 +- .../VBNet/SelectFeatures.vb | 2 +- .../VBNet/SelectGraphics.vb | 2 +- .../VBNet/SetObserver.vb | 2 +- .../VBNet/TargetCenter.vb | 2 +- .../VBNet/TargetZoom.vb | 2 +- .../VBNet/ZoomIn.vb | 2 +- .../VBNet/ZoomInOut.vb | 2 +- .../VBNet/ZoomOut.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/ClearFeatureSelection.cs | 2 +- .../CSharp/SelectCommands.csproj | 4 +- .../CSharp/SelectFeatures.cs | 2 +- .../Readme.html | 6 +- .../ControlsCommandsSelectCommands/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/ClearFeatureSelection.vb | 2 +- .../VBNet/Select.vbproj | 2 +- .../VBNet/SelectFeatures.vb | 2 +- .../ArcDataBinding/ArcDataBinding.csproj | 4 +- .../ArcDataBinding/FieldPropertyDescriptor.cs | 2 +- .../ArcDataBinding/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ArcDataBinding/TableWrapper.cs | 2 +- .../DemoITableBinding.csproj | 26 +- .../DemoITableBinding/LicenseInitializer.cs | 2 +- .../DemoITableBinding/MainWnd.Designer.cs | 2 +- .../CSharp/DemoITableBinding/MainWnd.cs | 2 +- .../CSharp/DemoITableBinding/Program.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../EditingBindITableToControl/Readme.html | 6 +- .../EditingBindITableToControl/Readme.md | 4 +- .../VBNet/ArcDataBinding/ApplicationEvents.vb | 2 +- .../ArcDataBinding/ArcDataBinding2010.vbproj | 4 +- .../ArcDataBinding/FieldPropertyDescriptor.vb | 2 +- .../VBNet/ArcDataBinding/TableWrapper.vb | 2 +- .../DemoITableBinding/ApplicationEvents.vb | 2 +- .../DemoITableBinding2010.vbproj | 10 +- .../DemoITableBinding/LicenseInitializer.vb | 2 +- .../DemoITableBinding/MainWind.Designer.vb | 2 +- .../VBNet/DemoITableBinding/MainWind.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../CSharp/Application/Application.csproj | 20 +- .../Application/EditingForm.Designer.cs | 2 +- .../CSharp/Application/EditingForm.cs | 2 +- .../CSharp/Application/Program.cs | 2 +- .../Application/Properties/AssemblyInfo.cs | 2 +- .../CSharp/BufferSnapAgent/BufferSnap.cs | 2 +- .../BufferSnapAgent/BufferSnapCS.csproj | 12 +- .../EditingBufferSnapAgent/Readme.html | 6 +- Net/Controls/EditingBufferSnapAgent/Readme.md | 4 +- .../VBNet/Application/Application.vbproj | 22 +- .../VBNet/Application/ApplicationEvents.vb | 2 +- .../VBNet/Application/EditingForm.Designer.vb | 2 +- .../VBNet/Application/EditingForm.vb | 2 +- .../Application/My Project/AssemblyInfo.vb | 2 +- .../VBNet/BufferSnapAgent/BufferSnap.vb | 2 +- .../VBNet/BufferSnapAgent/BufferSnapVB.vbproj | 14 +- .../My Project/AssemblyInfo.vb | 2 +- .../CSharp/Application/Application.csproj | 18 +- .../Application/EditingForm.Designer.cs | 2 +- .../CSharp/Application/EditingForm.cs | 2 +- .../CSharp/Application/Program.cs | 2 +- .../Application/Properties/AssemblyInfo.cs | 2 +- .../CutPolygonsWithoutSelection.csproj | 12 +- .../CutPolygonsWithoutSelectionEditTask.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../EditingCutPolygonsEditTask/Readme.html | 6 +- .../EditingCutPolygonsEditTask/Readme.md | 4 +- .../VBNet/Application/Application.vbproj | 24 +- .../VBNet/Application/ApplicationEvents.vb | 2 +- .../VBNet/Application/EditingForm.Designer.vb | 2 +- .../VBNet/Application/EditingForm.vb | 2 +- .../Application/My Project/AssemblyInfo.vb | 2 +- .../CutPolygonsWithoutSelection.vbproj | 14 +- .../CutPolygonsWithoutSelectionEditTask.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../CSharp/EditingForm.Designer.cs | 2 +- .../CSharp/EditingForm.cs | 2 +- .../CSharp/EngineEditEventsListener.csproj | 20 +- .../CSharp/EventListener.cs | 2 +- .../CSharp/Program.cs | 2 +- .../EditingEditEventListener/Readme.html | 6 +- .../EditingEditEventListener/Readme.md | 4 +- .../VBNet/ApplicationEvents.vb | 2 +- .../VBNet/EditingForm.Designer.vb | 2 +- .../VBNet/EditingForm.vb | 2 +- .../VBNet/EngineEditEventsListener.vbproj | 24 +- .../VBNet/EventListener.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/Application/ApplicationCS.csproj | 18 +- .../CSharp/Application/EditingForm.cs | 2 +- .../Application/EditingForm.designer.cs | 2 +- .../CSharp/Application/Program.cs | 2 +- .../CSharp/Core/CoreCS.csproj | 18 +- .../CSharp/Core/SnapEditorForm.Designer.cs | 2 +- .../CSharp/Core/SnapEditorForm.cs | 2 +- .../CSharp/Core/SnapSettingsCommand.cs | 2 +- .../EditingManageSnapAgent/Readme.html | 6 +- Net/Controls/EditingManageSnapAgent/Readme.md | 4 +- .../VBNet/Application/ApplicationEvents.vb | 2 +- .../VBNet/Application/ApplicationVB.vbproj | 20 +- .../VBNet/Application/EditingForm.Designer.vb | 2 +- .../VBNet/Application/EditingForm.vb | 2 +- .../Application/My Project/AssemblyInfo.vb | 2 +- .../VBNet/Core/CoreVB.vbproj | 18 +- .../VBNet/Core/My Project/AssemblyInfo.vb | 2 +- .../VBNet/Core/SnapEditorForm.Designer.vb | 2 +- .../VBNet/Core/SnapEditorForm.vb | 2 +- .../VBNet/Core/SnapSettingsCommand.vb | 2 +- .../CSharp/Application/Application.csproj | 18 +- .../Application/EditingForm.Designer.cs | 2 +- .../CSharp/Application/EditingForm.cs | 2 +- .../CSharp/Application/Program.cs | 2 +- .../Application/Properties/AssemblyInfo.cs | 2 +- .../EngineEditTask/Properties/AssemblyInfo.cs | 2 +- .../EngineEditTask/ReshapePolylineEditTask.cs | 2 +- .../ReshapePolylineEditTask.csproj | 12 +- .../Readme.html | 6 +- .../EditingReshapePolylineEditTask/Readme.md | 4 +- .../VBNet/Application/Application.vbproj | 20 +- .../VBNet/Application/ApplicationEvents.vb | 2 +- .../VBNet/Application/EditingForm.Designer.vb | 2 +- .../VBNet/Application/EditingForm.vb | 2 +- .../Application/My Project/AssemblyInfo.vb | 2 +- .../EngineEditTask/My Project/AssemblyInfo.vb | 2 +- .../EngineEditTask/ReshapePolylineEditTask.vb | 2 +- .../ReshapePolylineEditTask.vbproj | 14 +- .../EngineApplication.Designer.cs | 2 +- .../EngineApplication/EngineApplication.cs | 2 +- .../EngineApplicationCS.csproj | 22 +- .../CSharp/EngineApplication/Program.cs | 2 +- .../AttachTabbedInspectorExtensionCommand.cs | 2 +- .../TabbedInspector/IApplicationServices.cs | 2 +- .../TabbedInspector.Designer.cs | 2 +- .../CSharp/TabbedInspector/TabbedInspector.cs | 2 +- .../TabbedInspector/TabbedInspectorCS.csproj | 16 +- .../EditingTabbedFeatureInspector/Readme.html | 6 +- .../EditingTabbedFeatureInspector/Readme.md | 4 +- .../EngineApplication/ApplicationEvents.vb | 2 +- .../EngineApplication.Designer.vb | 2 +- .../EngineApplication/EngineApplication.vb | 2 +- .../EngineApplication.vbproj | 8 +- .../My Project/AssemblyInfo.vb | 2 +- .../AttachTabbedInspectorExtensionCommand.vb | 2 +- .../TabbedInspector/IApplicationServices.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../TabbedInspector.Designer.vb | 2 +- .../VBNet/TabbedInspector/TabbedInspector.vb | 2 +- .../TabbedInspector/TabbedInspector.vbproj | 16 +- .../TabbedInspector/TabbedInspectorCLSID.vb | 2 +- .../EditingUsingCustomForm/CSharp/EditCmd.cs | 2 +- .../CSharp/EditHelper.cs | 2 +- .../CSharp/EditingUsingCustomForm.csproj | 22 +- .../CSharp/EditorForm.Designer.cs | 2 +- .../CSharp/EditorForm.cs | 2 +- .../CSharp/MainForm.Designer.cs | 2 +- .../EditingUsingCustomForm/CSharp/MainForm.cs | 2 +- .../EditingUsingCustomForm/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../EditingUsingCustomForm/Readme.html | 6 +- Net/Controls/EditingUsingCustomForm/Readme.md | 4 +- .../VBNet/ApplicationEvents.vb | 2 +- .../EditingUsingCustomForm/VBNet/EditCmd.vb | 2 +- .../VBNet/EditHelper.vb | 2 +- .../VBNet/EditingUsingCustomForm.vbproj | 24 +- .../VBNet/EditorForm.Designer.vb | 2 +- .../VBNet/EditorForm.vb | 2 +- .../VBNet/MainForm.Designer.vb | 2 +- .../EditingUsingCustomForm/VBNet/MainForm.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/Application/Application.csproj | 18 +- .../Application/EditingForm.Designer.cs | 2 +- .../CSharp/Application/EditingForm.cs | 2 +- .../CSharp/Application/Program.cs | 2 +- .../Application/Properties/AssemblyInfo.cs | 2 +- .../CSharp/Commands/CustomVertexCommands.cs | 2 +- .../Commands/Properties/AssemblyInfo.cs | 2 +- .../Commands/UsingOutOfBoxVertexCommands.cs | 2 +- .../CSharp/Commands/VertexCommands.csproj | 18 +- .../CSharp/Commands/VertexCommandsMenu.cs | 2 +- .../EditingVertexCommands/Readme.html | 6 +- Net/Controls/EditingVertexCommands/Readme.md | 4 +- .../VBNet/Application/Application.vbproj | 20 +- .../VBNet/Application/ApplicationEvents.vb | 2 +- .../VBNet/Application/EditingForm.Designer.vb | 2 +- .../VBNet/Application/EditingForm.vb | 2 +- .../Application/My Project/AssemblyInfo.vb | 2 +- .../VBNet/Commands/CustomVertexCommands.vb | 2 +- .../VBNet/Commands/My Project/AssemblyInfo.vb | 2 +- .../Commands/UsingOutOfBoxVertexCommands.vb | 2 +- .../VBNet/Commands/VertexCommands.vbproj | 18 +- .../VBNet/Commands/VertexCommandsMenu.vb | 2 +- .../GlobeControlAnimation/CSharp/Animation.cs | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/GlobeControlAnimation.csproj | 4 +- .../GlobeControlAnimation/Readme.html | 6 +- Net/Controls/GlobeControlAnimation/Readme.md | 4 +- .../GlobeControlAnimation/VBNet/Animation.vb | 2 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/GlobeControlAnimation.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../GlobeControlEffects/CSharp/Effects.cs | 2 +- .../CSharp/GlobeControlEffects.csproj | 4 +- Net/Controls/GlobeControlEffects/Readme.html | 6 +- Net/Controls/GlobeControlEffects/Readme.md | 4 +- .../GlobeControlEffects/VBNet/AssemblyInfo.vb | 2 +- .../GlobeControlEffects/VBNet/Effects.vb | 2 +- .../VBNet/GlobeControlEffects.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/GlobeNavigation.csproj | 4 +- .../CSharp/Navigation.cs | 2 +- .../GlobeControlNavigation/Readme.html | 6 +- Net/Controls/GlobeControlNavigation/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/GlobeNavigation.vbproj | 4 +- .../VBNet/Navigation.vb | 2 +- .../CSharp/ControlsSynchronizer.cs | 2 +- .../CSharp/MapAndPageLayoutSynchApp.csproj | 4 +- .../MapAndPageLayoutSynchApp/CSharp/Maps.cs | 2 +- .../CSharp/OpenNewMapDocument.cs | 2 +- .../CSharp/assemblyinfo.cs | 2 +- .../CSharp/frmMain.cs | 2 +- .../MapAndPageLayoutSynchApp/Readme.html | 6 +- .../MapAndPageLayoutSynchApp/Readme.md | 4 +- .../VBNet/ControlsSynchronizer.vb | 2 +- .../VBNet/MapAndPageLayoutSynchApp.vbproj | 4 +- .../MapAndPageLayoutSynchApp/VBNet/Maps.vb | 2 +- .../VBNet/OpenNewMapDocument.vb | 2 +- .../VBNet/assemblyinfo.vb | 2 +- .../MapAndPageLayoutSynchApp/VBNet/frmMain.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../MapControlCADViewer/CSharp/CADView.cs | 2 +- .../MapControlCADViewer/CSharp/CADView.csproj | 4 +- Net/Controls/MapControlCADViewer/Readme.html | 6 +- Net/Controls/MapControlCADViewer/Readme.md | 4 +- .../MapControlCADViewer/VBNet/AssemblyInfo.vb | 2 +- .../MapControlCADViewer/VBNet/CADView.vb | 2 +- .../MapControlCADViewer/VBNet/CADView.vbproj | 4 +- .../MapControlDrawText/CSharp/AssemblyInfo.cs | 2 +- .../MapControlDrawText/CSharp/DrawText.cs | 2 +- .../MapControlDrawText/CSharp/DrawText.csproj | 4 +- Net/Controls/MapControlDrawText/Readme.html | 6 +- Net/Controls/MapControlDrawText/Readme.md | 4 +- .../MapControlDrawText/VBNet/AssemblyInfo.vb | 2 +- .../MapControlDrawText/VBNet/DrawText.vb | 2 +- .../MapControlDrawText/VBNet/DrawText.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../MapControlGeoEvents/CSharp/GeoEvents.cs | 2 +- .../CSharp/GeoEvents.csproj | 4 +- Net/Controls/MapControlGeoEvents/Readme.html | 6 +- Net/Controls/MapControlGeoEvents/Readme.md | 4 +- .../MapControlGeoEvents/VBNet/AssemblyInfo.vb | 2 +- .../MapControlGeoEvents/VBNet/GeoEvents.vb | 2 +- .../VBNet/GeoEvents.vbproj | 4 +- .../MapControlMapTips/CSharp/AssemblyInfo.cs | 2 +- .../MapControlMapTips/CSharp/MapTips.cs | 2 +- .../MapControlMapTips/CSharp/MapTips.csproj | 4 +- Net/Controls/MapControlMapTips/Readme.html | 6 +- Net/Controls/MapControlMapTips/Readme.md | 4 +- .../MapControlMapTips/VBNet/AssemblyInfo.vb | 2 +- .../MapControlMapTips/VBNet/MapTips.vb | 2 +- .../MapControlMapTips/VBNet/MapTips.vbproj | 4 +- .../CSharp/ContextMenuClass.cs | 2 +- .../CSharp/CreateNewDocument.cs | 2 +- .../CSharp/LoadLayerFileCmd.cs | 2 +- .../CSharp/MapControlSaveLayerFile.csproj | 4 +- .../CSharp/RemoveLayerCmd.cs | 2 +- .../CSharp/SaveLayerFileCmd.cs | 2 +- .../CSharp/assemblyinfo.cs | 2 +- .../MapControlSaveLayerFile/CSharp/frmMain.cs | 2 +- .../MapControlSaveLayerFile/Readme.html | 6 +- .../MapControlSaveLayerFile/Readme.md | 4 +- .../VBNet/ContextMenuClass.vb | 2 +- .../VBNet/CreateNewDocument.vb | 2 +- .../VBNet/LoadLayerFileCmd.vb | 2 +- .../VBNet/MapControlSaveLayerFile.vbproj | 4 +- .../VBNet/RemoveLayerCmd.vb | 2 +- .../VBNet/SaveLayerFileCmd.vb | 2 +- .../VBNet/assemblyinfo.vb | 2 +- .../MapControlSaveLayerFile/VBNet/frmMain.vb | 2 +- .../CSharp/Commands/AddDateTool.cs | 2 +- .../CSharp/Commands/AssemblyInfo.cs | 2 +- .../CSharp/Commands/Commands.csproj | 14 +- .../Commands/Properties/AssemblyInfo.cs | 2 +- .../CSharp/Controls/AssemblyInfo.cs | 2 +- .../CSharp/Controls/Controls.csproj | 20 +- .../CSharp/Controls/MapViewer.Designer.cs | 2 +- .../CSharp/Controls/MapViewer.cs | 2 +- .../CSharp/Controls/Program.cs | 2 +- .../Controls/Properties/AssemblyInfo.cs | 2 +- Net/Controls/MapViewerWalkthrough/Readme.html | 6 +- Net/Controls/MapViewerWalkthrough/Readme.md | 4 +- .../VBNet/Commands/AddDateTool.vb | 2 +- .../VBNet/Commands/AssemblyInfo.vb | 2 +- .../VBNet/Commands/Commands.vbproj | 14 +- .../VBNet/Commands/My Project/AssemblyInfo.vb | 2 +- .../VBNet/Controls/AssemblyInfo.vb | 2 +- .../VBNet/Controls/Controls.vbproj | 20 +- .../VBNet/Controls/MapViewer.Designer.vb | 2 +- .../VBNet/Controls/MapViewer.vb | 2 +- .../VBNet/Controls/My Project/AssemblyInfo.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/CopyFocusMap.cs | 2 +- .../CSharp/CopyFocusMap.csproj | 4 +- .../PageLayoutControlCopyFocusMap/Readme.html | 6 +- .../PageLayoutControlCopyFocusMap/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/CopyFocusMap.vb | 2 +- .../VBNet/CopyFocusMap.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/LoadMap.cs | 2 +- .../CSharp/LoadMapDocument.csproj | 4 +- .../CSharp/Password.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/LoadMap.vb | 2 +- .../VBNet/LoadMapDocument.vbproj | 4 +- .../VBNet/Password.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/Overview.cs | 2 +- .../CSharp/Overview.csproj | 4 +- .../PageLayoutControlOverview/Readme.html | 6 +- .../PageLayoutControlOverview/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/Overview.vb | 2 +- .../VBNet/Overview.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/PageAppearance.cs | 2 +- .../CSharp/PageAppearance.csproj | 4 +- .../Readme.html | 6 +- .../PageLayoutControlPageAppearance/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/PageAppearance.vb | 2 +- .../VBNet/PageAppearance.vbproj | 8 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/PrintPreview.cs | 2 +- .../CSharp/PrintPreview.csproj | 4 +- .../PageLayoutControlPrintPreview/Readme.html | 6 +- .../PageLayoutControlPrintPreview/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/PrintPreview.vb | 2 +- .../VBNet/PrintPreview.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/PrintPageLayout.cs | 2 +- .../CSharp/PrintPageLayout.csproj | 4 +- .../PageLayoutControlPrinting/Readme.html | 6 +- .../PageLayoutControlPrinting/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/PrintPageLayout.vb | 2 +- .../VBNet/PrintPageLayout.vbproj | 4 +- Net/Controls/ReadMe.md | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/SceneNavigateAndBookmarks.cs | 2 +- .../CSharp/SceneNavigateAndBookmarks.csproj | 4 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/SceneNavigateAndBookmarks.vb | 2 +- .../VBNet/SceneNavigateAndBookmarks.vbproj | 4 +- .../CSharp/AddMapSurrounds.cs | 2 +- .../CSharp/AddMapSurrounds.csproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/CreateNorthArrow.cs | 2 +- .../CSharp/CreateScaleBar.cs | 2 +- .../CSharp/CreateScaleText.cs | 2 +- .../CSharp/SymbolForm.cs | 2 +- .../Readme.html | 6 +- .../SymbologyControlAddMapSurrounds/Readme.md | 4 +- .../VBNet/AddMapSurrounds.vb | 2 +- .../VBNet/AddMapSurrounds.vbproj | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/NorthArrows.vb | 2 +- .../VBNet/ScaleBars.vb | 2 +- .../VBNet/ScaleText.vb | 2 +- .../VBNet/SymbolForm.vb | 2 +- .../CSharp/AreaLinePatches.cs | 2 +- .../CSharp/AreaLinePatches.csproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/SymbolForm.cs | 2 +- .../Readme.html | 6 +- .../SymbologyControlAreaLinePatches/Readme.md | 4 +- .../VBNet/AreaLinePatches.vb | 2 +- .../VBNet/AreaLinePatches.vbproj | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/SymbolForm.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/ColorRamps.cs | 2 +- .../CSharp/ColorRamps.csproj | 4 +- .../CSharp/SymbolForm.cs | 2 +- .../SymbologyControlColorRamps/Readme.html | 6 +- .../SymbologyControlColorRamps/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/ColorRamps.vb | 2 +- .../VBNet/ColorRamps.vbproj | 4 +- .../VBNet/SymbolForm.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/FrameProperties.cs | 2 +- .../CSharp/FrameProperties.csproj | 4 +- .../Readme.html | 6 +- .../SymbologyControlFrameProperties/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/FrameProperties.vb | 2 +- .../VBNet/FrameProperties.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/LayerRendering.cs | 2 +- .../CSharp/LayerRendering.csproj | 4 +- .../CSharp/SymbolForm.cs | 2 +- .../Readme.html | 6 +- .../SymbologyControlLayerRendering/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/LayerRendering.vb | 2 +- .../VBNet/LayerRendering.vbproj | 16 +- .../VBNet/SymbolForm.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/SymbolForm.cs | 2 +- .../CSharp/TextSymbols.cs | 2 +- .../CSharp/TextSymbols.csproj | 4 +- .../SymbologyControlTextSymbols/Readme.html | 6 +- .../SymbologyControlTextSymbols/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/SymbolForm.vb | 2 +- .../VBNet/TextSymbols.vb | 2 +- .../VBNet/TextSymbols.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/ContextMenu.csproj | 6 +- .../CSharp/LayerSelectable.cs | 2 +- .../CSharp/LayerVisibility.cs | 2 +- .../TOCControlContextMenu/CSharp/Program.cs | 2 +- .../CSharp/RemoveLayer.cs | 2 +- .../CSharp/ScaleThresholds.cs | 2 +- .../CSharp/TOCContextMenu.Designer.cs | 2 +- .../CSharp/TOCContextMenu.cs | 2 +- .../CSharp/ZoomToLayer.cs | 2 +- .../TOCControlContextMenu/Readme.html | 6 +- Net/Controls/TOCControlContextMenu/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/ContextMenu.vbproj | 6 +- .../VBNet/LayerSelectable.vb | 2 +- .../VBNet/LayerVisibility.vb | 2 +- .../VBNet/RemoveLayer.vb | 2 +- .../VBNet/ScaleThresholds.vb | 2 +- .../VBNet/TOCContextMenuForm.vb | 2 +- .../VBNet/ZoomToLayer.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/LayerDragDrop.cs | 2 +- .../CSharp/LayerDragDrop.csproj | 4 +- .../TOCControlLayerDragDrop/Readme.html | 6 +- .../TOCControlLayerDragDrop/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/LayerDragDrop.vb | 2 +- .../VBNet/LayerDragDrop.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/MetadataViewer.cs | 2 +- .../CSharp/MetadataViewer.csproj | 4 +- .../TOCControlMetadataViewer/Readme.html | 6 +- .../TOCControlMetadataViewer/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/MetadataViewer.vb | 2 +- .../VBNet/MetadataViewer.vbproj | 4 +- .../CSharp/Appearance.cs | 2 +- .../CSharp/Appearance.csproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../ToolbarControlAppearance/Readme.html | 6 +- .../ToolbarControlAppearance/Readme.md | 4 +- .../VBNet/Appearance.vb | 2 +- .../VBNet/Appearance.vbproj | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/Customization.cs | 2 +- .../CSharp/Customization.csproj | 6 +- .../ToolbarControlCustomization/Readme.html | 6 +- .../ToolbarControlCustomization/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/Customization.vb | 2 +- .../VBNet/Customization.vbproj | 6 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/ChildForm.cs | 2 +- .../CSharp/MDIApplication.csproj | 4 +- .../CSharp/ParentForm.cs | 2 +- .../ToolbarControlMDIApplication/Readme.html | 6 +- .../ToolbarControlMDIApplication/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/ChildForm.vb | 2 +- .../VBNet/MDIApplication.vbproj | 4 +- .../VBNet/ParentForm.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/Bookmark.cs | 2 +- .../CSharp/CreateBookmark.cs | 2 +- .../CSharp/MultiItemBookmarks.cs | 2 +- .../CSharp/MultiItemBookmarks.csproj | 6 +- .../CSharp/SpatialBookmarks.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/CreateBookmark.vb | 2 +- .../VBNet/MultiItemBookmarks.vb | 2 +- .../VBNet/MultiItemBookmarks.vbproj | 6 +- .../VBNet/SpatialBookmarks.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/ShareCommandPool.cs | 2 +- .../CSharp/ShareCommandPool.csproj | 4 +- .../Readme.html | 6 +- .../ToolbarControlShareCommandPool/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/ShareCommandPool.vb | 2 +- .../VBNet/ShareCommandPool.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/NavigationMenu.cs | 2 +- .../CSharp/ToolbarMenu.cs | 2 +- .../CSharp/ToolbarMenu.csproj | 4 +- .../CSharp/ToolbarSubMenu.cs | 2 +- .../ToolbarControlToolbarMenu/Readme.html | 6 +- .../ToolbarControlToolbarMenu/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/NavigationMenu.vb | 2 +- .../VBNet/ToolbarMenu.vb | 2 +- .../VBNet/ToolbarMenu.vbproj | 4 +- .../VBNet/ToolbarSubMenu.vb | 2 +- .../CSharp/Application/AssemblyInfo.cs | 2 +- .../Application/ToolbarControlExtension.cs | 2 +- .../ToolbarControlExtension.csproj | 4 +- .../CSharp/Extension/AssemblyInfo.cs | 2 +- .../CSharp/Extension/IZoomExtension.cs | 2 +- .../CSharp/Extension/InputForm.cs | 2 +- .../CSharp/Extension/SetZoomFactor.cs | 2 +- .../CSharp/Extension/ZoomExtension.cs | 2 +- .../Extension/ZoomFactorExtension.csproj | 2 +- .../CSharp/Extension/ZoomIn.cs | 2 +- .../CSharp/Extension/ZoomOut.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/Application/AssemblyInfo.vb | 2 +- .../Application/ToolbarControlExtension.vb | 2 +- .../ToolbarControlExtension.vbproj | 6 +- .../VBNet/Extension/AssemblyInfo.vb | 2 +- .../VBNet/Extension/IZoomExtension.vb | 2 +- .../VBNet/Extension/SetZoomFactor.vb | 2 +- .../VBNet/Extension/ZoomExtension.vb | 2 +- .../Extension/ZoomFactorExtension.vbproj | 4 +- .../VBNet/Extension/ZoomIn.vb | 2 +- .../VBNet/Extension/ZoomOut.vb | 2 +- .../CSharp/GalleryWindow.xaml.cs | 2 +- .../CSharp/GlobeGallery.csproj | 20 +- .../WPFGlobeGallery/CSharp/GlobeView.xaml.cs | 2 +- .../WPFGlobeGallery/CSharp/app.xaml.cs | 2 +- .../WPFGlobeGallery/CSharp/mapClasses.cs | 2 +- Net/Controls/WPFGlobeGallery/Readme.html | 6 +- Net/Controls/WPFGlobeGallery/Readme.md | 4 +- .../WPFGlobeGallery/VBNet/Application.xaml.vb | 2 +- .../WPFGlobeGallery/VBNet/Gallery.xaml.vb | 2 +- .../WPFGlobeGallery/VBNet/GlobeGallery.vbproj | 20 +- .../WPFGlobeGallery/VBNet/GlobeView.xaml.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../My Project/MyExtensions/MyWpfExtension.vb | 2 +- .../WPFGlobeGallery/VBNet/mapClasses.vb | 2 +- Net/Controls/WPFMapViewer/CSharp/App.xaml.cs | 2 +- .../WPFMapViewer/CSharp/MapWindow.xaml.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../WPFMapViewer/CSharp/WPFMapViewer.csproj | 8 +- Net/Controls/WPFMapViewer/Readme.html | 6 +- Net/Controls/WPFMapViewer/Readme.md | 4 +- .../WPFMapViewer/VBNet/Application.xaml.vb | 2 +- .../WPFMapViewer/VBNet/MapWindow.xaml.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../My Project/MyExtensions/MyWpfExtension.vb | 2 +- .../WPFMapViewer/VBNet/WPFMapViewer.vbproj | 8 +- .../CSharp/AngleAngle.csproj | 20 +- .../CSharp/AngleAngleCmd.cs | 2 +- .../CSharp/AngleAngleCstr.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Editing/AngleAngleConstructor/Readme.html | 6 +- Net/Editing/AngleAngleConstructor/Readme.md | 4 +- .../VBNet/AngleAngle.vbproj | 20 +- .../VBNet/AngleAngleCmd.vb | 2 +- .../VBNet/AngleAngleCstr.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Editing_EditEventListener.csproj | 14 +- .../CSharp/EditorEventsDialog.Designer.cs | 2 +- .../CSharp/EditorEventsDialog.cs | 2 +- .../CSharp/EditorEventsDialogCommand.cs | 2 +- .../CSharp/EnumHelper.cs | 2 +- .../CSharp/EventListener.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../Editing_EditEventListener/Readme.html | 6 +- .../Editing_EditEventListener/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/Editing_EditEventListener.vbproj | 16 +- .../VBNet/EditorEventsDialog.Designer.vb | 2 +- .../VBNet/EditorEventsDialog.vb | 2 +- .../VBNet/EditorEventsDialogCommand.vb | 2 +- .../VBNet/EnumHelper.vb | 2 +- .../VBNet/EventListener.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/PointsAlongLine.csproj | 20 +- .../CSharp/PointsAlongLineForm.Designer.cs | 2 +- .../CSharp/PointsAlongLineForm.cs | 2 +- .../CSharp/PointsAlongLineTool.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Editing/PointsAlongLine/Readme.html | 6 +- Net/Editing/PointsAlongLine/Readme.md | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PointsAlongLine.vbproj | 20 +- .../VBNet/PointsAlongLineForm.Designer.vb | 2 +- .../VBNet/PointsAlongLineForm.vb | 2 +- .../VBNet/PointsAlongLineTool.vb | 2 +- .../RSSWeatherGraphicTracker/AddRSSWeather.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RSSWeatherGraphicTracker/RSSWeather.cs | 2 +- .../RSSWeatherGraphicTracker.csproj | 26 +- .../RSSWeatherGraphicTracker/Readme.html | 6 +- .../RSSWeatherGraphicTracker/Readme.md | 4 +- .../RSSWeatherGraphicTracker/AddRSSWeather.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../RSSWeatherGraphicTracker/RSSWeather.vb | 2 +- .../RSSWeatherGraphicTracker.vbproj | 26 +- Net/Editing/ReadMe.md | 4 +- .../CSharp/AddEXTCLSID.cs | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/TabbedFeatureInspector.csproj | 22 +- .../CSharp/TabbedInspector.Designer.cs | 2 +- .../CSharp/TabbedInspector.cs | 2 +- .../TabbedFeatureInspector/Readme.html | 6 +- Net/Editing/TabbedFeatureInspector/Readme.md | 4 +- .../VBNet/AddEXTCLSID.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/ObjectInspector.vb | 2 +- .../VBNet/TabbedFeatureInspectorVBNet.vbproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Editing/ViperPin/CSharp/ViperPin.csproj | 20 +- .../ViperPin/CSharp/ViperPinForm.Designer.cs | 2 +- Net/Editing/ViperPin/CSharp/ViperPinForm.cs | 2 +- Net/Editing/ViperPin/CSharp/ViperPinTool.cs | 2 +- Net/Editing/ViperPin/Readme.html | 6 +- Net/Editing/ViperPin/Readme.md | 4 +- .../ViperPin/VBNet/My Project/AssemblyInfo.vb | 2 +- Net/Editing/ViperPin/VBNet/ViperPin.vbproj | 22 +- .../ViperPin/VBNet/ViperPinForm.Designer.vb | 2 +- Net/Editing/ViperPin/VBNet/ViperPinForm.vb | 2 +- Net/Editing/ViperPin/VBNet/ViperPinTool.vb | 2 +- .../CSharp/FrmMapControl.Designer.cs | 2 +- .../CSharp/FrmMapControl.cs | 2 +- .../WorkingWithPackages/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/WorkingWithPackages.csproj | 20 +- Net/Editing/WorkingWithPackages/Readme.html | 6 +- Net/Editing/WorkingWithPackages/Readme.md | 4 +- .../VBNet/ApplicationEvents.vb | 2 +- .../VBNet/FrmMapControl.Designer.vb | 2 +- .../VBNet/FrmMapControl.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/WorkingWithPackages.vbproj | 20 +- .../CSharp/AddInEditorExtension.csproj | 6 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/ValidateFeaturesExtension.cs | 2 +- .../AddInEditorExtension/Readme.html | 6 +- Net/Framework/AddInEditorExtension/Readme.md | 4 +- .../VBNet/AddInEditorExtension.vbproj | 6 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/ValidateFeaturesExtension.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/LogExtension.cs | 2 +- .../CSharp/PersistExtensionAddIn.csproj | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../AddInExtensionPersist/Readme.html | 6 +- Net/Framework/AddInExtensionPersist/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/LogExtension.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PersistExtensionAddIn.vbproj | 2 +- .../CustomMenus/CSharp/AddShapefile.cs | 2 +- .../CustomMenus/CSharp/CustomMenus.csproj | 20 +- .../CustomMenus/CSharp/MyBaseMenu.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Framework/CustomMenus/Readme.html | 6 +- Net/Framework/CustomMenus/Readme.md | 4 +- .../CustomMenus/VBNet/AddShapefile.vb | 2 +- .../CustomMenus/VBNet/CustomMenus.vbproj | 20 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/Framework/CustomMenus/VBNet/MyBaseMenu.vb | 2 +- .../CustomTool/CSharp/CustomTool.csproj | 16 +- .../CustomTool/CSharp/DrawGraphicLine.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Framework/CustomTool/Readme.html | 6 +- Net/Framework/CustomTool/Readme.md | 4 +- .../CustomTool/VBNet/CustomTool.vbproj | 16 +- .../CustomTool/VBNet/DrawGraphicLine.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/AddGraphicsTool.cs | 2 +- .../CustomUIElements/CSharp/Config.esriaddinx | 2 +- .../CSharp/CustomUIElements.csproj | 14 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ZoomToLayerButton.cs | 2 +- Net/Framework/CustomUIElements/Readme.html | 6 +- Net/Framework/CustomUIElements/Readme.md | 4 +- .../CustomUIElements/VBNet/AddGraphicsTool.vb | 2 +- .../CustomUIElements/VBNet/Config.esriaddinx | 2 +- .../VBNet/CustomUIElements.vbproj | 12 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/ZoomToLayerButton.vb | 2 +- .../CustomizingAtStartup/CSharp/AcmeExt.cs | 2 +- .../CustomizingAtStartup/CSharp/AcmeMenu.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/Startup_Customizations.csproj | 12 +- .../CustomizingAtStartup/Readme.html | 6 +- Net/Framework/CustomizingAtStartup/Readme.md | 4 +- .../CustomizingAtStartup/VBNet/AcmeExt.vb | 2 +- .../CustomizingAtStartup/VBNet/AcmeMenu.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/Startup_Customizations.vbproj | 12 +- .../CSharp/DesktopAutomationCS.csproj | 26 +- .../CSharp/Form1.Designer.cs | 2 +- .../DesktopAutomation/CSharp/Form1.cs | 2 +- .../DesktopAutomation/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Framework/DesktopAutomation/Readme.html | 6 +- Net/Framework/DesktopAutomation/Readme.md | 4 +- .../VBNet/DesktopAutomationVB.vbproj | 28 +- .../DesktopAutomation/VBNet/Form1.Designer.vb | 2 +- .../DesktopAutomation/VBNet/Form1.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/ArcEditorOnlyExtension.cs | 2 +- .../CSharp/ArcInfoOnlyExtension.cs | 2 +- .../CSharp/ArcViewOnlyExtension.cs | 2 +- .../CSharp/DesktopExtensionsCS.csproj | 8 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SimpleExtension.cs | 2 +- Net/Framework/DesktopExtensions/Readme.html | 6 +- Net/Framework/DesktopExtensions/Readme.md | 4 +- .../VBNet/ArcEditorOnlyExtension.vb | 2 +- .../VBNet/ArcInfoOnlyExtension.vb | 2 +- .../VBNet/ArcViewOnlyExtension.vb | 2 +- .../VBNet/DesktopExtensionsVB.vbproj | 8 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SimpleExtension.vb | 2 +- .../CSharp/DesktopPropertyPageCS.csproj | 18 +- .../CSharp/LayerVisibilityPage.Designer.cs | 2 +- .../CSharp/LayerVisibilityPage.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SimpleLayerPropertiesCmd.cs | 2 +- Net/Framework/DesktopPropertyPage/Readme.html | 6 +- Net/Framework/DesktopPropertyPage/Readme.md | 4 +- .../VBNet/DesktopPropertyPageVB.vbproj | 18 +- .../VBNet/LayerVisibilityPage.Designer.vb | 2 +- .../VBNet/LayerVisibilityPage.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SimpleLayerPropertiesCmd.vb | 2 +- .../CSharp/ESRIWebSitesCS.csproj | 10 +- .../CSharp/ESRIWebsitesWindow.Designer.cs | 2 +- .../CSharp/ESRIWebsitesWindow.cs | 2 +- .../CSharp/ESRIWebsitesWindowCommand.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../DockableWindowESRIWebSites/Readme.html | 6 +- .../DockableWindowESRIWebSites/Readme.md | 4 +- .../VBNet/ESRIWebSitesVB.vbproj | 10 +- .../VBNet/ESRIWebsitesWindow.Designer.vb | 2 +- .../VBNet/ESRIWebsitesWindow.vb | 2 +- .../VBNet/ESRIWebsitesWindowCommand.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/LogExtension.cs | 2 +- .../CSharp/OpenSaveLogExtensionCS.csproj | 8 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../OpenSaveLogExtension/Readme.html | 6 +- Net/Framework/OpenSaveLogExtension/Readme.md | 4 +- .../VBNet/LogExtension.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/OpenSaveLogExtensionVB.vbproj | 10 +- Net/Framework/ReadMe.md | 4 +- .../CSharp/CommandRecentFiles.cs | 2 +- .../CSharp/FormRecentFiles.Designer.cs | 2 +- .../CSharp/FormRecentFiles.cs | 2 +- .../CSharp/MultiItemRecentFiles.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/RecentFilesCombo.cs | 2 +- .../CSharp/RecentFilesCommandsCS.csproj | 10 +- .../CSharp/RecentFilesRegistryHelper.cs | 2 +- .../CSharp/RootMenuRecentFiles.cs | 2 +- .../CSharp/ToolbarRecentFiles.cs | 2 +- Net/Framework/RecentFilesCommands/Readme.html | 6 +- Net/Framework/RecentFilesCommands/Readme.md | 4 +- .../VBNet/CommandRecentFiles.vb | 2 +- .../VBNet/FormRecentFiles.Designer.vb | 2 +- .../VBNet/FormRecentFiles.vb | 2 +- .../VBNet/MultiItemRecentFiles.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/RecentFilesCombo.vb | 2 +- .../VBNet/RecentFilesCommandsVB.vbproj | 10 +- .../VBNet/RecentFilesRegistryHelper.vb | 2 +- .../VBNet/RootMenuRecentFiles.vb | 2 +- .../VBNet/ToolbarRecentFiles.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SelCountDockWin.cs | 2 +- .../CSharp/SelCountDockWin.designer.cs | 2 +- .../CSharp/SelectByLineTool.cs | 2 +- .../CSharp/SelectionExtension.cs | 2 +- .../CSharp/SelectionSample.csproj | 18 +- .../CSharp/SelectionTargetComboBox.cs | 2 +- .../CSharp/ToggleDockWinBtn.cs | 2 +- .../CSharp/ZoomToLayerMultiItem.cs | 2 +- .../SelectionAddInSample/Readme.html | 6 +- Net/Framework/SelectionAddInSample/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SelCountDockWin.designer.vb | 2 +- .../VBNet/SelCountDockWin.vb | 2 +- .../VBNet/SelectByLineTool.vb | 2 +- .../VBNet/SelectionExtension.vb | 2 +- .../VBNet/SelectionSample.vbproj | 18 +- .../VBNet/SelectionTargetComboBox.vb | 2 +- .../VBNet/ToggleDockWinBtn.vb | 2 +- .../VBNet/ZoomToLayerMultiItem.vb | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SelectByLineTool.cs | 2 +- .../CSharp/SelectionCOMSample.csproj | 24 +- .../CSharp/SelectionCountDockWin.Designer.cs | 2 +- .../CSharp/SelectionCountDockWin.cs | 2 +- .../CSharp/SelectionExtension.cs | 2 +- .../CSharp/SelectionMenu.cs | 2 +- .../CSharp/SelectionTargetComboBox.cs | 2 +- .../CSharp/SelectionToolPalette.cs | 2 +- .../CSharp/SelectionToolbar.cs | 2 +- .../CSharp/SelectionZoomToLayerMenu.cs | 2 +- .../CSharp/ToggleDockWinBtn.cs | 2 +- .../CSharp/ZoomToLayerMultiItem.cs | 2 +- Net/Framework/SelectionCOMSample/Readme.html | 6 +- Net/Framework/SelectionCOMSample/Readme.md | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SelectByLineTool.vb | 2 +- .../VBNet/SelectionCOMSample.vbproj | 24 +- .../VBNet/SelectionCountDockWin.Designer.vb | 2 +- .../VBNet/SelectionCountDockWin.vb | 2 +- .../VBNet/SelectionExtension.vb | 2 +- .../SelectionCOMSample/VBNet/SelectionMenu.vb | 2 +- .../VBNet/SelectionTargetComboBox.vb | 2 +- .../VBNet/SelectionToolPalette.vb | 2 +- .../VBNet/SelectionToolbar.vb | 2 +- .../VBNet/SelectionZoomToLayerMenu.vb | 2 +- .../VBNet/ToggleDockWinBtn.vb | 2 +- .../VBNet/ZoomToLayerMultiItem.vb | 2 +- .../CSharp/ClearLoggingCommand.cs | 2 +- .../CSharp/LogLineMultiItemCmd.cs | 2 +- .../CSharp/LoggingDockableWindow.Designer.cs | 2 +- .../CSharp/LoggingDockableWindow.cs | 2 +- .../CSharp/LoggingDockableWindowCommand.cs | 2 +- .../CSharp/LoggingWindowCtxMnu.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SimpleLogWindowCS.csproj | 10 +- Net/Framework/SimpleLogWindow/Readme.html | 6 +- Net/Framework/SimpleLogWindow/Readme.md | 4 +- .../VBNet/ClearLoggingCommand.vb | 2 +- .../VBNet/LogLineMultiItemCmd.vb | 2 +- .../VBNet/LoggingDockableWindow.Designer.vb | 2 +- .../VBNet/LoggingDockableWindow.vb | 2 +- .../VBNet/LoggingDockableWindowCommand.vb | 2 +- .../VBNet/LoggingWindowCtxMnu.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SimpleLogWindowVB.vbproj | 10 +- .../CSharp/CommandSubtypeCS.csproj | 16 +- .../CSharp/PolyFeedbackTools.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ZoomInCommands.cs | 2 +- Net/Framework/SubtypeCommandTool/Readme.html | 6 +- Net/Framework/SubtypeCommandTool/Readme.md | 4 +- .../VBNet/CommandSubtypeVB.vbproj | 16 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PolyFeedbackTools.vb | 2 +- .../VBNet/ZoomInCommands.vb | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TOCFilterLayerContextMenu.cs | 2 +- .../CSharp/TOCLayerFilter.Designer.cs | 2 +- .../TOCLayerFilter/CSharp/TOCLayerFilter.cs | 2 +- .../CSharp/TOCLayerFilterCS.csproj | 14 +- Net/Framework/TOCLayerFilter/Readme.html | 6 +- Net/Framework/TOCLayerFilter/Readme.md | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TOCFilterLayerContextMenu.vb | 2 +- .../VBNet/TOCLayerFilter.Designer.vb | 2 +- .../TOCLayerFilter/VBNet/TOCLayerFilter.vb | 2 +- .../VBNet/TOCLayerFilterVB.vbproj | 12 +- .../CSharp/FontToolControl.Designer.cs | 2 +- .../CSharp/FontToolControl.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ToolAndControlSampleCS.csproj | 32 +- .../ToolAndControlSample/CSharp/ToolSample.cs | 2 +- .../ToolAndControlSample/Readme.html | 6 +- Net/Framework/ToolAndControlSample/Readme.md | 4 +- .../VBNet/FontToolControl.Designer.vb | 2 +- .../VBNet/FontToolControl.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/ToolAndControlSampleVB.vbproj | 16 +- .../ToolAndControlSample/VBNet/ToolSample.vb | 2 +- .../ClosestIntersectionFromPoint.csproj | 10 +- .../FindClosestIntersection.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ClosestIntersectionFromPoint/Readme.html | 6 +- .../ClosestIntersectionFromPoint/Readme.md | 4 +- .../ClosestIntersectionFromPoint.vbproj | 10 +- .../FindClosestIntersection.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../FindAddress/AddressForm.Designer.cs | 2 +- .../CSharp/FindAddress/AddressForm.cs | 2 +- .../CSharp/FindAddress/FindAddress.csproj | 12 +- .../FindAddress/CSharp/FindAddress/Program.cs | 2 +- .../FindAddress/Properties/AssemblyInfo.cs | 2 +- Net/Geocoding/FindAddress/Readme.html | 6 +- Net/Geocoding/FindAddress/Readme.md | 4 +- .../VBNet/FindAddress/AddressForm.Designer.vb | 2 +- .../VBNet/FindAddress/AddressForm.vb | 2 +- .../VBNet/FindAddress/FindAddress.vbproj | 10 +- .../FindAddress/My Project/AssemblyInfo.vb | 2 +- .../FindAddress/VBNet/FindAddress/Program.vb | 2 +- Net/Geocoding/ReadMe.md | 4 +- .../CSharp/SingleLineGeocoding/Program.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SingleLineGeocoding.csproj | 26 +- .../SingleLineGeocodingForm.Designer.cs | 2 +- .../SingleLineGeocodingForm.cs | 2 +- Net/Geocoding/SingleLineGeocoding/Readme.html | 6 +- Net/Geocoding/SingleLineGeocoding/Readme.md | 4 +- .../VBNet/SingleLineGeocoding/Program.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../SingleLineGeocoding.vbproj | 26 +- .../SingleLineGeocodingForm.Designer.vb | 2 +- .../SingleLineGeocodingForm.vb | 2 +- .../RoutingSample/DirectionsForm.Designer.cs | 2 +- .../CSharp/RoutingSample/DirectionsForm.cs | 2 +- .../My Project/Application.Designer.cs | 2 +- .../RoutingSample/My Project/AssemblyInfo.cs | 2 +- .../My Project/Resources.Designer.cs | 2 +- .../RoutingSample/RestrictControl.Designer.cs | 2 +- .../CSharp/RoutingSample/RestrictControl.cs | 2 +- .../RestrictionsForm.Designer.cs | 2 +- .../CSharp/RoutingSample/RestrictionsForm.cs | 2 +- .../CSharp/RoutingSample/RoutingCommand.cs | 2 +- .../RoutingSample/RoutingForm.Designer.cs | 2 +- .../CSharp/RoutingSample/RoutingForm.cs | 2 +- .../CSharp/RoutingSample/RoutingSample.csproj | 28 +- .../CSharp/RoutingSample/RoutingSample.xml | 72 +- .../CSharp/RoutingSample/RoutingToolbar.cs | 2 +- .../StreetMapRoutingSample/Readme.html | 6 +- .../StreetMapRoutingSample/Readme.md | 4 +- .../RoutingSample/DirectionsForm.Designer.vb | 2 +- .../VBNet/RoutingSample/DirectionsForm.vb | 2 +- .../RoutingSample/My Project/AssemblyInfo.vb | 2 +- .../RoutingSample/RestrictControl.Designer.vb | 2 +- .../VBNet/RoutingSample/RestrictControl.vb | 2 +- .../RestrictionsForm.Designer.vb | 2 +- .../VBNet/RoutingSample/RestrictionsForm.vb | 2 +- .../VBNet/RoutingSample/RoutingCommand.vb | 2 +- .../RoutingSample/RoutingForm.Designer.vb | 2 +- .../VBNet/RoutingSample/RoutingForm.vb | 2 +- .../VBNet/RoutingSample/RoutingSample.vbproj | 28 +- .../RoutingSample/RoutingSample2008.vbproj | 28 +- .../VBNet/RoutingSample/RoutingToolbar.vb | 2 +- .../CSharp/CustomUpstreamTraceTask.csproj | 12 +- .../CSharp/CustomUpstreamTraceTaskCSharp.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CustomUpstreamTraceTask/Readme.html | 6 +- .../CustomUpstreamTraceTask/Readme.md | 4 +- .../VBNet/CustomUpstreamTraceTask.vbproj | 12 +- .../VBNet/CustomUpstreamTraceTaskVBNet.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RasterSyncExtension.csproj | 6 +- .../RasterSyncWorkspaceExtension.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RasterSyncExtensionReg.csproj | 8 +- .../RegisterExtension.cs | 2 +- .../RasterSyncWorkspaceExtension/Readme.html | 6 +- .../RasterSyncWorkspaceExtension/Readme.md | 4 +- .../My Project/AssemblyInfo.vb | 2 +- .../RasterSyncExtension.vbproj | 6 +- .../RasterSyncWorkspaceExtension.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../RasterSyncExtensionReg.vbproj | 8 +- .../RegisterExtension.vb | 2 +- Net/Geodatabase/ReadMe.md | 4 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SetFlowByDigitizedDirection.csproj | 12 +- .../SetFlowByDigitizedDirectionCSharp.cs | 2 +- .../SetFlowByDigitizedDirection/Readme.html | 6 +- .../SetFlowByDigitizedDirection/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SetFlowByDigitizedDirection.vbproj | 12 +- .../VBNet/SetFlowByDigitizedDirectionVBNet.vb | 2 +- .../CSharp/AddSimplePointLayerCmd.cs | 2 +- .../SimplePointPlugin/CSharp/AssemblyInfo.cs | 2 +- .../CSharp/OpenSimplePointDlg.Designer.cs | 2 +- .../CSharp/OpenSimplePointDlg.cs | 2 +- .../CSharp/SimplePointCursor.cs | 2 +- .../CSharp/SimplePointDataset.cs | 2 +- .../CSharp/SimplePointPlugin.csproj | 16 +- .../CSharp/SimplePointWksp.cs | 2 +- .../CSharp/SimplePointWkspFact.cs | 2 +- Net/Geodatabase/SimplePointPlugin/Readme.html | 6 +- Net/Geodatabase/SimplePointPlugin/Readme.md | 4 +- .../VBNet/AddSimplePointLayerCmd.vb | 2 +- .../SimplePointPlugin/VBNet/AssemblyInfo.vb | 2 +- .../VBNet/OpenSimplePointDlg.Designer.vb | 2 +- .../VBNet/OpenSimplePointDlg.vb | 2 +- .../VBNet/SimplePointPlugin.vbproj | 16 +- .../VBNet/SimplePointWksp.vb | 2 +- .../VBNet/SimplePointWkspFact.vb | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TimestampClassDescription.cs | 2 +- .../CSharp/TimestampClassExtension.cs | 2 +- .../CSharp/TimestampPropertyPage.Designer.cs | 2 +- .../CSharp/TimestampPropertyPage.cs | 2 +- .../CSharp/Timestamper.csproj | 8 +- .../TimestampClassExtension/Readme.html | 6 +- .../TimestampClassExtension/Readme.md | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TimestampClassDescription.vb | 2 +- .../VBNet/TimestampClassExtension.vb | 2 +- .../VBNet/TimestampPropertyPage.Designer.vb | 2 +- .../VBNet/TimestampPropertyPage.vb | 2 +- .../VBNet/Timestamper.vbproj | 8 +- .../CSharp/BufferDlg.Designer.cs | 2 +- .../GPBufferLayer/CSharp/BufferDlg.cs | 2 +- .../CSharp/BufferSelectedLayerCmd.cs | 2 +- .../GPBufferLayer/CSharp/GpBufferLayer.csproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Geoprocessing/GPBufferLayer/Readme.html | 6 +- Net/Geoprocessing/GPBufferLayer/Readme.md | 4 +- .../GPBufferLayer/VBNet/BufferDlg.Designer.vb | 2 +- .../GPBufferLayer/VBNet/BufferDlg.vb | 2 +- .../VBNet/BufferSelectedLayerCmd.vb | 2 +- .../GPBufferLayer/VBNet/GpBufferLayer.vbproj | 22 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../GPCalculateArea/CalculateAreaFunction.cs | 2 +- .../GPCalculateArea/GPCalculateArea.csproj | 14 +- .../Properties/AssemblyInfo.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../GPCalculateArea/CalculateAreaFunction.vb | 2 +- .../GPCalculateArea/GPCalculateArea.vbproj | 14 +- .../Properties/AssemblyInfo.vb | 2 +- .../GeoprocessorEventHelper/GPEventHelper.cs | 2 +- .../GeoprocessorEventHelper.csproj | 12 +- .../Properties/AssemblyInfo.cs | 2 +- .../CSharp/TestListner/GPEventListner.cs | 2 +- .../TestListner/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TestListner/TestListner.csproj | 12 +- Net/Geoprocessing/GPEvents/Readme.html | 6 +- Net/Geoprocessing/GPEvents/Readme.md | 4 +- .../GeoprocessorEventHelper/GPEventHelper.vb | 2 +- .../GeoprocessorEventHelper.vbproj | 10 +- .../Properties/AssemblyInfo.vb | 2 +- .../VBNet/TestListner/GPEventListner.vb | 2 +- .../TestListner/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TestListner/TestListner.vbproj | 10 +- .../GPExecuteToolsAsync/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/RunGPAsync.csproj | 26 +- .../CSharp/RunGPForm.Designer.cs | 2 +- .../GPExecuteToolsAsync/CSharp/RunGPForm.cs | 2 +- .../GPExecuteToolsAsync/Readme.html | 6 +- .../GPExecuteToolsAsync/Readme.md | 4 +- .../GPExecuteToolsAsync/VBNet/Program.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/RunGPAsync.vbproj | 26 +- .../VBNet/RunGPForm.Designer.vb | 2 +- .../GPExecuteToolsAsync/VBNet/RunGPForm.vb | 2 +- .../CSharp/executetool/LicenseInitializer.cs | 2 +- .../executetool/Properties/AssemblyInfo.cs | 2 +- .../CSharp/executetool/copyfeatures.cs | 2 +- .../CSharp/executetool/copyfeatures.csproj | 12 +- .../GPExecutingTools/Readme.html | 6 +- Net/Geoprocessing/GPExecutingTools/Readme.md | 4 +- .../VBNet/executetool/LicenseInitializer.vb | 2 +- .../executetool/Properties/AssemblyInfo.vb | 2 +- .../VBNet/executetool/copyfeatures.vb | 2 +- .../VBNet/executetool/copyfeatures.vbproj | 12 +- .../CSharp/GPFieldMapping/FieldMapping.cs | 2 +- .../GPFieldMapping/GPFieldMapping.csproj | 12 +- .../GPFieldMapping/LicenseInitializer.cs | 2 +- .../GPFieldMapping/Properties/AssemblyInfo.cs | 2 +- Net/Geoprocessing/GPFieldMapping/Readme.html | 6 +- Net/Geoprocessing/GPFieldMapping/Readme.md | 4 +- .../VBNet/GPFieldMapping/FieldMapping.vb | 2 +- .../GPFieldMapping/GPFieldMapping.vbproj | 12 +- .../GPFieldMapping/LicenseInitializer.vb | 2 +- .../GPFieldMapping/Properties/AssemblyInfo.vb | 2 +- .../GeodatabaseConversion.csproj | 12 +- .../LicenseInitializer.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../CSharp/GeodatabaseConversion/ToFileGDB.cs | 2 +- .../GPGeodatabaseConversion/Readme.html | 6 +- .../GPGeodatabaseConversion/Readme.md | 4 +- .../GeodatabaseConversion.vbproj | 12 +- .../LicenseInitializer.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../VBNet/GeodatabaseConversion/ToFileGDB.vb | 2 +- .../CSharp/GeoprocessingInDotNet.csproj | 6 +- .../CSharp/LicenseInitializer.cs | 2 +- .../GeoprocessingInDotNet/CSharp/Module1.cs | 2 +- .../GeoprocessingInDotNet/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../GeoprocessingInDotNet/Readme.html | 6 +- .../GeoprocessingInDotNet/Readme.md | 4 +- .../VBNet/GeoprocessingInDotNet.vbproj | 6 +- .../VBNet/LicenseInitializer.vb | 2 +- .../GeoprocessingInDotNet/VBNet/Module1.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/Geoprocessing/ReadMe.md | 4 +- .../CSharp/AlgorithmicColorRamp.cs | 2 +- .../CSharp/AlgorithmicColorRamp.csproj | 12 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../frmAlgorithmicColorRamp.Designer.cs | 2 +- .../CSharp/frmAlgorithmicColorRamp.cs | 2 +- .../AlgorithmicColorRamp/Readme.html | 6 +- .../AlgorithmicColorRamp/Readme.md | 4 +- .../VBNet/AlgorithmicColorRamp.vb | 2 +- .../VBNet/AlgorithmicColorRamp.vbproj | 12 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/frmAlgorithmicColorRamp.Designer.vb | 2 +- .../VBNet/frmAlgorithmicColorRamp.vb | 2 +- .../ApplyOffsetToATimeAwareLayer.csproj | 14 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TimeOffsetButton.cs | 2 +- .../ApplyOffsetToATimeAwareLayer/Readme.html | 6 +- .../ApplyOffsetToATimeAwareLayer/Readme.md | 4 +- .../VBNet/ApplyOffsetToATimeAwareLayer.vbproj | 6 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TimeOffsetButton.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/DisplayFeedbackSample.cs | 2 +- .../CSharp/DisplayFeedbackSample.csproj | 10 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../DisplayFeedbackSample/Readme.html | 6 +- .../DisplayFeedbackSample/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/DisplayFeedbackSampleVB.vb | 2 +- .../VBNet/DisplayFeedbackSampleVB.vbproj | 10 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/BikingTrackModeCmd.cs | 2 +- .../DynamicBiking/CSharp/DynamicBiking.csproj | 18 +- .../DynamicBiking/CSharp/DynamicBikingCmd.cs | 2 +- .../CSharp/DynamicBikingSpeedCmd.cs | 2 +- .../CSharp/DynamicBikingSpeedCtrl.Designer.cs | 2 +- .../CSharp/DynamicBikingSpeedCtrl.cs | 2 +- .../CSharp/DynamicBikingToolbarClass.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../DynamicBiking/Readme.html | 6 +- Net/GraphicsPipeline/DynamicBiking/Readme.md | 4 +- .../DynamicBiking/VBNet/BikingTrackModeCmd.vb | 2 +- .../DynamicBiking/VBNet/DynamicBiking.vbproj | 18 +- .../DynamicBiking/VBNet/DynamicBikingCmd.vb | 2 +- .../VBNet/DynamicBikingSpeedCmd.vb | 2 +- .../VBNet/DynamicBikingSpeedCtrl.Designer.vb | 2 +- .../VBNet/DynamicBikingSpeedCtrl.vb | 2 +- .../VBNet/DynamicBikingToolbarClass.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/CacheLayerManagerCmd.cs | 2 +- .../CSharp/CacheManagerDlg.Designer.cs | 2 +- .../CSharp/CacheManagerDlg.cs | 2 +- .../DynamicCacheLayerManagerController.csproj | 14 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/CacheLayerManagerCmd.vb | 2 +- .../VBNet/CacheManagerDlg.Designer.vb | 2 +- .../VBNet/CacheManagerDlg.vb | 2 +- .../DynamicCacheLayerManagerController.vbproj | 14 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/AnimatedZoomInTool.cs | 2 +- .../CSharp/AnimatedZoomOutTool.cs | 2 +- .../CSharp/DynamicDisplayAnimatedZoom.csproj | 14 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../DynamicDisplayAnimatedZoom/Readme.html | 6 +- .../DynamicDisplayAnimatedZoom/Readme.md | 4 +- .../VBNet/AnimatedZoomInTool.vb | 2 +- .../VBNet/AnimatedZoomOutTool.vb | 2 +- .../VBNet/DynamicDisplayAnimatedZoom.vbproj | 14 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/CompassCmd.cs | 2 +- .../CSharp/DynamicDisplayCompass.csproj | 16 +- .../CSharp/OpenGL_GLU_v4.cs | 2 +- .../CSharp/OpenGL_GL_v4.cs | 2 +- .../CSharp/OpenGL_WGL_v4.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../DynamicDisplayCompass/Readme.html | 6 +- .../DynamicDisplayCompass/Readme.md | 4 +- .../DynamicDisplayHUD/CSharp/DDHUDCmd.cs | 2 +- .../CSharp/DynamicDisplayHUD.csproj | 16 +- .../DynamicDisplayHUD/CSharp/OpenGL_GLU_v4.cs | 2 +- .../DynamicDisplayHUD/CSharp/OpenGL_GL_v4.cs | 2 +- .../DynamicDisplayHUD/CSharp/OpenGL_WGL_v4.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ToggleDynamicModeCmd.cs | 2 +- .../DynamicDisplayHUD/Readme.html | 6 +- .../DynamicDisplayHUD/Readme.md | 4 +- .../DynamicLogo/CSharp/DynamicLogo.cs | 2 +- .../DynamicLogo/CSharp/DynamicLogo.csproj | 18 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/GraphicsPipeline/DynamicLogo/Readme.html | 6 +- Net/GraphicsPipeline/DynamicLogo/Readme.md | 4 +- .../DynamicLogo/VBNet/DynamicLogo.vb | 2 +- .../DynamicLogo/VBNet/DynamicLogo.vbproj | 18 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/DynamicObjectTracking.csproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TrackObject.cs | 2 +- .../DynamicObjectTracking/Readme.html | 6 +- .../DynamicObjectTracking/Readme.md | 4 +- .../VBNet/DynamicObjectTracking.vbproj | 22 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TrackObject.vb | 2 +- .../ExportActiveView/CSharp/Config.esriaddinx | 2 +- .../CSharp/ExportActiveViewCS_Net.cs | 2 +- .../ExportActiveViewCS_Net_Addin.csproj | 18 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../ExportActiveView/Readme.html | 6 +- .../ExportActiveView/Readme.md | 4 +- .../ExportActiveView/VBNet/Config.esriaddinx | 2 +- .../VBNet/ExportActiveViewVB_Net.vb | 2 +- .../VBNet/ExportActiveViewVB_Net_Addin.vbproj | 16 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/GlobeDynamicObjectTracking.csproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TrackDynamicObject.cs | 2 +- .../CSharp/TrackSelectionDlg.Designer.cs | 2 +- .../CSharp/TrackSelectionDlg.cs | 2 +- .../GlobeDynamicObjectTracking/Readme.html | 6 +- .../GlobeDynamicObjectTracking/Readme.md | 4 +- .../VBNet/GlobeDynamicObjectTracking.vbproj | 22 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TrackDynamicObject.vb | 2 +- .../VBNet/TrackSelectionDlg.Designer.vb | 2 +- .../VBNet/TrackSelectionDlg.vb | 2 +- .../CSharp/GraphicsLayerToolControl.csproj | 14 +- .../CSharp/GraphicsLayersListCtrl.Designer.cs | 2 +- .../CSharp/GraphicsLayersListCtrl.cs | 2 +- .../CSharp/GraphicsLayersListToolCtrl.cs | 2 +- .../CSharp/GraphicsLayersToolbar.cs | 2 +- .../CSharp/NewGraphicsLayerCmd.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../GraphicsLayerToolControl/Readme.html | 6 +- .../GraphicsLayerToolControl/Readme.md | 4 +- .../VBNet/GraphicsLayerToolControl.vbproj | 14 +- .../VBNet/GraphicsLayersListCtrl.Designer.vb | 2 +- .../VBNet/GraphicsLayersListCtrl.vb | 2 +- .../VBNet/GraphicsLayersListToolCtrl.vb | 2 +- .../VBNet/GraphicsLayersToolbar.vb | 2 +- .../VBNet/NewGraphicsLayerCmd.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/CustomTimeSliderButton.cs | 2 +- .../CSharp/MakeACustomTimeControl.csproj | 6 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TimeSliderDialog.Designer.cs | 2 +- .../CSharp/TimeSliderDialog.cs | 2 +- .../MakeACustomTimeControl/Readme.html | 6 +- .../MakeACustomTimeControl/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/CustomTimeSliderButton.vb | 2 +- .../VBNet/MakeACustomTimeControl.vbproj | 6 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TimeSliderDialog.Designer.vb | 2 +- .../VBNet/TimeSliderDialog.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/IMultivariateRenderer.cs | 2 +- .../CSharp/MultivariateRendPropPage.cs | 2 +- .../CSharp/MultivariateRenderer.cs | 2 +- .../CSharp/MultivariateRenderers.csproj | 4 +- .../CSharp/PropPageForm.cs | 2 +- .../CSharp/SecondaryForm.cs | 2 +- .../MultivariateRenderer/Readme.html | 6 +- .../MultivariateRenderer/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/IMultivariateRenderer.vb | 2 +- .../VBNet/MultivariateRendPropPage.vb | 2 +- .../VBNet/MultivariateRenderer.vb | 2 +- .../VBNet/MultivariateRenderers.vbproj | 2 +- .../VBNet/PropPageForm.vb | 2 +- .../VBNet/SecondaryForm.vb | 2 +- .../CSharp/CreateNewDocument.cs | 2 +- .../CSharp/LoadDynamicLayerCmd.cs | 2 +- .../CSharp/MainForm.Designer.cs | 2 +- .../MyDynamicDisplayApp/CSharp/MainForm.cs | 2 +- .../CSharp/MyDynamicDisplayApp.csproj | 10 +- .../CSharp/MyDynamicLayer.cs | 2 +- .../MyDynamicDisplayApp/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ToggleDynamicDisplayCmd.cs | 2 +- .../MyDynamicDisplayApp/Readme.html | 6 +- .../MyDynamicDisplayApp/Readme.md | 4 +- .../VBNet/CreateNewDocument.vb | 2 +- .../VBNet/LoadDynamicLayerCmd.vb | 2 +- .../VBNet/MainForm.Designer.vb | 2 +- .../MyDynamicDisplayApp/VBNet/MainForm.vb | 2 +- .../VBNet/MyDynamicDisplayApp.vbproj | 10 +- .../VBNet/MyDynamicLayer.vb | 2 +- .../MyDynamicDisplayApp/VBNet/Program.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/ToggleDynamicDisplayCmd.vb | 2 +- .../CSharp/AddMyDynamicLayerCmd.cs | 2 +- .../CSharp/DynamicLayerToolbar.cs | 2 +- .../CSharp/MyDynamicLayer.csproj | 18 +- .../CSharp/MyDynamicLayerClass.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../MyDynamicLayer/Readme.html | 6 +- Net/GraphicsPipeline/MyDynamicLayer/Readme.md | 4 +- .../VBNet/AddMyDynamicLayerCmd.vb | 2 +- .../VBNet/DynamicLayerToolbar.vb | 2 +- .../VBNet/MyDynamicLayer.vbproj | 18 +- .../VBNet/MyDynamicLayerClass.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../PrintActiveView/CSharp/Config.esriaddinx | 2 +- .../CSharp/PrintActiveViewCS_Net_Addin.cs | 2 +- .../CSharp/PrintActiveViewCS_Net_Addin.csproj | 18 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../PrintActiveView/Readme.html | 6 +- .../PrintActiveView/Readme.md | 4 +- .../PrintActiveView/VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PrintActiveViewVB_Net_Addin.vb | 2 +- .../VBNet/PrintActiveViewVB_Net_Addin.vbproj | 14 +- .../CSharp/Config.esriaddinx | 2 +- .../PrintActiveViewArcPressCS_Net_Addin.cs | 2 +- ...PrintActiveViewArcPressCS_Net_Addin.csproj | 12 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../PrintActiveViewArcPress/Readme.html | 6 +- .../PrintActiveViewArcPress/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../PrintActiveViewArcPressVB_Net_Addin.vb | 2 +- ...PrintActiveViewArcPressVB_Net_Addin.vbproj | 12 +- .../PrintMultiPage/CSharp/Config.esriaddinx | 2 +- .../CSharp/PrintMultiPagesCS_NET_Addin.cs | 2 +- .../CSharp/PrintMultiPagesCS_NET_Addin.csproj | 18 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../PrintMultiPage/Readme.html | 6 +- Net/GraphicsPipeline/PrintMultiPage/Readme.md | 4 +- .../PrintMultiPage/VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PrintMultiPagesVB_NET_Addin.vb | 2 +- .../VBNet/PrintMultiPagesVB_NET_Addin.vbproj | 12 +- .../CSharp/AddRSSWeatherLayer.cs | 2 +- .../CSharp/AddWeatherItemCmd.cs | 2 +- .../CSharp/AddWeatherItemTool.cs | 2 +- .../RSSWeatherLayer/CSharp/IdentifyDlg.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/PropertySheet.Designer.cs | 2 +- .../RSSWeatherLayer/CSharp/PropertySheet.cs | 2 +- .../CSharp/RSSLayerProperties.cs | 2 +- .../RSSWeatherLayer/CSharp/RSSLayerProps.cs | 2 +- .../CSharp/RSSLayerProps.designer.cs | 2 +- .../CSharp/RSSLayerProps2.Designer.cs | 2 +- .../RSSWeatherLayer/CSharp/RSSLayerProps2.cs | 2 +- .../CSharp/RSSWeatherIdentifyObject.cs | 2 +- .../CSharp/RSSWeatherLayer.csproj | 20 +- .../CSharp/RSSWeatherLayerClass.cs | 2 +- .../RSSWeatherLayer/CSharp/RefreshLayerCmd.cs | 2 +- .../CSharp/SelectByCityName.cs | 2 +- .../CSharp/WeatherItemSelectionDlg.cs | 2 +- .../CSharp/WeatherLayerToolbar.cs | 2 +- .../RSSWeatherLayer/CSharp/ZipCodeDlg.cs | 2 +- .../RSSWeatherLayer/Readme.html | 6 +- .../RSSWeatherLayer/Readme.md | 4 +- .../VBNet/AddRSSWeatherLayer.vb | 2 +- .../VBNet/AddWeatherItemCmd.vb | 2 +- .../VBNet/AddWeatherItemTool.vb | 2 +- .../RSSWeatherLayer/VBNet/IdentifyDlg.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/PropertySheet.Designer.vb | 2 +- .../RSSWeatherLayer/VBNet/PropertySheet.vb | 2 +- .../VBNet/RSSLayerProperties.vb | 2 +- .../VBNet/RSSLayerProps.designer.vb | 2 +- .../RSSWeatherLayer/VBNet/RSSLayerProps.vb | 2 +- .../VBNet/RSSLayerProps2.Designer.vb | 2 +- .../RSSWeatherLayer/VBNet/RSSLayerProps2.vb | 2 +- .../VBNet/RSSWeatherIdentifyObject.vb | 2 +- .../VBNet/RSSWeatherLayer.vbproj | 20 +- .../VBNet/RSSWeatherLayerClass.vb | 2 +- .../RSSWeatherLayer/VBNet/RefreshLayerCmd.vb | 2 +- .../RSSWeatherLayer/VBNet/SelectByCityName.vb | 2 +- .../VBNet/WeatherItemSelectionDlg.vb | 2 +- .../VBNet/WeatherLayerToolbar.vb | 2 +- .../RSSWeatherLayer/VBNet/ZipCodeDlg.vb | 2 +- .../CSharp/AddWeatherItemCmd.cs | 2 +- .../CSharp/AddWeatherItemTool.cs | 2 +- .../CSharp/AddWeatherLayerCmd.cs | 2 +- .../CSharp/GlobeCustomLayerBase.cs | 2 +- .../CSharp/GlobeWeatherIdentifyObject.cs | 2 +- .../RSSWeatherLayer3D/CSharp/IdentifyDlg.cs | 2 +- .../RSSWeatherLayer3D/CSharp/OpenGL_GLU_v4.cs | 2 +- .../RSSWeatherLayer3D/CSharp/OpenGL_GL_v4.cs | 2 +- .../RSSWeatherLayer3D/CSharp/OpenGL_WGL_v4.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/RSSWeatherLayer3D.csproj | 24 +- .../CSharp/RSSWeatherLayer3DClass.cs | 2 +- .../CSharp/RefreshLayerCmd.cs | 2 +- .../CSharp/SelectByCityNameCmd.cs | 2 +- .../CSharp/SelectItemsTool.cs | 2 +- .../CSharp/WeatherItemSelectionDlg.cs | 2 +- .../CSharp/WeatherLayerToolbar.cs | 2 +- .../RSSWeatherLayer3D/CSharp/ZipCodeDlg.cs | 2 +- .../RSSWeatherLayer3D/Readme.html | 6 +- .../RSSWeatherLayer3D/Readme.md | 4 +- Net/GraphicsPipeline/ReadMe.md | 4 +- .../RubberBandZoom/CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../RubberBandZoom/CSharp/RubberBandZoom.cs | 2 +- .../CSharp/RubberBandZoom.csproj | 10 +- .../RubberBandZoom/Readme.html | 6 +- Net/GraphicsPipeline/RubberBandZoom/Readme.md | 4 +- .../RubberBandZoom/VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../RubberBandZoom/VBNet/RubberBandZoom.vb | 2 +- .../VBNet/RubberBandZoom.vbproj | 10 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SetTimeExtentsButton.cs | 2 +- .../CSharp/SetTimeExtentsForALayer.csproj | 6 +- .../SetTimeExtentsForALayer/Readme.html | 6 +- .../SetTimeExtentsForALayer/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SetTimeExtentsButton.vb | 2 +- .../VBNet/SetTimeExtentsForALayer.vbproj | 6 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TriangleElement.csproj | 18 +- .../CSharp/TriangleElementClass.cs | 2 +- .../CSharp/TriangleElementTool.cs | 2 +- .../TriangleElement/Readme.html | 6 +- .../TriangleElement/Readme.md | 4 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TriangleElement.vbproj | 18 +- .../VBNet/TriangleElementClass.vb | 2 +- .../VBNet/TriangleElementTool.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/CustomReport.csproj | 8 +- .../CSharp/ExportReport.Designer.cs | 2 +- .../AddInReportManager/CSharp/ExportReport.cs | 2 +- .../CSharp/GenerateReport.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Map/AddInReportManager/Readme.html | 6 +- Net/Map/AddInReportManager/Readme.md | 4 +- .../VBNET/Config.esriaddinx | 2 +- .../VBNET/CustomReport.vbproj | 8 +- .../VBNET/ExportReport.Designer.vb | 2 +- .../AddInReportManager/VBNET/ExportReport.vb | 2 +- .../VBNET/GenerateReport.vb | 2 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TimeSeriesGraphAddIn.cs | 2 +- .../CSharp/TimeSeriesGraphAddIn.csproj | 14 +- Net/Map/AddInTimeSeriesGraph/Readme.html | 6 +- Net/Map/AddInTimeSeriesGraph/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TimeSeriesGraph.vb | 2 +- .../VBNet/TimeSeriesGraphAddInVB.vbproj | 14 +- .../CSharp/AnimationTypeLayerEffects.cs | 2 +- .../CSharp/LayerEffectsAnimation.csproj | 10 +- .../CSharp/MapLayerEffectsKeyframe.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Map/AnimationLayerEffects/Readme.html | 6 +- Net/Map/AnimationLayerEffects/Readme.md | 4 +- .../VBNet/AnimationTypeLayerEffects.vb | 2 +- .../VBNet/LayerEffectsAnimation.vbproj | 10 +- .../VBNet/MapLayerEffectsKeyframe.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/AnimationTypeMapGraphic.cs | 2 +- .../CSharp/AnimationUtils.cs | 2 +- .../CSharp/MapGraphicKeyframe.cs | 2 +- .../CSharp/MapGraphicTrackExtension.cs | 2 +- .../CSharp/MapGraphicTrackPropPage.cs | 2 +- .../CSharp/MoveGraphicAlongPath.csproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/cmdMoveGraphicAlongPath.cs | 2 +- .../frmCreateGraphicTrackOptions.Designer.cs | 2 +- .../CSharp/frmCreateGraphicTrackOptions.cs | 2 +- .../CSharp/frmPropertyPage.Designer.cs | 2 +- .../CSharp/frmPropertyPage.cs | 2 +- .../AnimationMoveGraphicAlongPath/Readme.html | 6 +- .../AnimationMoveGraphicAlongPath/Readme.md | 4 +- .../VBNet/AnimationTypeMapGraphic.vb | 2 +- .../VBNet/AnimationUtils.vb | 2 +- .../VBNet/MapGraphicKeyframe.vb | 2 +- .../VBNet/MapGraphicTrackExtension.vb | 2 +- .../VBNet/MapGraphicTrackPropPage.vb | 2 +- .../VBNet/MoveGraphicAlongPath.vbproj | 22 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/cmdMoveGraphicAlongPath.vb | 2 +- .../frmCreateGraphicTrackOptions.Designer.vb | 2 +- .../VBNet/frmCreateGraphicTrackOptions.vb | 2 +- .../VBNet/frmPropertyPage.Designer.vb | 2 +- .../VBNet/frmPropertyPage.vb | 2 +- .../BrushingCS_NET_Addin/Brushing.csproj | 12 +- .../BrushingCS_NET_Addin/BrushingCS.cs | 2 +- .../BrushingCS_NET_Addin/Config.esriaddinx | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Net/Map/Brushing/Readme.html | 6 +- Net/Map/Brushing/Readme.md | 4 +- .../BrushingVB_NET_Addin/Brushing.vbproj | 12 +- .../BrushingVB_NET_Addin/BrushingVB.vb | 2 +- .../BrushingVB_NET_Addin/Config.esriaddinx | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../CameraFlybyFromPath.csproj | 14 +- .../cameraflybyfrompath/Config.esriaddinx | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../cameraflybyfrompath/clsCameraFlyby.cs | 2 +- .../cameraflybyfrompath/frmCameraPath.cs | 2 +- Net/Map/CameraFlybyFromPath/Readme.html | 6 +- Net/Map/CameraFlybyFromPath/Readme.md | 4 +- .../VBNET/CameraFlybyFromPath.vbproj | 14 +- .../VBNET/Config.esriaddinx | 2 +- .../VBNET/Properties/AssemblyInfo.vb | 2 +- .../VBNET/clsCameraFlyby.vb | 2 +- .../VBNET/frmCameraPath.vb | 2 +- .../CSharp/GETransformCSharp.csproj | 8 +- .../CSharp/GETransform_Move.cs | 2 +- .../CSharp/GETransform_Rotate.cs | 2 +- .../CSharp/GETransform_Scale.cs | 2 +- Net/Map/GeometricEffectTransform/Readme.html | 6 +- Net/Map/GeometricEffectTransform/Readme.md | 4 +- .../VBNet/GETransformVBNet.vbproj | 8 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/clsGE_Transform_Move.vb | 2 +- .../VBNet/clsGE_Transform_Rotate.vb | 2 +- .../VBNet/clsGE_Transform_Scale.vb | 2 +- .../CSharp/AroundPoint.csproj | 8 +- .../CSharp/AroundPointCls.cs | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../MarkerPlacementAroundPoint/Readme.html | 6 +- Net/Map/MarkerPlacementAroundPoint/Readme.md | 4 +- .../VBNet/AroundPoint.vb | 2 +- .../VBNet/AroundPoint_MP.vbproj | 10 +- .../VBNet/AssemblyInfo.vb | 2 +- Net/Map/ReadMe.md | 4 +- .../CSharp/ClosestFacilitySolver.csproj | 18 +- .../CSharp/LicenseInitializer.cs | 2 +- .../ClosestFacilitySolver/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../frmClosestFacilitySolver.Designer.cs | 2 +- .../CSharp/frmClosestFacilitySolver.cs | 2 +- .../ClosestFacilitySolver/Readme.html | 6 +- Net/Networks/ClosestFacilitySolver/Readme.md | 4 +- .../VBNET/ClosestFacilitySolver.vbproj | 16 +- .../VBNET/LicenseInitializer.vb | 2 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- .../ClosestFacilitySolver/VBNET/Program.vb | 2 +- .../frmClosestFacilitySolver.Designer.vb | 2 +- .../VBNET/frmClosestFacilitySolver.vb | 2 +- .../ExportNAClass/CSharp/AssemblyInfo.cs | 2 +- .../ExportNAClass/CSharp/ExportNAClass.csproj | 6 +- .../CSharp/NAClassToTextfileCmd.cs | 2 +- Net/Networks/ExportNAClass/Readme.html | 6 +- Net/Networks/ExportNAClass/Readme.md | 4 +- .../ExportNAClass/VBNet/AssemblyInfo.vb | 2 +- .../ExportNAClass/VBNet/ExportNAClass.vbproj | 6 +- .../VBNet/NAClassToTextfileCmd.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- ...LoadNetworkLayerFromActiveAnalysisToTOC.cs | 2 +- ...NetworkLayerFromActiveAnalysisToTOC.csproj | 14 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNET/Config.esriaddinx | 2 +- ...LoadNetworkLayerFromActiveAnalysisToTOC.vb | 2 +- ...NetworkLayerFromActiveAnalysisToTOC.vbproj | 14 +- .../VBNET/Properties/AssemblyInfo.vb | 2 +- .../CSharp/LicenseInitializer.cs | 2 +- .../CSharp/LocationAllocationSolver.csproj | 18 +- .../CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../frmLocationAllocationSolver.Designer.cs | 2 +- .../CSharp/frmLocationAllocationSolver.cs | 2 +- .../LocationAllocationSolver/Readme.html | 6 +- .../LocationAllocationSolver/Readme.md | 4 +- .../VBNET/LicenseInitializer.vb | 2 +- .../VBNET/LocationAllocationSolver.vbproj | 16 +- .../LocationAllocationSolver/VBNET/Program.vb | 2 +- .../VBNET/Properties/AssemblyInfo.vb | 2 +- .../frmLocationAllocationSolver.Designer.vb | 2 +- .../VBNET/frmLocationAllocationSolver.vb | 2 +- .../CSharp/AddTraversalResultsToMap.cs | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/NAAddTraversalResultToMap.csproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../NAAddTraversalResultToMap/Readme.html | 6 +- .../NAAddTraversalResultToMap/Readme.md | 4 +- .../VBNET/AddTraversalResultsToMap.vb | 2 +- .../VBNET/Config.esriaddinx | 2 +- .../VBNET/NAAddTraversalResultToMap.vbproj | 20 +- .../VBNET/Properties/AssemblyInfo.vb | 2 +- .../CSharp/EditorForm.Designer.cs | 2 +- .../CSharp/EditorForm.cs | 2 +- .../CSharp/NABarrierLocationEditor.cs | 2 +- .../CSharp/NABarrierLocationEditor.csproj | 22 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../NABarrierLocationEditor/Readme.html | 6 +- .../NABarrierLocationEditor/Readme.md | 4 +- .../VBNET/EditorForm.Designer.vb | 2 +- .../VBNET/EditorForm.vb | 2 +- .../VBNET/NABarrierLocationEditor.vb | 2 +- .../VBNET/NABarrierLocationEditor.vbproj | 22 +- .../VBNET/Properties/AssemblyInfo.vb | 2 +- Net/Networks/NAEngine/CSharp/AssemblyInfo.cs | 2 +- .../NAEngine/CSharp/CommonFunctions.cs | 2 +- Net/Networks/NAEngine/CSharp/NAEngine.csproj | 26 +- .../NAEngine/CSharp/cmdClearAnalysisLayer.cs | 2 +- .../NAEngine/CSharp/cmdLoadLocations.cs | 2 +- .../NAEngine/CSharp/cmdNALayerProperties.cs | 2 +- .../NAEngine/CSharp/cmdNAProperties.cs | 2 +- .../NAEngine/CSharp/cmdRemoveLayer.cs | 2 +- .../NAEngine/CSharp/frmLoadLocations.cs | 2 +- Net/Networks/NAEngine/CSharp/frmMain.cs | 2 +- .../NAEngine/CSharp/frmNALayerProperties.cs | 2 +- .../NAEngine/CSharp/frmNAProperties.cs | 2 +- Net/Networks/NAEngine/Readme.html | 6 +- Net/Networks/NAEngine/Readme.md | 4 +- Net/Networks/NAEngine/VBNet/AssemblyInfo.vb | 2 +- .../NAEngine/VBNet/CommonFunctions.vb | 2 +- Net/Networks/NAEngine/VBNet/NAEngine.vbproj | 24 +- .../NAEngine/VBNet/cmdClearAnalysisLayer.vb | 2 +- .../NAEngine/VBNet/cmdLoadLocations.vb | 2 +- .../NAEngine/VBNet/cmdNALayerProperties.vb | 2 +- .../NAEngine/VBNet/cmdNAProperties.vb | 2 +- Net/Networks/NAEngine/VBNet/cmdRemoveLayer.vb | 2 +- .../NAEngine/VBNet/frmLoadLocations.vb | 2 +- Net/Networks/NAEngine/VBNet/frmMain.vb | 2 +- .../NAEngine/VBNet/frmNALayerProperties.vb | 2 +- .../NAEngine/VBNet/frmNAProperties.vb | 2 +- .../CSharp/LicenseInitializer.cs | 2 +- .../CSharp/ODCostMatrixSolver.csproj | 18 +- .../ODCostMatrixSolver/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/frmODCostMatrixSolver.Designer.cs | 2 +- .../CSharp/frmODCostMatrixSolver.cs | 2 +- Net/Networks/ODCostMatrixSolver/Readme.html | 6 +- Net/Networks/ODCostMatrixSolver/Readme.md | 4 +- .../VBNet/LicenseInitializer.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/ODCostMatrixSolver.vbproj | 22 +- .../ODCostMatrixSolver/VBNet/Program.vb | 2 +- .../VBNet/frmODCostMatrixSolver.Designer.vb | 2 +- .../VBNet/frmODCostMatrixSolver.vb | 2 +- Net/Networks/ReadMe.md | 4 +- .../RouteLayer/CSharp/LicenseInitializer.cs | 2 +- Net/Networks/RouteLayer/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../RouteLayer/CSharp/RouteLayer.csproj | 12 +- Net/Networks/RouteLayer/Readme.html | 6 +- Net/Networks/RouteLayer/Readme.md | 4 +- .../RouteLayer/VBNet/LicenseInitializer.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/Networks/RouteLayer/VBNet/Program.vb | 2 +- .../RouteLayer/VBNet/RouteLayer.vbproj | 14 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SelectionRestriction.csproj | 26 +- .../CSharp/SelectionRestrictionEvaluator.cs | 2 +- .../SelectionRestrictionEvaluatorEditor.cs | 2 +- Net/Networks/SelectionRestriction/Readme.html | 6 +- Net/Networks/SelectionRestriction/Readme.md | 4 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/SelectionRestriction.vbproj | 26 +- .../VBNet/SelectionRestrictionEvaluator.vb | 2 +- .../SelectionRestrictionEvaluatorEditor.vb | 2 +- .../CSharp/LicenseInitializer.cs | 2 +- .../ServiceAreaSolver/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ServiceAreaSolver.csproj | 16 +- .../CSharp/frmServiceAreaSolver.Designer.cs | 2 +- .../CSharp/frmServiceAreaSolver.cs | 2 +- Net/Networks/ServiceAreaSolver/Readme.html | 6 +- Net/Networks/ServiceAreaSolver/Readme.md | 4 +- .../VBNet/LicenseInitializer.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../ServiceAreaSolver/VBNet/Program.vb | 2 +- .../VBNet/ServiceAreaSolver.vbproj | 16 +- .../VBNet/frmServiceAreaSolver.Designer.vb | 2 +- .../VBNet/frmServiceAreaSolver.vb | 2 +- .../FilterSubsetEvaluator.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ScaleSubsetEvaluator.cs | 2 +- .../SubsetNetworkEvaluators/SubsetHelper.cs | 2 +- .../SubsetNetworkEvaluators.csproj | 4 +- .../AddSubsetAttributesCommand.cs | 2 +- ...ateNetworkElementArrayParametersCommand.cs | 2 +- .../FilterSubsetEvaluatorEditor.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RemoveSubsetAttributesCommand.cs | 2 +- .../ScaleSubsetEvaluatorEditor.cs | 2 +- .../SimpleEvaluatorProperties.Designer.cs | 2 +- .../SimpleEvaluatorProperties.cs | 2 +- .../SubsetHelperUI.cs | 2 +- .../SubsetNetworkEvaluatorsUI.csproj | 28 +- .../WindowWrapper.cs | 2 +- .../SubsetNetworkEvaluators/Readme.html | 6 +- .../SubsetNetworkEvaluators/Readme.md | 4 +- .../FilterSubsetEvaluator.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../ScaleSubsetEvaluator.vb | 2 +- .../SubsetNetworkEvaluators/SubsetHelper.vb | 2 +- .../SubsetNetworkEvaluators.vbproj | 4 +- .../AddSubsetAttributesCommand.vb | 2 +- ...ateNetworkElementArrayParametersCommand.vb | 2 +- .../FilterSubsetEvaluatorEditor.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../RemoveSubsetAttributesCommand.vb | 2 +- .../ScaleSubsetEvaluatorEditor.vb | 2 +- .../SimpleEvaluatorProperties.Designer.vb | 2 +- .../SimpleEvaluatorProperties.vb | 2 +- .../SubsetHelperUI.vb | 2 +- .../SubsetNetworkEvaluatorsUI.vbproj | 28 +- .../WindowWrapper.vb | 2 +- .../VRPSolver/CSharp/LicenseInitializer.cs | 2 +- Net/Networks/VRPSolver/CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../VRPSolver/CSharp/VRPSolver.csproj | 16 +- .../VRPSolver/CSharp/frmVRPSolver.Designer.cs | 2 +- Net/Networks/VRPSolver/CSharp/frmVRPSolver.cs | 2 +- Net/Networks/VRPSolver/Readme.html | 6 +- Net/Networks/VRPSolver/Readme.md | 4 +- .../VRPSolver/VBNet/LicenseInitializer.vb | 2 +- Net/Networks/VRPSolver/VBNet/Program.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- Net/Networks/VRPSolver/VBNet/VRP.vbproj | 16 +- .../VRPSolver/VBNet/frmVRPSolver.Designer.vb | 2 +- Net/Networks/VRPSolver/VBNet/frmVRPSolver.vb | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/AttributeQuery.cs | 2 +- .../CSharp/AttributeQuery.csproj | 2 +- .../ARControlAttributeQuery/Readme.html | 6 +- .../ARControlAttributeQuery/Readme.md | 4 +- .../VBNET/AssemblyInfo.vb | 2 +- .../VBNET/AttributeQuery.vb | 2 +- .../VBNET/AttributeQuery.vbproj | 2 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/DocumentProperties.cs | 2 +- .../CSharp/DocumentProperties.csproj | 4 +- .../ARControlDocumentProperties/Readme.html | 6 +- .../ARControlDocumentProperties/Readme.md | 4 +- .../VBNET/AssemblyInfo.vb | 2 +- .../VBNET/DocumentProperties.vb | 2 +- .../VBNET/DocumentProperties.vbproj | 6 +- .../ARControlMapTools/CSharp/AssemblyInfo.cs | 2 +- .../ARControlMapTools/CSharp/MapTools.cs | 2 +- .../ARControlMapTools/CSharp/MapTools.csproj | 4 +- Net/Publisher/ARControlMapTools/Readme.html | 6 +- Net/Publisher/ARControlMapTools/Readme.md | 4 +- .../ARControlMapTools/VBNET/AssemblyInfo.vb | 2 +- .../ARControlMapTools/VBNET/MapTools.vb | 2 +- .../ARControlMapTools/VBNET/MapTools.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/DocumentProperties.cs | 2 +- .../CSharp/DocumentProperties.csproj | 4 +- .../ARControlSpatialQuery/Readme.html | 6 +- Net/Publisher/ARControlSpatialQuery/Readme.md | 4 +- .../VBNET/AssemblyInfo.vb | 2 +- .../VBNET/DocumentProperties.vb | 2 +- .../VBNET/DocumentProperties.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/GlobeTools.cs | 2 +- .../CSharp/GlobeTools.csproj | 4 +- .../ARGlobeControlGlobeTools/Readme.html | 6 +- .../ARGlobeControlGlobeTools/Readme.md | 4 +- .../VBNET/AssemblyInfo.vb | 2 +- .../VBNET/GlobeTools.vb | 2 +- .../VBNET/GlobeTools.vbproj | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/PlayAnimation.Designer.cs | 2 +- .../CSharp/PlayAnimation.cs | 2 +- .../CSharp/PlayAnimation.csproj | 6 +- .../CSharp/Program.cs | 2 +- .../CSharp/SpinGlobe.cs | 2 +- .../CSharp/SpinGlobe.csproj | 4 +- .../ARGlobeControlPlayAnimation/Readme.html | 6 +- .../ARGlobeControlPlayAnimation/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/PlayAnimation.Designer.vb | 2 +- .../VBNet/PlayAnimation.vb | 2 +- .../VBNet/PlayAnimation.vbproj | 6 +- .../VBNet/SpinGlobe.vb | 2 +- .../VBNet/SpinGlobe.vbproj | 4 +- .../PackagePMF/CSharp/Config.esriaddinx | 2 +- Net/Publisher/PackagePMF/CSharp/PackagePMF.cs | 2 +- .../PackagePMF/CSharp/PackagePMF.csproj | 8 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Publisher/PackagePMF/Readme.html | 6 +- Net/Publisher/PackagePMF/Readme.md | 4 +- .../PackagePMF/VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/Publisher/PackagePMF/VBNet/PackagePMF.vb | 2 +- .../PackagePMF/VBNet/PackagePMF.vbproj | 8 +- .../PublishMap/CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Publisher/PublishMap/CSharp/PublishMap.cs | 2 +- .../PublishMap/CSharp/PublishMap.csproj | 8 +- Net/Publisher/PublishMap/Readme.html | 6 +- Net/Publisher/PublishMap/Readme.md | 4 +- .../PublishMap/VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/Publisher/PublishMap/VBNet/PublishMap.vb | 2 +- .../PublishMap/VBNet/PublishMap.vbproj | 8 +- Net/Publisher/ReadMe.md | 4 +- .../CSharp/AssemblyInfo.cs | 2 +- .../CSharp/SpatialQuery.cs | 2 +- .../CSharp/SpatialQuery.csproj | 4 +- .../Readme.html | 6 +- Net/PublisherARControlSpatialQuery/Readme.md | 4 +- .../VBNET/AssemblyInfo.vb | 2 +- .../VBNET/SpatialQuery.vb | 2 +- .../VBNET/SpatialQuery.vbproj | 4 +- .../CSharp/CreateFileRasterMosaic.cs | 2 +- .../CSharp/CreateFileRasterMosaic.csproj | 16 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CreateFileRasterDatasetMosaic/Readme.html | 6 +- .../CreateFileRasterDatasetMosaic/Readme.md | 4 +- .../VBNet/CreateFileRasterMosaic.vb | 2 +- .../VBNet/CreateFileRasterMosaic.vbproj | 14 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/CreateFunctionRasterDataset.cs | 2 +- .../CSharp/CreateFunctionRasterDataset.csproj | 10 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CreateFunctionRasterDataset/Readme.html | 6 +- .../CreateFunctionRasterDataset/Readme.md | 4 +- .../VBNet/CreateFunctionRasterDataset.vb | 2 +- .../VBNet/CreateFunctionRasterDataset.vbproj | 8 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/CreateRasterMosaic.cs | 2 +- .../CSharp/CreateRasterMosaic.csproj | 8 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CreateGDBRasterDatasetMosaic/Readme.html | 6 +- .../CreateGDBRasterDatasetMosaic/Readme.md | 4 +- .../VBNet/CreateRasterMosaic.vb | 2 +- .../VBNet/CreateRasterMosaic.vbproj | 8 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/CreateMosaicDataset.cs | 2 +- .../CSharp/CreateMosaicDataset.csproj | 12 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Raster/CreateMosaicDataset/Readme.html | 6 +- Net/Raster/CreateMosaicDataset/Readme.md | 4 +- .../VBNet/CreateMosaicDataset.vb | 2 +- .../VBNet/CreateMosaicDataset.vbproj | 12 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/CreateRasterCatalog_GP.cs | 2 +- .../CSharp/CreateRasterCatalogs.csproj | 18 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Raster/CreateRasterCatalog_GP/Readme.html | 6 +- Net/Raster/CreateRasterCatalog_GP/Readme.md | 4 +- .../VBNet/CreateRasterCatalog_GP.vb | 2 +- .../VBNet/CreateRasterCatalogs.vbproj | 18 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/CreateRasterFunctionTemplate.cs | 2 +- .../CreateRasterFunctionTemplate.csproj | 12 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CreateRasterFunctionTemplate/Readme.html | 6 +- .../CreateRasterFunctionTemplate/Readme.md | 4 +- .../VBNet/CreateRasterFunctionTemplate.vb | 2 +- .../VBNet/CreateRasterFunctionTemplate.vbproj | 10 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../RasterRenderMaker_1bitTiff_csharp.cs | 2 +- .../RasterRenderMaker_1bittiff_csharp.csproj | 14 +- .../CustomDefaultRasterRender/Readme.html | 6 +- .../CustomDefaultRasterRender/Readme.md | 4 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- .../RasterRendererMaker_1bit_TIFF_VBNET.vb | 2 +- ...RasterRendererMaker_1bit_TIFF_VBNET.vbproj | 14 +- .../CustomNodataFilter.csproj | 4 +- .../CSharp/CustomNodataFilter/NodataFilter.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../CSharp/TestNodataFilter/TestApp.cs | 2 +- .../TestNodataFilter/TestNodataFilter.csproj | 10 +- Net/Raster/CustomNodataFilter/Readme.html | 6 +- Net/Raster/CustomNodataFilter/Readme.md | 4 +- .../CustomNodataFilter/CustomFilter_VB.vbproj | 10 +- .../My Project/AssemblyInfo.vb | 2 +- .../VBNet/CustomNodataFilter/NodataFilter.vb | 2 +- .../VBNet/TestApp/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TestApp/TestApp.vb | 2 +- .../VBNet/TestApp/TestApp.vbproj | 10 +- ...mRasterCatalogRendererPicker_CSharp.csproj | 14 +- .../CustomRasterCatalogRenderer_CSharp.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- ...omRasterCatalogRendererPicker_VBNET.vbproj | 14 +- .../CustomRasterCatalogRenderer_VBNET.vb | 2 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../TestWatermarkFunction.cs | 2 +- .../TestWatermarkFunction.csproj | 12 +- .../Properties/AssemblyInfo.cs | 2 +- .../WatermarkFunction/WatermarkFunction.cs | 2 +- .../WatermarkFunction.csproj | 12 +- .../Properties/AssemblyInfo.cs | 2 +- .../WatermarkFunctionUI.csproj | 16 +- .../WatermarkFunctionUIClass.cs | 2 +- .../WatermarkFunctionUIForm.Designer.cs | 2 +- .../WatermarkFunctionUIForm.cs | 2 +- Net/Raster/CustomRasterFunction/Readme.html | 6 +- Net/Raster/CustomRasterFunction/Readme.md | 4 +- .../My Project/AssemblyInfo.vb | 2 +- .../TestWatermarkFunction.vb | 2 +- .../TestWatermarkFunction.vbproj | 12 +- .../Properties/AssemblyInfo.vb | 2 +- .../WatermarkFunction/WatermarkFunction.vb | 2 +- .../WatermarkFunction.vbproj | 12 +- .../Properties/AssemblyInfo.vb | 2 +- .../WatermarkFunctionUI.vbproj | 16 +- .../WatermarkFunctionUIClass.vb | 2 +- .../WatermarkFunctionUIForm.Designer.vb | 2 +- .../WatermarkFunctionUIForm.vb | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../TestThumbnailBuilder.cs | 2 +- .../TestThumbnailBuilder.csproj | 14 +- .../Properties/AssemblyInfo.cs | 2 +- .../ThumbnailBuilder/ThumbnailBuilder.cs | 2 +- .../ThumbnailBuilder/ThumbnailBuilder.csproj | 12 +- Net/Raster/CustomRasterType/Readme.html | 6 +- Net/Raster/CustomRasterType/Readme.md | 4 +- .../Properties/AssemblyInfo.vb | 2 +- .../TestThumbnailBuilder.vb | 2 +- .../TestThumbnailBuilder.vbproj | 14 +- .../Properties/AssemblyInfo.vb | 2 +- .../ThumbnailBuilder/ThumbnailBuilder.vb | 2 +- .../ThumbnailBuilder/ThumbnailBuilder.vbproj | 12 +- .../CSharp/DMCIIRasterType/DMCIIRasterType.cs | 2 +- .../DMCIIRasterType/DMCIIRasterType.csproj | 12 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../TestDMCIIRasterType.cs | 2 +- .../TestDMCIIRasterType.csproj | 12 +- Net/Raster/DMCIIRasterType/Readme.html | 6 +- Net/Raster/DMCIIRasterType/Readme.md | 4 +- .../VBNet/DMCIIRasterType/DMCIIRasterType.vb | 2 +- .../DMCIIRasterType/DMCIIRasterType.vbproj | 12 +- .../Properties/AssemblyInfo.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../TestDMCIIRasterType.vb | 2 +- .../TestDMCIIRasterType.vbproj | 12 +- .../CSharp/GetSetKeyProperty.cs | 2 +- .../CSharp/GetSetKeyProperty.csproj | 12 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Raster/GetSetKeyProperty/Readme.html | 6 +- Net/Raster/GetSetKeyProperty/Readme.md | 4 +- .../VBNet/GetSetKeyProperty.vb | 2 +- .../VBNet/GetSetKeyProperty.vbproj | 12 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../CSharp/ISConfig.cs | 2512 +++++++++-------- .../CSharp/ImageServiceConfigConsole.csproj | 18 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../ImageServiceConfigConsole/Readme.html | 6 +- .../ImageServiceConfigConsole/Readme.md | 4 +- .../VBNET/ISConfig.vb | 2 +- .../VBNET/ImageServiceConfigConsole.vbproj | 18 +- .../VBNET/Properties/AssemblyInfo.vb | 2 +- .../NDVICustomFunction/NDVICustomFunction.cs | 2 +- .../NDVICustomFunction.csproj | 10 +- .../Properties/AssemblyInfo.cs | 2 +- .../NDVICustomFunctionUI.csproj | 16 +- .../NDVICustomFunctionUIClass.cs | 2 +- .../NDVICustomFunctionUIForm.Designer.cs | 2 +- .../NDVICustomFunctionUIForm.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../TestNDVICustomFunction.cs | 2 +- .../TestNDVICustomFunction.csproj | 12 +- Net/Raster/NDVICustomFunction/Readme.html | 6 +- Net/Raster/NDVICustomFunction/Readme.md | 4 +- .../NDVICustomFunction/NDVICustomFunction.vb | 2 +- .../NDVICustomFunction.vbproj | 10 +- .../Properties/AssemblyInfo.vb | 2 +- .../NDVICustomFunctionUI.vbproj | 16 +- .../NDVICustomFunctionUIClass.vb | 2 +- .../NDVICustomFunctionUIForm.Designer.vb | 2 +- .../NDVICustomFunctionUIForm.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../Properties/AssemblyInfo.vb | 2 +- .../TestNDVICustomFunction.vb | 2 +- .../TestNDVICustomFunction.vbproj | 12 +- .../PublishMap/CSharp/AddJPIPLayer.csproj | 14 +- .../PublishMap/CSharp/AddJPIPLayerButton.cs | 2 +- .../PublishMap/CSharp/Config.esriaddinx | 2 +- .../PublishMap/CSharp/FrmAddJPIP.Designer.cs | 2 +- Net/Raster/PublishMap/CSharp/FrmAddJPIP.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/Raster/PublishMap/Readme.html | 6 +- Net/Raster/PublishMap/Readme.md | 4 +- .../PublishMap/VBNET/AddJPIPLayer.vbproj | 12 +- .../PublishMap/VBNET/AddJPIPLayerButton.vb | 2 +- Net/Raster/PublishMap/VBNET/Config.esriaddinx | 2 +- .../PublishMap/VBNET/FrmAddJPIP.Designer.vb | 2 +- Net/Raster/PublishMap/VBNET/FrmAddJPIP.vb | 2 +- .../VBNET/My Project/AssemblyInfo.vb | 2 +- Net/Raster/ReadMe.md | 4 +- .../ClonableObject/CSharp/ClonableObjClass.cs | 2 +- .../CSharp/ClonableObject.csproj | 12 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TestApp/LicenseInitializer.cs | 2 +- .../ClonableObject/CSharp/TestApp/Program.cs | 2 +- .../CSharp/TestApp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TestApp/TestApp.csproj | 8 +- .../CSharp/TestApp/TestClass.cs | 2 +- Net/SDK_General/ClonableObject/Readme.html | 6 +- Net/SDK_General/ClonableObject/Readme.md | 4 +- .../ClonableObject/VBNet/ClonableObjClass.vb | 2 +- .../VBNet/ClonableObject.vbproj | 12 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TestApp/LicenseInitializer.vb | 2 +- .../ClonableObject/VBNet/TestApp/Program.vb | 2 +- .../VBNet/TestApp/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TestApp/TestApp.vbproj | 8 +- .../ClonableObject/VBNet/TestApp/TestClass.vb | 2 +- .../CSharp/ClonableObj/ClonableObj.csproj | 16 +- .../CSharp/ClonableObj/ClonableObjClass.cs | 2 +- .../ClonableObj/Properties/AssemblyInfo.cs | 2 +- .../ClonableObj/TestApp/LicenseInitializer.cs | 2 +- .../CSharp/ClonableObj/TestApp/Program.cs | 2 +- .../TestApp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/ClonableObj/TestApp/TestApp.csproj | 16 +- .../CSharp/ClonableObj/TestApp/TestClass.cs | 2 +- .../CSharp/PeristStreamHelper.cs | 2 +- .../CSharp/PeristStreamHelper.csproj | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- Net/SDK_General/PersistStream/Readme.html | 6 +- Net/SDK_General/PersistStream/Readme.md | 4 +- Net/SDK_General/ReadMe.md | 4 +- Net/Schematics/ReadMe.md | 4 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/ElementFeatureAssociation.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SchematicAssociationsCS.csproj | 4 +- .../SchematicAssociations/Readme.html | 6 +- .../SchematicAssociations/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/ElementFeatureAssociation.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SchematicAssociationsVBNet.vbproj | 8 +- .../CSharp/Autorefresh.cs | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/FormAutorefresh.Designer.cs | 2 +- .../CSharp/FormAutorefresh.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SchematicAutorefreshCS.csproj | 10 +- .../SchematicAutorefresh/Readme.html | 6 +- Net/Schematics/SchematicAutorefresh/Readme.md | 4 +- .../SchematicAutorefresh/VBNet/Autorefresh.vb | 2 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/FormAutorefresh.Designer.vb | 2 +- .../VBNet/FormAutorefresh.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SchematicAutorefreshVBNet.vbproj | 10 +- .../CSharp/BisectorRule/BisectorRule.cs | 2 +- .../BisectorRule/Properties/AssemblyInfo.cs | 2 +- .../BisectorRulePageCS.csproj | 2 +- .../BisectorRulePropertyPage.cs | 2 +- .../FrmBisectorRule.Designer.cs | 2 +- .../BisectorRulePage/FrmBisectorRule.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SchematicBisectorRule/Readme.html | 6 +- .../SchematicBisectorRule/Readme.md | 4 +- .../VBNet/BisectorRule/BisectorRule.vb | 2 +- .../BisectorRule/My Project/AssemblyInfo.vb | 2 +- .../BisectorRulePropertyPage.vb | 2 +- .../FrmBisectorRule.Designer.vb | 2 +- .../VBNet/BisectorRulePage/FrmBisectorRule.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SchematicContainersCS.csproj | 2 +- .../CSharp/StationsInContainers.cs | 2 +- .../SchematicContainersImplem/Readme.html | 6 +- .../SchematicContainersImplem/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SchematicContainersVBNet.vbproj | 2 +- .../VBNet/StationsInContainers.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Events.cs | 2 +- .../CSharp/GenerateSchematicTemplate.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- ...SchematicCreateBasicSettingsAddInCS.csproj | 18 +- .../CSharp/frmAdvanced.Designer.cs | 2 +- .../CSharp/frmAdvanced.cs | 2 +- .../CSharp/frmDatasetTemplateName.Designer.cs | 2 +- .../CSharp/frmDatasetTemplateName.cs | 2 +- .../CSharp/frmSelectItemsToReduce.Designer.cs | 2 +- .../CSharp/frmSelectItemsToReduce.cs | 2 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/Events.vb | 2 +- .../VBNet/GenerateSchematicTemplate.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- ...ematicCreateBasicSettingsAddInVBNet.vbproj | 12 +- .../VBNet/frmAdvanced.Designer.vb | 2 +- .../VBNet/frmAdvanced.vb | 2 +- .../VBNet/frmDatasetTemplateName.Designer.vb | 2 +- .../VBNet/frmDatasetTemplateName.vb | 2 +- .../VBNet/frmSelectItemsToReduce.Designer.vb | 2 +- .../VBNet/frmSelectItemsToReduce.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/DigitTool.cs | 2 +- .../CSharp/DigitToolCS.csproj | 24 +- .../CSharp/DockableDigit.Designer.cs | 2 +- .../CSharp/DockableDigit.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../SchematicDigitizingTools/Readme.html | 6 +- .../SchematicDigitizingTools/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/DigitTool.vb | 2 +- .../VBNet/DigitToolVBNet.vbproj | 24 +- .../VBNet/DockableDigit.Designer.vb | 2 +- .../VBNet/DockableDigit.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/FeatureRemovalMgmt.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/SchematicFeatureRemoveCS.csproj | 4 +- .../SchematicEltsRemovalEvents/Readme.html | 6 +- .../SchematicEltsRemovalEvents/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/FeatureRemovalMgmt.vb | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/SchematicFeatureRemoveVBNet.vbproj | 4 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/EnforcingDiagramName.cs | 2 +- .../CSharp/EnforcingDiagramNameCS.csproj | 4 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../SchematicEnforcingDiagramName/Readme.html | 6 +- .../SchematicEnforcingDiagramName/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/EnforcingDiagramName.vb | 2 +- .../VBNet/EnforcingDiagramNameVBNet.vbproj | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../CSharp/CreateMenu.cs | 2 +- .../CSharp/CreateNewDocument.cs | 2 +- .../CSharp/CreateSubMenu.cs | 2 +- .../CSharp/MainForm.Designer.cs | 2 +- .../CSharp/MainForm.cs | 2 +- .../CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/RemoveLayer.cs | 2 +- .../CSharp/SchematicApplicationCS.csproj | 8 +- .../CSharp/ZoomToLayer.cs | 2 +- .../SchematicEngineApplication/Readme.html | 6 +- .../SchematicEngineApplication/Readme.md | 4 +- .../VBNet/ApplicationEvents.vb | 2 +- .../VBNet/CreateMenu.vb | 2 +- .../VBNet/CreateNewDocument.vb | 2 +- .../VBNet/CreateSubMenu.vb | 2 +- .../VBNet/MainForm.Designer.vb | 2 +- .../VBNet/MainForm.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/RemoveLayer.vb | 2 +- .../VBNet/SchematicApplicationVBNet.vbproj | 6 +- .../VBNet/ZoomToLayer.vb | 2 +- .../CSharp/CollapseRelatedElts.cs | 2 +- .../CSharp/EnumCollapsedElts.cs | 2 +- .../CSharp/ExpandLinks.cs | 2 +- .../CSharp/FeatureRemovalExt.cs | 2 +- .../CSharp/PlantOnCableDiameter.cs | 2 +- .../CSharp/PlantWithoutEquipment.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../SchematicExtendedCriteria/Readme.html | 6 +- .../SchematicExtendedCriteria/Readme.md | 4 +- .../VBNet/AssemblyInfo.vb | 2 +- .../VBNet/CollapseRelatedElts.vb | 2 +- .../VBNet/EnumCollapsedElts.vb | 2 +- .../VBNet/ExpandLinks.vb | 2 +- .../VBNet/FeatureRemovalExt.vb | 2 +- .../VBNet/PlantOnCableDiameter.vb | 2 +- .../VBNet/PlantWithoutEquipment.vb | 2 +- .../ApplicativeAlgorithmsCS.csproj | 12 +- .../ApplicativeAlgorithms/ITranslateTree.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ApplicativeAlgorithms/TranslateTree.cs | 2 +- .../ApplicativeAlgorithmsPageCS.csproj | 6 +- .../Properties/AssemblyInfo.cs | 2 +- .../TranslateTreePropPage.Designer.cs | 2 +- .../TranslateTreePropPage.cs | 2 +- .../SchematicLayoutAlgoSample/Readme.html | 6 +- .../SchematicLayoutAlgoSample/Readme.md | 4 +- .../ApplicativeAlgorithms/ITranslateTree.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../ApplicativeAlgorithms/TranslateTree.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../TranslateTreePropPage.Designer.vb | 2 +- .../TranslateTreePropPage.vb | 2 +- .../NodeReductionRule/NodeReductionRule.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../FrmNodeReductionRule.Designer.cs | 2 +- .../FrmNodeReductionRule.cs | 2 +- .../NodeReductionRulePropertyPage.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SchematicNodeReductionRule/Readme.html | 6 +- .../SchematicNodeReductionRule/Readme.md | 4 +- .../My Project/AssemblyInfo.vb | 2 +- .../NodeReductionRule/NodeReductionRule.vb | 2 +- .../FrmNodeReductionRule.Designer.vb | 2 +- .../FrmNodeReductionRule.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../NodeReductionRulePropertyPage.vb | 2 +- .../CSharp/CustomRules/CustomRulesCS.csproj | 2 +- .../CustomRules/Properties/AssemblyInfo.cs | 2 +- .../CSharp/CustomRules/ReductionLinkRule.cs | 2 +- .../CustomRulesPage/CustomRulesPageCS.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ReductionLinkPropertyPage.cs | 2 +- .../frmReductionLink.Designer.cs | 2 +- .../CustomRulesPage/frmReductionLink.cs | 2 +- .../SchematicRuleSample/Readme.html | 6 +- Net/Schematics/SchematicRuleSample/Readme.md | 4 +- .../CustomRules/My Project/AssemblyInfo.vb | 2 +- .../VBNet/CustomRules/ReductionLinkRule.vb | 2 +- .../My Project/AssemblyInfo.vb | 2 +- .../ReductionLinkPropertyPage.vb | 2 +- .../frmReductionLink.Designer.vb | 2 +- .../VBNet/CustomRulesPage/frmReductionLink.vb | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/XMLDocImpl.cs | 2 +- .../SchematicXMLBuilderComponent/Readme.html | 6 +- .../SchematicXMLBuilderComponent/Readme.md | 4 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/XMLDocImpl.vb | 2 +- Net/Server/ReadMe.md | 4 +- .../Properties/AssemblyInfo.cs | 4 +- ...ServerApplyWatermarkImageServiceSOI.csproj | 14 +- .../ServerApplyWatermarkImageServiceSOI.sln | 25 + .../NetApplyWatermarkSOI.csproj | 14 +- .../NetApplyWatermarkSOI.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- .../ServerApplyWatermarkSOI/Readme.html | 6 +- Net/Server/ServerApplyWatermarkSOI/Readme.md | 4 +- .../NetEditFeaturesRESTSOE.csproj | 16 +- .../NetEditFeaturesRESTSOE.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- .../ServerEditFeaturesRESTSOE/Readme.html | 6 +- .../ServerEditFeaturesRESTSOE/Readme.md | 4 +- .../NetFindNearFeaturesRestSOE.csproj | 14 +- .../NetFindNearFeaturesRestSOE.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- Net/Server/ServerFindNearRESTSOE/Readme.html | 6 +- Net/Server/ServerFindNearRESTSOE/Readme.md | 4 +- .../NetFindNearFeaturesSoapSOE.csproj | 14 +- .../Properties/AssemblyInfo.cs | 2 +- Net/Server/ServerFindNearSOAPSOE/Readme.html | 6 +- Net/Server/ServerFindNearSOAPSOE/Readme.md | 4 +- .../NetLayerAccessSOI/NetLayerAccessSOI.cs | 2 +- .../NetLayerAccessSOI.csproj | 14 +- .../NetLayerAccessSOI/NetLayerAccessSOI.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- Net/Server/ServerLayerAccessSOI/Readme.html | 6 +- Net/Server/ServerLayerAccessSOI/Readme.md | 4 +- .../NetOperationAccessSOI.csproj | 14 +- .../NetOperationAccessSOI.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- .../ServerOperationAccessSOI/Readme.html | 6 +- Net/Server/ServerOperationAccessSOI/Readme.md | 4 +- .../ISSOERasterAccess.csproj | 16 +- .../ISSOERasterAccess/ISSOERasterAccess.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- .../Readme.html | 6 +- .../ServerSimpleImageServiceRESTSOE/Readme.md | 4 +- .../SimpleLoggerSOI/NetSimpleLoggerSOI.csproj | 14 +- .../SimpleLoggerSOI/NetSimpleLoggerSOI.sln | 25 + .../Properties/AssemblyInfo.cs | 2 +- Net/Server/ServerSimpleLoggerSOI/Readme.html | 6 +- Net/Server/ServerSimpleLoggerSOI/Readme.md | 4 +- .../NetSimpleRESTSOE/NetSimpleRESTSOE.csproj | 14 +- .../NetSimpleRESTSOE/NetSimpleRESTSOE.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- Net/Server/ServerSimpleRESTSOE/Readme.html | 6 +- Net/Server/ServerSimpleRESTSOE/Readme.md | 4 +- .../NetSimpleRESTSOEWithCapabilities.csproj | 14 +- .../NetSimpleRESTSOEWithCapabilities.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../NetSimpleRESTSOEWithProperties.Cat.csproj | 16 +- .../NetSimpleRESTSOEWithProperties.Cat.sln | 25 + .../NetSimpleRESTSOEWithProperties.csproj | 16 +- .../NetSimpleRESTSOEWithProperties.sln | 25 + .../Properties/AssemblyInfo.cs | 4 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../CSharp/NetSimpleSoapSOE.sln | 19 +- .../SimpleSoapSOE/NetSimpleSoapSOE.csproj | 14 +- .../SimpleSoapSOE/Properties/AssemblyInfo.cs | 2 +- Net/Server/ServerSimpleSOAPSOE/Readme.html | 6 +- Net/Server/ServerSimpleSOAPSOE/Readme.md | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../SpatialQueryREST/SpatialQueryREST.csproj | 12 +- .../SpatialQueryREST/SpatialQueryREST.sln | 25 + .../ServerSpatialQueryRESTSOE/Readme.html | 6 +- .../ServerSpatialQueryRESTSOE/Readme.md | 4 +- .../CSharp/CreateMathFunctionRasterDataset.cs | 2 +- .../CreateMathFunctionRasterDataset.csproj | 12 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../Readme.html | 6 +- .../CreateMathFunctionRasterDataset/Readme.md | 4 +- .../VBNet/CreateMathFunctionRasterDataset.vb | 2 +- .../CreateMathFunctionRasterDataset.vbproj | 12 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- Net/SpatialAnalyst/ReadMe.md | 4 +- Net/Tracking/ReadMe.md | 4 +- .../CSharp/AddTemporalLayerButton.cs | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../TAAddHistoricalTrackingLayer.csproj | 16 +- .../TAAddHistoricalTrackingLayer/Readme.html | 6 +- .../TAAddHistoricalTrackingLayer/Readme.md | 4 +- .../VBNet/AddTemporalLayerButton.vb | 2 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TAAddHistoricalTrackingLayer.vbproj | 20 +- .../CSharp/AddTrackingServerLayerButton.cs | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TAAddRealTimeTemporalLayer.csproj | 16 +- .../TAAddRealTimeTemporalLayer/Readme.html | 6 +- .../TAAddRealTimeTemporalLayer/Readme.md | 4 +- .../VBNet/AddTrackingServerLayerButton.vb | 2 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TAAddRealTimeTemporalLayer.vbproj | 18 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/PlaybackDataButton.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TAPlaybackTrackingData.csproj | 22 +- .../TAPlaybackTrackingData/Readme.html | 6 +- .../Samples/TAPlaybackTrackingData/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PlaybackDataButton.vb | 2 +- .../VBNet/TAPlaybackTrackingData.vbproj | 26 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/PurgeRuleForm.Designer.cs | 2 +- .../CSharp/PurgeRuleForm.cs | 2 +- .../CSharp/TAPurgeRuleCmd.cs | 2 +- .../CSharp/TAPurgeRuleCommand.csproj | 22 +- .../Samples/TAPurgeRuleCommand/Readme.html | 6 +- .../Samples/TAPurgeRuleCommand/Readme.md | 4 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/PurgeRuleForm.Designer.vb | 2 +- .../TAPurgeRuleCommand/VBNet/PurgeRuleForm.vb | 2 +- .../VBNet/TAPurgeRuleCmd.vb | 2 +- .../VBNet/TAPurgeRuleCommand.vbproj | 22 +- .../CSharp/CreateNewDocument.cs | 2 +- .../CSharp/MainForm.cs | 2 +- .../CSharp/MainForm.designer.cs | 2 +- .../CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TemporalStatistics.csproj | 6 +- .../TATemporalStatisticsSample/Readme.html | 6 +- .../TATemporalStatisticsSample/Readme.md | 4 +- .../VBNet/ApplicationEvents.vb | 2 +- .../VBNet/CreateNewDocument.vb | 2 +- .../VBNet/MainForm.designer.vb | 2 +- .../VBNet/MainForm.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TemporalStatistics.vbproj | 6 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TAUpdateControlCommand.cs | 2 +- .../CSharp/TAUpdateControlForm.Designer.cs | 2 +- .../CSharp/TAUpdateControlForm.cs | 2 +- .../CSharp/TAUpdateControlSample.csproj | 14 +- .../Samples/TAUpdateControlSample/Readme.html | 6 +- .../Samples/TAUpdateControlSample/Readme.md | 4 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TAUpdateControlCommand.vb | 2 +- .../VBNet/TAUpdateControlForm.Designer.vb | 2 +- .../VBNet/TAUpdateControlForm.vb | 2 +- .../VBNet/TAUpdateControlSample.vbproj | 14 +- .../CSharp/AddTrackingServerLayerButton.cs | 2 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TAAddRealTimeTemporalLayer.csproj | 16 +- .../TAAddRealTimeTemporalLayer/Readme.html | 6 +- .../TAAddRealTimeTemporalLayer/Readme.md | 4 +- .../VBNet/AddTrackingServerLayerButton.vb | 2 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/TAAddRealTimeTemporalLayer.vbproj | 18 +- .../CSharp/Config.esriaddinx | 2 +- .../CSharp/PlaybackDataButton.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TAPlaybackTrackingData.csproj | 22 +- .../TAPlaybackTrackingData/Readme.html | 6 +- Net/Tracking/TAPlaybackTrackingData/Readme.md | 4 +- .../VBNet/Config.esriaddinx | 2 +- .../VBNet/My Project/AssemblyInfo.vb | 2 +- .../VBNet/PlaybackDataButton.vb | 2 +- .../VBNet/TAPlaybackTrackingData.vbproj | 26 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/PurgeRuleForm.Designer.cs | 2 +- .../CSharp/PurgeRuleForm.cs | 2 +- .../CSharp/TAPurgeRuleCmd.cs | 2 +- .../CSharp/TAPurgeRuleCommand.csproj | 22 +- Net/Tracking/TAPurgeRuleCommand/Readme.html | 6 +- Net/Tracking/TAPurgeRuleCommand/Readme.md | 4 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/PurgeRuleForm.Designer.vb | 2 +- .../TAPurgeRuleCommand/VBNet/PurgeRuleForm.vb | 2 +- .../VBNet/TAPurgeRuleCmd.vb | 2 +- .../VBNet/TAPurgeRuleCommand.vbproj | 22 +- .../CSharp/CreateNewDocument.cs | 2 +- .../CSharp/MainForm.cs | 2 +- .../CSharp/MainForm.designer.cs | 2 +- .../CSharp/Program.cs | 2 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TemporalStatistics.csproj | 6 +- .../TATemporalStatisticsSample/Readme.html | 6 +- .../TATemporalStatisticsSample/Readme.md | 4 +- .../VBNet/ApplicationEvents.vb | 2 +- .../VBNet/CreateNewDocument.vb | 2 +- .../VBNet/MainForm.designer.vb | 2 +- .../VBNet/MainForm.vb | 2 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TemporalStatistics.vbproj | 6 +- .../CSharp/Properties/AssemblyInfo.cs | 2 +- .../CSharp/TAUpdateControlCommand.cs | 2 +- .../CSharp/TAUpdateControlForm.Designer.cs | 2 +- .../CSharp/TAUpdateControlForm.cs | 2 +- .../CSharp/TAUpdateControlSample.csproj | 14 +- .../TAUpdateControlSample/Readme.html | 6 +- Net/Tracking/TAUpdateControlSample/Readme.md | 4 +- .../VBNet/Properties/AssemblyInfo.vb | 2 +- .../VBNet/TAUpdateControlCommand.vb | 2 +- .../VBNet/TAUpdateControlForm.Designer.vb | 2 +- .../VBNet/TAUpdateControlForm.vb | 2 +- .../VBNet/TAUpdateControlSample.vbproj | 14 +- README.md | 4 +- Vcpp/3D/ReadMe.md | 4 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../Visual_CPP/StdAfx.h | 14 +- .../Visual_CPP/TinToPoint2010.vcxproj | 7 +- .../UDebug/TinToPoint.tlog/CL.command.1.tlog | Bin 0 -> 4558 bytes .../UDebug/TinToPoint.tlog/CL.read.1.tlog | Bin 0 -> 51392 bytes .../UDebug/TinToPoint.tlog/CL.write.1.tlog | Bin 0 -> 4856 bytes .../TinToPoint.tlog/TinToPoint.lastbuildstate | 2 + .../TinToPoint.tlog/link.command.1.tlog | Bin 0 -> 2068 bytes .../UDebug/TinToPoint.tlog/link.read.1.tlog | Bin 0 -> 6150 bytes .../UDebug/TinToPoint.tlog/link.write.1.tlog | Bin 0 -> 1842 bytes ...inToPoint2010.vcxproj.FileListAbsolute.txt | 0 .../Visual_CPP/UDebug/vc141.idb | Bin 0 -> 1764352 bytes Vcpp/Controls/ReadMe.md | 4 +- .../globecontrolopengldrawing/Readme.html | 6 +- .../globecontrolopengldrawing/Readme.md | 4 +- .../Visual_CPP/GlobeDigitizePoint2010.vcxproj | 7 +- .../Visual_CPP/StdAfx.h | 26 +- Vcpp/Geodatabase/ReadMe.md | 4 +- .../simplepointdatasource/Readme.html | 6 +- .../simplepointdatasource/Readme.md | 4 +- .../Visual_CPP/SimplePointVC.idl | 4 +- .../Visual_CPP/SimplePointVC2010.vcxproj | 8 +- .../simplepointdatasource/Visual_CPP/StdAfx.h | 8 +- Vcpp/Geodatabase/treefeature/Readme.html | 6 +- Vcpp/Geodatabase/treefeature/Readme.md | 4 +- .../treefeature/Visual_CPP/StdAfx.h | 2 +- .../treefeature/Visual_CPP/Tree.idl | 2 +- .../treefeature/Visual_CPP/Tree2010.vcxproj | 8 +- Vcpp/Geoprocessing/ReadMe.md | 4 +- .../Geoprocessing/executing_tools/Readme.html | 6 +- Vcpp/Geoprocessing/executing_tools/Readme.md | 4 +- .../Visual_CPP/gp_copyfeatures2010.vcxproj | 8 +- .../executing_tools/Visual_CPP/stdafx.h | 4 +- Vcpp/GraphicsPipeline/ReadMe.md | 4 +- .../logomarkersymbol/Readme.html | 6 +- .../logomarkersymbol/Readme.md | 4 +- .../Visual_CPP/LogoMarkerPropertyPage.h | 2 +- .../Visual_CPP/LogoMarkerSymbol.h | 2 +- .../Visual_CPP/LogoMarkerSymbolVC.idl | 2 +- .../Visual_CPP/LogoMarkerSymbolVC2010.vcxproj | 8 +- .../logomarkersymbol/Visual_CPP/StdAfx.h | 14 +- .../logomarkersymbol/Visual_CPP/resource.h | 2 +- Vcpp/Networks/ReadMe.md | 4 +- Vcpp/Networks/customsolver/Readme.html | 6 +- Vcpp/Networks/customsolver/Readme.md | 4 +- .../Visual_CPP/ConnSolverPropPage.h | 2 +- .../Visual_CPP/ConnectivitySolver.h | 2 +- .../Visual_CPP/ConnectivitySymbolizer.h | 2 +- .../customsolver/Visual_CPP/CustomSolver.cpp | 2 +- .../Visual_CPP/CustomSolver2010.vcxproj | 9 +- .../Networks/customsolver/Visual_CPP/stdafx.h | 20 +- Vcpp/Raster/ReadMe.md | 4 +- .../Readme.html | 6 +- .../Readme.md | 4 +- .../Visual_CPP/RasterSlope2010.vcxproj | 8 +- .../Visual_CPP/StdAfx.h | 14 +- Vcpp/Raster/customgeoxform/Readme.html | 6 +- Vcpp/Raster/customgeoxform/Readme.md | 4 +- .../customgeoxform/Visual_CPP/CustomXform.idl | 8 +- .../Visual_CPP/CustomXform2010.vcxproj | 24 +- .../Raster/customgeoxform/Visual_CPP/StdAfx.h | 8 +- 2844 files changed, 7616 insertions(+), 7267 deletions(-) create mode 100644 Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.sln create mode 100644 Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.sln create mode 100644 Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.sln create mode 100644 Net/Server/ServerFindNearRESTSOE/CSharp/FindNearFeaturesRestSOE/NetFindNearFeaturesRestSOE.sln create mode 100644 Net/Server/ServerLayerAccessSOI/CSharp/NetLayerAccessSOI/NetLayerAccessSOI.sln create mode 100644 Net/Server/ServerOperationAccessSOI/CSharp/NetOperationAccessSOI/NetOperationAccessSOI.sln create mode 100644 Net/Server/ServerSimpleImageServiceRESTSOE/CSharp/ISSOERasterAccess/ISSOERasterAccess.sln create mode 100644 Net/Server/ServerSimpleLoggerSOI/CSharp/SimpleLoggerSOI/NetSimpleLoggerSOI.sln create mode 100644 Net/Server/ServerSimpleRESTSOE/CSharp/NetSimpleRESTSOE/NetSimpleRESTSOE.sln create mode 100644 Net/Server/ServerSimpleRESTSOEWithCapabilities/CSharp/SimpleRESTSOEWithCapabilities/NetSimpleRESTSOEWithCapabilities.sln create mode 100644 Net/Server/ServerSimpleRESTSOEWithProperties/CSharp/SimpleRESTSOEWithProperties.Cat/NetSimpleRESTSOEWithProperties.Cat.sln create mode 100644 Net/Server/ServerSimpleRESTSOEWithProperties/CSharp/SimpleRESTSOEWithProperties/NetSimpleRESTSOEWithProperties.sln create mode 100644 Net/Server/ServerSpatialQueryRESTSOE/CSharp/SpatialQueryREST/SpatialQueryREST.sln create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/CL.command.1.tlog create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/CL.read.1.tlog create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/CL.write.1.tlog create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/TinToPoint.lastbuildstate create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/link.command.1.tlog create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/link.read.1.tlog create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint.tlog/link.write.1.tlog create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/TinToPoint2010.vcxproj.FileListAbsolute.txt create mode 100644 Vcpp/3D/converting_a_tin_to_point_shapefile/Visual_CPP/UDebug/vc141.idb diff --git a/Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx b/Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx index 0bc115d3..0397ab55 100644 --- a/Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx +++ b/Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/3D/GlobeFlyTool/CSharp/Fly.cs b/Net/3D/GlobeFlyTool/CSharp/Fly.cs index c9ae5b02..5e6fe8af 100644 --- a/Net/3D/GlobeFlyTool/CSharp/Fly.cs +++ b/Net/3D/GlobeFlyTool/CSharp/Fly.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeFlyTool/CSharp/GlobeFlyTool.csproj b/Net/3D/GlobeFlyTool/CSharp/GlobeFlyTool.csproj index 219ca86c..117750bb 100644 --- a/Net/3D/GlobeFlyTool/CSharp/GlobeFlyTool.csproj +++ b/Net/3D/GlobeFlyTool/CSharp/GlobeFlyTool.csproj @@ -82,13 +82,13 @@ - + False False - + False @@ -97,7 +97,7 @@ False - + False diff --git a/Net/3D/GlobeFlyTool/CSharp/PointZ.cs b/Net/3D/GlobeFlyTool/CSharp/PointZ.cs index 5c75cf01..d033dca0 100644 --- a/Net/3D/GlobeFlyTool/CSharp/PointZ.cs +++ b/Net/3D/GlobeFlyTool/CSharp/PointZ.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeFlyTool/CSharp/Properties/AssemblyInfo.cs b/Net/3D/GlobeFlyTool/CSharp/Properties/AssemblyInfo.cs index 3fc084c0..8958cab0 100644 --- a/Net/3D/GlobeFlyTool/CSharp/Properties/AssemblyInfo.cs +++ b/Net/3D/GlobeFlyTool/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeFlyTool/Readme.html b/Net/3D/GlobeFlyTool/Readme.html index af0e2a18..ef9cd88d 100644 --- a/Net/3D/GlobeFlyTool/Readme.html +++ b/Net/3D/GlobeFlyTool/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/3D/GlobeFlyTool/Readme.md b/Net/3D/GlobeFlyTool/Readme.md index a0b87c65..63a558de 100644 --- a/Net/3D/GlobeFlyTool/Readme.md +++ b/Net/3D/GlobeFlyTool/Readme.md @@ -8,8 +8,8 @@ This add-in sample shows how to create a Fly tool for ArcGlobe. This sample mimi Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx b/Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx index 0bc115d3..0397ab55 100644 --- a/Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx +++ b/Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/3D/GlobeFlyTool/VBNet/Fly.vb b/Net/3D/GlobeFlyTool/VBNet/Fly.vb index 0c55c736..1a4ead04 100644 --- a/Net/3D/GlobeFlyTool/VBNet/Fly.vb +++ b/Net/3D/GlobeFlyTool/VBNet/Fly.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj b/Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj index d0333047..9c931c33 100644 --- a/Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj +++ b/Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj @@ -102,13 +102,13 @@ - + False False - + False @@ -117,7 +117,7 @@ False - + False diff --git a/Net/3D/GlobeFlyTool/VBNet/My Project/AssemblyInfo.vb b/Net/3D/GlobeFlyTool/VBNet/My Project/AssemblyInfo.vb index fdc975a0..1afb8548 100644 --- a/Net/3D/GlobeFlyTool/VBNet/My Project/AssemblyInfo.vb +++ b/Net/3D/GlobeFlyTool/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeFlyTool/VBNet/PointZ.vb b/Net/3D/GlobeFlyTool/VBNet/PointZ.vb index 421f5032..5b1a7277 100644 --- a/Net/3D/GlobeFlyTool/VBNet/PointZ.vb +++ b/Net/3D/GlobeFlyTool/VBNet/PointZ.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/ColorCommand.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/ColorCommand.cs index dc153246..37082c6d 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/ColorCommand.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/ColorCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/ColorPalette.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/ColorPalette.cs index 715e15df..ea7d3b46 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/ColorPalette.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/ColorPalette.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/ColorSelection.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/ColorSelection.cs index 29286599..7ddba314 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/ColorSelection.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/ColorSelection.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/Config.esriaddinx b/Net/3D/GlobeGraphicsToolbar/CSharp/Config.esriaddinx index 0a782ae1..60005052 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/Config.esriaddinx +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/11/2009 - + diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/GeographicCoordinates.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/GeographicCoordinates.cs index 9666eb78..ec237045 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/GeographicCoordinates.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/GeographicCoordinates.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/GlobeGraphicsToolbar.csproj b/Net/3D/GlobeGraphicsToolbar/CSharp/GlobeGraphicsToolbar.csproj index 0239dd7b..fabe9e15 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/GlobeGraphicsToolbar.csproj +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/GlobeGraphicsToolbar.csproj @@ -122,30 +122,30 @@ - + False False False - + False False - + False False - + False False - + False False - + False False @@ -155,15 +155,15 @@ False - + False False - + False False - + False False diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/Layer.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/Layer.cs index 0ce5bfe1..0f6ea065 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/Layer.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/Layer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PointElement.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PointElement.cs index bcf5ffd1..db44f5ec 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PointElement.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PointElement.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PointGeometry.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PointGeometry.cs index ff61735d..25749aff 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PointGeometry.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PointGeometry.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PointTool.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PointTool.cs index a73bbf29..31e6a47b 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PointTool.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PointTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonElement.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonElement.cs index f98912a6..9f592f90 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonElement.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonElement.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonGeometry.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonGeometry.cs index 297a8c43..9e52409d 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonGeometry.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonGeometry.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonTool.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonTool.cs index ec1cffea..71624258 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonTool.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PolygonTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineElement.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineElement.cs index 5d71d58c..7c82ece4 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineElement.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineElement.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineGeometry.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineGeometry.cs index ac8c5942..df7fb644 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineGeometry.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineGeometry.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineTool.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineTool.cs index 365884ae..e5d6aef1 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineTool.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/PolylineTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/Properties/AssemblyInfo.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/Properties/AssemblyInfo.cs index 5e1ace74..3e8be801 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/Properties/AssemblyInfo.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/SpatialReference.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/SpatialReference.cs index f2aca976..8c55eaa1 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/SpatialReference.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/SpatialReference.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleElement.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleElement.cs index f86fa4ac..0aa56b26 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleElement.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleElement.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallery.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallery.cs index b38dd93b..66c6bd71 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallery.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallery.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryCommand.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryCommand.cs index 9b162a85..d4bfe3fc 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryCommand.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.Designer.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.Designer.cs index 067ea905..a17870a3 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.Designer.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.cs index 856205d5..52192eb3 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallerySelection.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallerySelection.cs index c4dc1213..9cb0e8d9 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallerySelection.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallerySelection.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleTool.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleTool.cs index eb440c54..bf8c91d7 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/StyleTool.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/StyleTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/TableOfContents.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/TableOfContents.cs index ce756152..e45b5941 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/TableOfContents.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/TableOfContents.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/TextElement.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/TextElement.cs index 1e5e4975..ebdc1693 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/TextElement.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/TextElement.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.Designer.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.Designer.cs index e82160f7..f86d3c50 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.Designer.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.cs index 52c8bb2a..508781e3 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/TextForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/CSharp/TextTool.cs b/Net/3D/GlobeGraphicsToolbar/CSharp/TextTool.cs index c96d87d2..6a2bf30f 100644 --- a/Net/3D/GlobeGraphicsToolbar/CSharp/TextTool.cs +++ b/Net/3D/GlobeGraphicsToolbar/CSharp/TextTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/Readme.html b/Net/3D/GlobeGraphicsToolbar/Readme.html index 90f1699f..3e57517b 100644 --- a/Net/3D/GlobeGraphicsToolbar/Readme.html +++ b/Net/3D/GlobeGraphicsToolbar/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/3D/GlobeGraphicsToolbar/Readme.md b/Net/3D/GlobeGraphicsToolbar/Readme.md index e71ec268..e6b902fc 100644 --- a/Net/3D/GlobeGraphicsToolbar/Readme.md +++ b/Net/3D/GlobeGraphicsToolbar/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/ColorCommand.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/ColorCommand.vb index 10afeb90..ad39010d 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/ColorCommand.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/ColorCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/ColorPalette.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/ColorPalette.vb index fbe1f1e6..609c192a 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/ColorPalette.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/ColorPalette.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/ColorSelection.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/ColorSelection.vb index 79eebe5d..64a2ac84 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/ColorSelection.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/ColorSelection.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/Config.esriaddinx b/Net/3D/GlobeGraphicsToolbar/VBNet/Config.esriaddinx index 0a782ae1..60005052 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/Config.esriaddinx +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/11/2009 - + diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/GeographicCoordinates.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/GeographicCoordinates.vb index 2aab81b3..9fb3db24 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/GeographicCoordinates.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/GeographicCoordinates.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/GlobeGraphicsToolbar.vbproj b/Net/3D/GlobeGraphicsToolbar/VBNet/GlobeGraphicsToolbar.vbproj index e8fc0b43..0fb6c5db 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/GlobeGraphicsToolbar.vbproj +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/GlobeGraphicsToolbar.vbproj @@ -127,30 +127,30 @@ - + False False False - + False False - + False False - + False False - + False False - + False False @@ -160,15 +160,15 @@ False - + False False - + False False - + False False diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/Layer.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/Layer.vb index 0c44115e..3367fa79 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/Layer.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/Layer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/My Project/AssemblyInfo.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/My Project/AssemblyInfo.vb index 36b82474..9000b330 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/My Project/AssemblyInfo.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PointElement.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PointElement.vb index 5042e338..0ca7e4da 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PointElement.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PointElement.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PointGeometry.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PointGeometry.vb index 80c35b9e..cb40cc9a 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PointGeometry.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PointGeometry.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PointTool.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PointTool.vb index 59d9ab7b..cc298307 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PointTool.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PointTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonElement.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonElement.vb index ac0e5ff8..974885eb 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonElement.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonElement.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonGeometry.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonGeometry.vb index 6b1c4357..3ec33407 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonGeometry.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonGeometry.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonTool.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonTool.vb index 8fd8703e..0c7da8d9 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonTool.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PolygonTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineElement.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineElement.vb index 5e57a60c..c55a484c 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineElement.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineElement.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineGeometry.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineGeometry.vb index 95acc61b..d821ec28 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineGeometry.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineGeometry.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineTool.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineTool.vb index 2b6242f9..700ebeb2 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineTool.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/PolylineTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/SpatialReference.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/SpatialReference.vb index 5c1fee60..51f1c0b9 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/SpatialReference.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/SpatialReference.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleElement.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleElement.vb index db4983ab..259667e5 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleElement.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleElement.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallery.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallery.vb index cd42d046..c8e5805b 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallery.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallery.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryCommand.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryCommand.vb index 7a7f934d..9646bff6 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryCommand.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.Designer.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.Designer.vb index 89c2b388..429d7758 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.Designer.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.vb index d516593d..0f2b6c34 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGalleryForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallerySelection.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallerySelection.vb index 23a240ea..cb9ead85 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallerySelection.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleGallerySelection.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleTool.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleTool.vb index d3626ad1..3874309b 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/StyleTool.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/StyleTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/TableOfContents.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/TableOfContents.vb index aefa5e47..e87d942e 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/TableOfContents.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/TableOfContents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/TextElement.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/TextElement.vb index c19cfc55..95c78cbd 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/TextElement.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/TextElement.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.Designer.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.Designer.vb index 0bbcf2ef..729f3468 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.Designer.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.vb index 4a3b2d6e..51716c9a 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/TextForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/GlobeGraphicsToolbar/VBNet/TextTool.vb b/Net/3D/GlobeGraphicsToolbar/VBNet/TextTool.vb index f9942d08..3eb55de0 100644 --- a/Net/3D/GlobeGraphicsToolbar/VBNet/TextTool.vb +++ b/Net/3D/GlobeGraphicsToolbar/VBNet/TextTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ColorUtilities.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ColorUtilities.cs index 9c2c9f8b..40c2d327 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ColorUtilities.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ColorUtilities.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/CompositeExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/CompositeExamples.cs index 425bca4a..96dc2e02 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/CompositeExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/CompositeExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/DrawUtilities.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/DrawUtilities.cs index c662ec40..e920b03d 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/DrawUtilities.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/DrawUtilities.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ElementUtilities.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ElementUtilities.cs index 188bea7c..ce91127d 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ElementUtilities.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ElementUtilities.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ExtrusionExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ExtrusionExamples.cs index 00cee5cf..85e0380d 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ExtrusionExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/ExtrusionExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GeometryUtilities.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GeometryUtilities.cs index 1d9f4e8a..0e5d29e6 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GeometryUtilities.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GeometryUtilities.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GraphicsLayer3DUtilities.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GraphicsLayer3DUtilities.cs index a13a7cc5..0064b87d 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GraphicsLayer3DUtilities.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/GraphicsLayer3DUtilities.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.Designer.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.Designer.cs index 9ea9c656..bea57434 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.Designer.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.cs index 02f22d03..f8ec28bb 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.csproj b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.csproj index 4258e6a8..1c24fb96 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.csproj +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/MultiPatchExamples.csproj @@ -61,34 +61,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Program.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Program.cs index 97db5be5..a5629807 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Program.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Properties/AssemblyInfo.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Properties/AssemblyInfo.cs index 32cb6f47..2ecb957a 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Properties/AssemblyInfo.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingExamples.cs index d67e81f5..51cd169f 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingGroupExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingGroupExamples.cs index e65427e9..4825b42b 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingGroupExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/RingGroupExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Transform3DExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Transform3DExamples.cs index cec1604f..d2cc9df6 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Transform3DExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Transform3DExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleFanExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleFanExamples.cs index 65b82163..31d762a9 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleFanExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleFanExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleStripExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleStripExamples.cs index 9931f3dd..2e3b620b 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleStripExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TriangleStripExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TrianglesExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TrianglesExamples.cs index 062a5427..e10d688a 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TrianglesExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/TrianglesExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Vector3DExamples.cs b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Vector3DExamples.cs index ebaeb9ae..44dfbbb7 100644 --- a/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Vector3DExamples.cs +++ b/Net/3D/MultiPatchExamples/CSharp/MultiPatchExamples/Vector3DExamples.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/Readme.html b/Net/3D/MultiPatchExamples/Readme.html index 9302e88b..23ec9a93 100644 --- a/Net/3D/MultiPatchExamples/Readme.html +++ b/Net/3D/MultiPatchExamples/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/3D/MultiPatchExamples/Readme.md b/Net/3D/MultiPatchExamples/Readme.md index 924cce7f..599b14f6 100644 --- a/Net/3D/MultiPatchExamples/Readme.md +++ b/Net/3D/MultiPatchExamples/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ColorUtilities.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ColorUtilities.vb index f94b8a60..2dcd3708 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ColorUtilities.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ColorUtilities.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/CompositeExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/CompositeExamples.vb index b18756a0..3d627f14 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/CompositeExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/CompositeExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/DrawUtilities.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/DrawUtilities.vb index 9bf05b4d..8a4eff7b 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/DrawUtilities.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/DrawUtilities.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ElementUtilities.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ElementUtilities.vb index 9c1c44a0..6bb3a8bd 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ElementUtilities.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ElementUtilities.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ExtrusionExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ExtrusionExamples.vb index 954f857e..99d3d17a 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ExtrusionExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/ExtrusionExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GeometryUtilities.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GeometryUtilities.vb index 72bc858c..fab8cc3c 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GeometryUtilities.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GeometryUtilities.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GraphicsLayer3DUtilities.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GraphicsLayer3DUtilities.vb index bc76ba3d..8c64d2af 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GraphicsLayer3DUtilities.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/GraphicsLayer3DUtilities.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.Designer.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.Designer.vb index cd1d3290..b14104c4 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.Designer.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vb index 67a7da70..f20645a8 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vbproj b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vbproj index a8165069..06d1deb1 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vbproj +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/MultiPatchExamples.vbproj @@ -64,34 +64,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Program.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Program.vb index 85cbefd3..5d6ca1e9 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Program.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Properties/AssemblyInfo.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Properties/AssemblyInfo.vb index eab2a5f6..1d4a0a45 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Properties/AssemblyInfo.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingExamples.vb index 9eaba2de..54d0027d 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingGroupExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingGroupExamples.vb index 0515f31e..f24781a0 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingGroupExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/RingGroupExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Transform3DExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Transform3DExamples.vb index ba667817..75cbc315 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Transform3DExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Transform3DExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleFanExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleFanExamples.vb index 886fc823..490ecebc 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleFanExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleFanExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleStripExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleStripExamples.vb index 743bfdb7..3a549a8a 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleStripExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TriangleStripExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TrianglesExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TrianglesExamples.vb index 05d70ba0..bf22d550 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TrianglesExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/TrianglesExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Vector3DExamples.vb b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Vector3DExamples.vb index 476d8671..3f4459dc 100644 --- a/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Vector3DExamples.vb +++ b/Net/3D/MultiPatchExamples/VBNet/MultiPatchExamples/Vector3DExamples.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/CSharp/Config.esriaddinx b/Net/3D/MultipleGlobeViewers/CSharp/Config.esriaddinx index 0c53e4ae..172ca443 100644 --- a/Net/3D/MultipleGlobeViewers/CSharp/Config.esriaddinx +++ b/Net/3D/MultipleGlobeViewers/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.cs b/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.cs index 70c17347..6d62f1c8 100644 --- a/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.cs +++ b/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.csproj b/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.csproj index 73897e09..5c869bef 100644 --- a/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.csproj +++ b/Net/3D/MultipleGlobeViewers/CSharp/MultipleGlobeViewers.csproj @@ -97,13 +97,13 @@ - + False False - + False diff --git a/Net/3D/MultipleGlobeViewers/CSharp/Properties/AssemblyInfo.cs b/Net/3D/MultipleGlobeViewers/CSharp/Properties/AssemblyInfo.cs index 4bcac38c..3b46c5bc 100644 --- a/Net/3D/MultipleGlobeViewers/CSharp/Properties/AssemblyInfo.cs +++ b/Net/3D/MultipleGlobeViewers/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.Designer.cs b/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.Designer.cs index d0ff0125..9b3a6ad6 100644 --- a/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.Designer.cs +++ b/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.cs b/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.cs index 0f77fe25..4089a37b 100644 --- a/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.cs +++ b/Net/3D/MultipleGlobeViewers/CSharp/SecondaryViewerForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/Readme.html b/Net/3D/MultipleGlobeViewers/Readme.html index 76c51f94..31a0c51a 100644 --- a/Net/3D/MultipleGlobeViewers/Readme.html +++ b/Net/3D/MultipleGlobeViewers/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/3D/MultipleGlobeViewers/Readme.md b/Net/3D/MultipleGlobeViewers/Readme.md index ebc8f33b..a71ab718 100644 --- a/Net/3D/MultipleGlobeViewers/Readme.md +++ b/Net/3D/MultipleGlobeViewers/Readme.md @@ -8,8 +8,8 @@ This add-in sample shows how multiple viewer windows can be opened in ArcGlobe a Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/3D/MultipleGlobeViewers/VBNet/Config.esriaddinx b/Net/3D/MultipleGlobeViewers/VBNet/Config.esriaddinx index 0c53e4ae..172ca443 100644 --- a/Net/3D/MultipleGlobeViewers/VBNet/Config.esriaddinx +++ b/Net/3D/MultipleGlobeViewers/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vb b/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vb index 8b2a5bbd..41f29390 100644 --- a/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vb +++ b/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vbproj b/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vbproj index e7da1c23..18c8d1f2 100644 --- a/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vbproj +++ b/Net/3D/MultipleGlobeViewers/VBNet/MultipleGlobeViewers.vbproj @@ -103,13 +103,13 @@ - + False False - + False diff --git a/Net/3D/MultipleGlobeViewers/VBNet/My Project/AssemblyInfo.vb b/Net/3D/MultipleGlobeViewers/VBNet/My Project/AssemblyInfo.vb index ddc49fa1..be7152f0 100644 --- a/Net/3D/MultipleGlobeViewers/VBNet/My Project/AssemblyInfo.vb +++ b/Net/3D/MultipleGlobeViewers/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.designer.vb b/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.designer.vb index ac131925..eaab1ef9 100644 --- a/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.designer.vb +++ b/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.vb b/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.vb index 2fba6e11..ccd56f19 100644 --- a/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.vb +++ b/Net/3D/MultipleGlobeViewers/VBNet/SecondaryViewerForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/ReadMe.md b/Net/3D/ReadMe.md index 26687a56..41be9b2d 100644 --- a/Net/3D/ReadMe.md +++ b/Net/3D/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: 3D -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the '3D' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the '3D' topic. ## Features diff --git a/Net/3D/SetSunPosition/CSharp/Config.esriaddinx b/Net/3D/SetSunPosition/CSharp/Config.esriaddinx index b3c399a1..9ab93c8e 100644 --- a/Net/3D/SetSunPosition/CSharp/Config.esriaddinx +++ b/Net/3D/SetSunPosition/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/3D/SetSunPosition/CSharp/Properties/AssemblyInfo.cs b/Net/3D/SetSunPosition/CSharp/Properties/AssemblyInfo.cs index ae641310..411d9984 100644 --- a/Net/3D/SetSunPosition/CSharp/Properties/AssemblyInfo.cs +++ b/Net/3D/SetSunPosition/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/SetSunPosition/CSharp/SetSunPosition.csproj b/Net/3D/SetSunPosition/CSharp/SetSunPosition.csproj index 9b71faf4..8af98973 100644 --- a/Net/3D/SetSunPosition/CSharp/SetSunPosition.csproj +++ b/Net/3D/SetSunPosition/CSharp/SetSunPosition.csproj @@ -95,7 +95,7 @@ - + False diff --git a/Net/3D/SetSunPosition/CSharp/SunPositionTool.cs b/Net/3D/SetSunPosition/CSharp/SunPositionTool.cs index eb690749..56a3cd99 100644 --- a/Net/3D/SetSunPosition/CSharp/SunPositionTool.cs +++ b/Net/3D/SetSunPosition/CSharp/SunPositionTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/SetSunPosition/Readme.html b/Net/3D/SetSunPosition/Readme.html index e85aaadb..a6b4263e 100644 --- a/Net/3D/SetSunPosition/Readme.html +++ b/Net/3D/SetSunPosition/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/3D/SetSunPosition/Readme.md b/Net/3D/SetSunPosition/Readme.md index 450a2c1f..6636d9ee 100644 --- a/Net/3D/SetSunPosition/Readme.md +++ b/Net/3D/SetSunPosition/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates manipulation of the globe light source—enabling and d Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/3D/SetSunPosition/VBNet/Config.esriaddinx b/Net/3D/SetSunPosition/VBNet/Config.esriaddinx index b3c399a1..9ab93c8e 100644 --- a/Net/3D/SetSunPosition/VBNet/Config.esriaddinx +++ b/Net/3D/SetSunPosition/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/3D/SetSunPosition/VBNet/My Project/AssemblyInfo.vb b/Net/3D/SetSunPosition/VBNet/My Project/AssemblyInfo.vb index b5de1bfa..153cbaee 100644 --- a/Net/3D/SetSunPosition/VBNet/My Project/AssemblyInfo.vb +++ b/Net/3D/SetSunPosition/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/SetSunPosition/VBNet/SetSunPosition.vbproj b/Net/3D/SetSunPosition/VBNet/SetSunPosition.vbproj index 29cb2a7a..32f0a9be 100644 --- a/Net/3D/SetSunPosition/VBNet/SetSunPosition.vbproj +++ b/Net/3D/SetSunPosition/VBNet/SetSunPosition.vbproj @@ -103,7 +103,7 @@ - + False diff --git a/Net/3D/SetSunPosition/VBNet/SunPositionTool.vb b/Net/3D/SetSunPosition/VBNet/SunPositionTool.vb index dead8395..5eafc955 100644 --- a/Net/3D/SetSunPosition/VBNet/SunPositionTool.vb +++ b/Net/3D/SetSunPosition/VBNet/SunPositionTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/VisualizeCameraPath/CSharp/Config.esriaddinx b/Net/3D/VisualizeCameraPath/CSharp/Config.esriaddinx index b83d8317..2f4c19da 100644 --- a/Net/3D/VisualizeCameraPath/CSharp/Config.esriaddinx +++ b/Net/3D/VisualizeCameraPath/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/25/2009 - + diff --git a/Net/3D/VisualizeCameraPath/CSharp/Properties/AssemblyInfo.cs b/Net/3D/VisualizeCameraPath/CSharp/Properties/AssemblyInfo.cs index 67b4a700..173a9264 100644 --- a/Net/3D/VisualizeCameraPath/CSharp/Properties/AssemblyInfo.cs +++ b/Net/3D/VisualizeCameraPath/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.cs b/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.cs index cf7b7575..21a20eb8 100644 --- a/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.cs +++ b/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.csproj b/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.csproj index 1a1c580a..ffa40cf0 100644 --- a/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.csproj +++ b/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPath.csproj @@ -94,46 +94,46 @@ - + False False - + False False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPathForm.cs b/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPathForm.cs index 555a8828..4a1cb4e0 100644 --- a/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPathForm.cs +++ b/Net/3D/VisualizeCameraPath/CSharp/VisualizeCameraPathForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/3D/VisualizeCameraPath/Readme.html b/Net/3D/VisualizeCameraPath/Readme.html index f1479d73..64394295 100644 --- a/Net/3D/VisualizeCameraPath/Readme.html +++ b/Net/3D/VisualizeCameraPath/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/3D/VisualizeCameraPath/Readme.md b/Net/3D/VisualizeCameraPath/Readme.md index 17871e1e..b3aa64ab 100644 --- a/Net/3D/VisualizeCameraPath/Readme.md +++ b/Net/3D/VisualizeCameraPath/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: 3D Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/3D/VisualizeCameraPath/VBNet/Config.esriaddinx b/Net/3D/VisualizeCameraPath/VBNet/Config.esriaddinx index ffec9ec0..a356feec 100644 --- a/Net/3D/VisualizeCameraPath/VBNet/Config.esriaddinx +++ b/Net/3D/VisualizeCameraPath/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/25/2009 - + diff --git a/Net/3D/VisualizeCameraPath/VBNet/Properties/AssemblyInfo.vb b/Net/3D/VisualizeCameraPath/VBNet/Properties/AssemblyInfo.vb index 5591beda..9d408e10 100644 --- a/Net/3D/VisualizeCameraPath/VBNet/Properties/AssemblyInfo.vb +++ b/Net/3D/VisualizeCameraPath/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vb b/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vb index b642078c..38ad993c 100644 --- a/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vb +++ b/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vbproj b/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vbproj index ac549907..4686cc13 100644 --- a/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vbproj +++ b/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPath.vbproj @@ -98,46 +98,46 @@ - + False False - + False False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPathForm.vb b/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPathForm.vb index 221fc228..7d99801e 100644 --- a/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPathForm.vb +++ b/Net/3D/VisualizeCameraPath/VBNet/VisualizeCameraPathForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxFilter/CSharp/Config.esriaddinx b/Net/Catalog/CustomGxFilter/CSharp/Config.esriaddinx index b44d712c..a77cdc6b 100644 --- a/Net/Catalog/CustomGxFilter/CSharp/Config.esriaddinx +++ b/Net/Catalog/CustomGxFilter/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/31/2010 - + diff --git a/Net/Catalog/CustomGxFilter/CSharp/CustomCommand.cs b/Net/Catalog/CustomGxFilter/CSharp/CustomCommand.cs index c11f3cce..439e6ef3 100644 --- a/Net/Catalog/CustomGxFilter/CSharp/CustomCommand.cs +++ b/Net/Catalog/CustomGxFilter/CSharp/CustomCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxFilter/CSharp/CustomFilter.cs b/Net/Catalog/CustomGxFilter/CSharp/CustomFilter.cs index 8ba048ca..7d4f95a9 100644 --- a/Net/Catalog/CustomGxFilter/CSharp/CustomFilter.cs +++ b/Net/Catalog/CustomGxFilter/CSharp/CustomFilter.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxFilter/CSharp/CustomGxFilter.csproj b/Net/Catalog/CustomGxFilter/CSharp/CustomGxFilter.csproj index 3c38115c..5fd264ca 100644 --- a/Net/Catalog/CustomGxFilter/CSharp/CustomGxFilter.csproj +++ b/Net/Catalog/CustomGxFilter/CSharp/CustomGxFilter.csproj @@ -85,13 +85,13 @@ - + False False - + False @@ -102,7 +102,7 @@ esriAddIn Desktop - 10.6 + 10.7 diff --git a/Net/Catalog/CustomGxFilter/CSharp/Properties/AssemblyInfo.cs b/Net/Catalog/CustomGxFilter/CSharp/Properties/AssemblyInfo.cs index f220ea67..9f335081 100644 --- a/Net/Catalog/CustomGxFilter/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Catalog/CustomGxFilter/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxFilter/Readme.html b/Net/Catalog/CustomGxFilter/Readme.html index 288926fd..1823c3ab 100644 --- a/Net/Catalog/CustomGxFilter/Readme.html +++ b/Net/Catalog/CustomGxFilter/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Catalog/CustomGxFilter/Readme.md b/Net/Catalog/CustomGxFilter/Readme.md index a505b2ac..d0569a8d 100644 --- a/Net/Catalog/CustomGxFilter/Readme.md +++ b/Net/Catalog/CustomGxFilter/Readme.md @@ -8,8 +8,8 @@ This sample code demonstrates how to create a custom object filter in ArcCatalog Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Catalog/CustomGxFilter/VBNET/Config.esriaddinx b/Net/Catalog/CustomGxFilter/VBNET/Config.esriaddinx index 0fda557b..46e01797 100644 --- a/Net/Catalog/CustomGxFilter/VBNET/Config.esriaddinx +++ b/Net/Catalog/CustomGxFilter/VBNET/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 9/1/2010 - + diff --git a/Net/Catalog/CustomGxFilter/VBNET/CustomCommand.vb b/Net/Catalog/CustomGxFilter/VBNET/CustomCommand.vb index 5632634f..8646b0f1 100644 --- a/Net/Catalog/CustomGxFilter/VBNET/CustomCommand.vb +++ b/Net/Catalog/CustomGxFilter/VBNET/CustomCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxFilter/VBNET/CustomFilter.vb b/Net/Catalog/CustomGxFilter/VBNET/CustomFilter.vb index e060a27b..43744dde 100644 --- a/Net/Catalog/CustomGxFilter/VBNET/CustomFilter.vb +++ b/Net/Catalog/CustomGxFilter/VBNET/CustomFilter.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxFilter/VBNET/CustomGxFilter.vbproj b/Net/Catalog/CustomGxFilter/VBNET/CustomGxFilter.vbproj index 83e278b9..41adc95e 100644 --- a/Net/Catalog/CustomGxFilter/VBNET/CustomGxFilter.vbproj +++ b/Net/Catalog/CustomGxFilter/VBNET/CustomGxFilter.vbproj @@ -128,13 +128,13 @@ - + False False - + False @@ -144,7 +144,7 @@ esriAddIn Desktop - 10.6 + 10.7 diff --git a/Net/Catalog/CustomGxFilter/VBNET/My Project/AssemblyInfo.vb b/Net/Catalog/CustomGxFilter/VBNET/My Project/AssemblyInfo.vb index c94af882..c5cb48fc 100644 --- a/Net/Catalog/CustomGxFilter/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Catalog/CustomGxFilter/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxObject/CSharp/CustomGxObject.csproj b/Net/Catalog/CustomGxObject/CSharp/CustomGxObject.csproj index fe584c3a..7ceb6613 100644 --- a/Net/Catalog/CustomGxObject/CSharp/CustomGxObject.csproj +++ b/Net/Catalog/CustomGxObject/CSharp/CustomGxObject.csproj @@ -42,25 +42,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Catalog/CustomGxObject/CSharp/GxPyFactory.cs b/Net/Catalog/CustomGxObject/CSharp/GxPyFactory.cs index 07c29c6a..1a10380e 100644 --- a/Net/Catalog/CustomGxObject/CSharp/GxPyFactory.cs +++ b/Net/Catalog/CustomGxObject/CSharp/GxPyFactory.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxObject/CSharp/GxPyObject.cs b/Net/Catalog/CustomGxObject/CSharp/GxPyObject.cs index ab7b7ea6..eb91e1d7 100644 --- a/Net/Catalog/CustomGxObject/CSharp/GxPyObject.cs +++ b/Net/Catalog/CustomGxObject/CSharp/GxPyObject.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxObject/CSharp/Properties/AssemblyInfo.cs b/Net/Catalog/CustomGxObject/CSharp/Properties/AssemblyInfo.cs index c0b92d4c..388885c1 100644 --- a/Net/Catalog/CustomGxObject/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Catalog/CustomGxObject/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxObject/Readme.html b/Net/Catalog/CustomGxObject/Readme.html index bb1b23fa..94917d71 100644 --- a/Net/Catalog/CustomGxObject/Readme.html +++ b/Net/Catalog/CustomGxObject/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Catalog/CustomGxObject/Readme.md b/Net/Catalog/CustomGxObject/Readme.md index 50c95ee6..a894c1b1 100644 --- a/Net/Catalog/CustomGxObject/Readme.md +++ b/Net/Catalog/CustomGxObject/Readme.md @@ -8,8 +8,8 @@ This sample code demonstrates how to create a custom GxObject and the GxObject f Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Catalog/CustomGxObject/VBNET/AssemblyInfo.vb b/Net/Catalog/CustomGxObject/VBNET/AssemblyInfo.vb index 4b1b762d..16dea990 100644 --- a/Net/Catalog/CustomGxObject/VBNET/AssemblyInfo.vb +++ b/Net/Catalog/CustomGxObject/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxObject/VBNET/GxObject.vbproj b/Net/Catalog/CustomGxObject/VBNET/GxObject.vbproj index 98fb1249..7d55a656 100644 --- a/Net/Catalog/CustomGxObject/VBNET/GxObject.vbproj +++ b/Net/Catalog/CustomGxObject/VBNET/GxObject.vbproj @@ -92,19 +92,19 @@ false - + False False - + False False - + False False - + False False diff --git a/Net/Catalog/CustomGxObject/VBNET/GxPyFactory.vb b/Net/Catalog/CustomGxObject/VBNET/GxPyFactory.vb index 38030751..51844b00 100644 --- a/Net/Catalog/CustomGxObject/VBNET/GxPyFactory.vb +++ b/Net/Catalog/CustomGxObject/VBNET/GxPyFactory.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomGxObject/VBNET/GxPyObject.vb b/Net/Catalog/CustomGxObject/VBNET/GxPyObject.vb index 721b4836..04b03a70 100644 --- a/Net/Catalog/CustomGxObject/VBNET/GxPyObject.vb +++ b/Net/Catalog/CustomGxObject/VBNET/GxPyObject.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/CustomRootObject.csproj b/Net/Catalog/CustomRootObject/CSharp/CustomRootObject.csproj index fd047ed8..2fa796e3 100644 --- a/Net/Catalog/CustomRootObject/CSharp/CustomRootObject.csproj +++ b/Net/Catalog/CustomRootObject/CSharp/CustomRootObject.csproj @@ -39,25 +39,25 @@ AllRules.ruleset - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.Designer.cs b/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.Designer.cs index 0701cd36..d4c2e3bb 100644 --- a/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.Designer.cs +++ b/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.cs b/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.cs index 759994a8..876da4d8 100644 --- a/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.cs +++ b/Net/Catalog/CustomRootObject/CSharp/FrmGxStyleView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/Properties/AssemblyInfo.cs b/Net/Catalog/CustomRootObject/CSharp/Properties/AssemblyInfo.cs index 8d534aa1..04b07e9c 100644 --- a/Net/Catalog/CustomRootObject/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Catalog/CustomRootObject/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGallery.cs b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGallery.cs index 551d72ce..957348b9 100644 --- a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGallery.cs +++ b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGallery.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryClass.cs b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryClass.cs index 6a43e5a4..b8eb879c 100644 --- a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryClass.cs +++ b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryItem.cs b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryItem.cs index d777a6c5..0a61eb91 100644 --- a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryItem.cs +++ b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleGalleryItem.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleView.cs b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleView.cs index 8ff23ee0..52efb56d 100644 --- a/Net/Catalog/CustomRootObject/CSharp/clsGxStyleView.cs +++ b/Net/Catalog/CustomRootObject/CSharp/clsGxStyleView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/Readme.html b/Net/Catalog/CustomRootObject/Readme.html index d02c9387..a9230ad7 100644 --- a/Net/Catalog/CustomRootObject/Readme.html +++ b/Net/Catalog/CustomRootObject/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Catalog/CustomRootObject/Readme.md b/Net/Catalog/CustomRootObject/Readme.md index fb5073a6..8bcf64be 100644 --- a/Net/Catalog/CustomRootObject/Readme.md +++ b/Net/Catalog/CustomRootObject/Readme.md @@ -8,8 +8,8 @@ The GxStyles sample demonstrates how to create custom GxObjects and a custom GxV Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Catalog/CustomRootObject/VBNET/CustomRootObject.vbproj b/Net/Catalog/CustomRootObject/VBNET/CustomRootObject.vbproj index 9e689ef2..e19803ac 100644 --- a/Net/Catalog/CustomRootObject/VBNET/CustomRootObject.vbproj +++ b/Net/Catalog/CustomRootObject/VBNET/CustomRootObject.vbproj @@ -47,31 +47,31 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.Designer.vb b/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.Designer.vb index 0ac6d7bf..226fd31a 100644 --- a/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.Designer.vb +++ b/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.vb b/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.vb index a25afb75..3ea50684 100644 --- a/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.vb +++ b/Net/Catalog/CustomRootObject/VBNET/FrmGxStyleView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/VBNET/My Project/AssemblyInfo.vb b/Net/Catalog/CustomRootObject/VBNET/My Project/AssemblyInfo.vb index 265f5f3c..dff0e74b 100644 --- a/Net/Catalog/CustomRootObject/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Catalog/CustomRootObject/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGallery.vb b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGallery.vb index ee9af6b0..9ce0827e 100644 --- a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGallery.vb +++ b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGallery.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryClass.vb b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryClass.vb index a00a9468..cdd19fa1 100644 --- a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryClass.vb +++ b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryItem.vb b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryItem.vb index 0071fd7c..98ea595b 100644 --- a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryItem.vb +++ b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleGalleryItem.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleView.vb b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleView.vb index 45f5f0e4..071c42f6 100644 --- a/Net/Catalog/CustomRootObject/VBNET/clsGxStyleView.vb +++ b/Net/Catalog/CustomRootObject/VBNET/clsGxStyleView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/CSharp/ExtentView.csproj b/Net/Catalog/ExtentView/CSharp/ExtentView.csproj index 88f57fa0..5880c8e6 100644 --- a/Net/Catalog/ExtentView/CSharp/ExtentView.csproj +++ b/Net/Catalog/ExtentView/CSharp/ExtentView.csproj @@ -42,52 +42,52 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Catalog/ExtentView/CSharp/FrmExtentView.Designer.cs b/Net/Catalog/ExtentView/CSharp/FrmExtentView.Designer.cs index be36777f..4e1531f5 100644 --- a/Net/Catalog/ExtentView/CSharp/FrmExtentView.Designer.cs +++ b/Net/Catalog/ExtentView/CSharp/FrmExtentView.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/CSharp/FrmExtentView.cs b/Net/Catalog/ExtentView/CSharp/FrmExtentView.cs index 2eb7feb8..36d75bf6 100644 --- a/Net/Catalog/ExtentView/CSharp/FrmExtentView.cs +++ b/Net/Catalog/ExtentView/CSharp/FrmExtentView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/CSharp/Properties/AssemblyInfo.cs b/Net/Catalog/ExtentView/CSharp/Properties/AssemblyInfo.cs index 009da9d5..13cf8727 100644 --- a/Net/Catalog/ExtentView/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Catalog/ExtentView/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/CSharp/clsExtentView.cs b/Net/Catalog/ExtentView/CSharp/clsExtentView.cs index 5bde1106..e28dec68 100644 --- a/Net/Catalog/ExtentView/CSharp/clsExtentView.cs +++ b/Net/Catalog/ExtentView/CSharp/clsExtentView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/Readme.html b/Net/Catalog/ExtentView/Readme.html index 01b684f3..c0b46a46 100644 --- a/Net/Catalog/ExtentView/Readme.html +++ b/Net/Catalog/ExtentView/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Catalog/ExtentView/Readme.md b/Net/Catalog/ExtentView/Readme.md index 2384b82e..6ffcd569 100644 --- a/Net/Catalog/ExtentView/Readme.md +++ b/Net/Catalog/ExtentView/Readme.md @@ -8,8 +8,8 @@ The GxExtentView sample demonstrates how to create a custom view for ArcCatalog. Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Catalog/ExtentView/VBNET/ExtentView.vbproj b/Net/Catalog/ExtentView/VBNET/ExtentView.vbproj index a1c47267..adfb5caf 100644 --- a/Net/Catalog/ExtentView/VBNET/ExtentView.vbproj +++ b/Net/Catalog/ExtentView/VBNET/ExtentView.vbproj @@ -47,52 +47,52 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Catalog/ExtentView/VBNET/FrmExtentView.Designer.vb b/Net/Catalog/ExtentView/VBNET/FrmExtentView.Designer.vb index fbc78834..eff2dbfd 100644 --- a/Net/Catalog/ExtentView/VBNET/FrmExtentView.Designer.vb +++ b/Net/Catalog/ExtentView/VBNET/FrmExtentView.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/VBNET/FrmExtentView.vb b/Net/Catalog/ExtentView/VBNET/FrmExtentView.vb index 52cf562e..3a914612 100644 --- a/Net/Catalog/ExtentView/VBNET/FrmExtentView.vb +++ b/Net/Catalog/ExtentView/VBNET/FrmExtentView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/VBNET/My Project/AssemblyInfo.vb b/Net/Catalog/ExtentView/VBNET/My Project/AssemblyInfo.vb index f26d4cde..5dd381fc 100644 --- a/Net/Catalog/ExtentView/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Catalog/ExtentView/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/VBNET/ReadRegistry.vb b/Net/Catalog/ExtentView/VBNET/ReadRegistry.vb index 6d6d917e..ce9fcb3e 100644 --- a/Net/Catalog/ExtentView/VBNET/ReadRegistry.vb +++ b/Net/Catalog/ExtentView/VBNET/ReadRegistry.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ExtentView/VBNET/clsExtentView.vb b/Net/Catalog/ExtentView/VBNET/clsExtentView.vb index a5f12a2d..a5a4111a 100644 --- a/Net/Catalog/ExtentView/VBNET/clsExtentView.vb +++ b/Net/Catalog/ExtentView/VBNET/clsExtentView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/ReadMe.md b/Net/Catalog/ReadMe.md index c4122cb2..e5655585 100644 --- a/Net/Catalog/ReadMe.md +++ b/Net/Catalog/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Catalog -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Catalog' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Catalog' topic. ## Features diff --git a/Net/Catalog/TextTab/CSharp/FrmTextView.Designer.cs b/Net/Catalog/TextTab/CSharp/FrmTextView.Designer.cs index 7f48d231..2b76586e 100644 --- a/Net/Catalog/TextTab/CSharp/FrmTextView.Designer.cs +++ b/Net/Catalog/TextTab/CSharp/FrmTextView.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/CSharp/FrmTextView.cs b/Net/Catalog/TextTab/CSharp/FrmTextView.cs index d9ed01a9..73a57674 100644 --- a/Net/Catalog/TextTab/CSharp/FrmTextView.cs +++ b/Net/Catalog/TextTab/CSharp/FrmTextView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/CSharp/Properties/AssemblyInfo.cs b/Net/Catalog/TextTab/CSharp/Properties/AssemblyInfo.cs index 136e20ed..b1a99b21 100644 --- a/Net/Catalog/TextTab/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Catalog/TextTab/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/CSharp/TextTab.csproj b/Net/Catalog/TextTab/CSharp/TextTab.csproj index be718260..e6fc9689 100644 --- a/Net/Catalog/TextTab/CSharp/TextTab.csproj +++ b/Net/Catalog/TextTab/CSharp/TextTab.csproj @@ -42,19 +42,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Catalog/TextTab/CSharp/TextView.cs b/Net/Catalog/TextTab/CSharp/TextView.cs index 996c5a23..a264583a 100644 --- a/Net/Catalog/TextTab/CSharp/TextView.cs +++ b/Net/Catalog/TextTab/CSharp/TextView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/Readme.html b/Net/Catalog/TextTab/Readme.html index 5fb398c1..43a0eb22 100644 --- a/Net/Catalog/TextTab/Readme.html +++ b/Net/Catalog/TextTab/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Catalog/TextTab/Readme.md b/Net/Catalog/TextTab/Readme.md index 7ffef8a8..6da3f8b1 100644 --- a/Net/Catalog/TextTab/Readme.md +++ b/Net/Catalog/TextTab/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Catalog Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Catalog/TextTab/VBNET/FrmTextView.Designer.vb b/Net/Catalog/TextTab/VBNET/FrmTextView.Designer.vb index 691c1ec8..76131db0 100644 --- a/Net/Catalog/TextTab/VBNET/FrmTextView.Designer.vb +++ b/Net/Catalog/TextTab/VBNET/FrmTextView.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/VBNET/FrmTextView.vb b/Net/Catalog/TextTab/VBNET/FrmTextView.vb index 70e9f831..6d48ecf2 100644 --- a/Net/Catalog/TextTab/VBNET/FrmTextView.vb +++ b/Net/Catalog/TextTab/VBNET/FrmTextView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/VBNET/My Project/AssemblyInfo.vb b/Net/Catalog/TextTab/VBNET/My Project/AssemblyInfo.vb index 5590faa4..f410f963 100644 --- a/Net/Catalog/TextTab/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Catalog/TextTab/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Catalog/TextTab/VBNET/TextTab.vbproj b/Net/Catalog/TextTab/VBNET/TextTab.vbproj index a9ecb878..f8f6f85f 100644 --- a/Net/Catalog/TextTab/VBNET/TextTab.vbproj +++ b/Net/Catalog/TextTab/VBNET/TextTab.vbproj @@ -47,23 +47,23 @@ false - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Catalog/TextTab/VBNET/TextView.vb b/Net/Catalog/TextTab/VBNET/TextView.vb index 22b8c254..a47f0b5b 100644 --- a/Net/Catalog/TextTab/VBNET/TextView.vb +++ b/Net/Catalog/TextTab/VBNET/TextView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/Controls.csproj b/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/Controls.csproj index 9598884e..4cc65e28 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/Controls.csproj +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/Controls.csproj @@ -75,35 +75,35 @@ false - + False - + False - ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.AxControls.dll + ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.AxControls.dll - + False - + False False - ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Controls.dll + ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Controls.dll - + False - + False - + False ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/CulturalResources.cs b/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/CulturalResources.cs index dba81b12..1066bdb7 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/CulturalResources.cs +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/CulturalResources.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/assemblyinfo.cs b/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/assemblyinfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/assemblyinfo.cs +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/Controls/assemblyinfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/AssemblyInfo.cs b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/AssemblyInfo.cs index 929a46b0..8d0c7493 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CulturalSamples.csproj b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CulturalSamples.csproj index 39ff5055..030f1f4c 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CulturalSamples.csproj +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CulturalSamples.csproj @@ -61,29 +61,29 @@ false - + False - + False - + False False - ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Controls.dll + ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Controls.dll - + False - + False False - ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Geometry.dll + ..\..\..\..\..\..\..\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Geometry.dll - + False - + False diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureCommand.cs b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureCommand.cs index de38fa8d..1baa4fd9 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureCommand.cs +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureMenu.cs b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureMenu.cs index 52eb348b..15668186 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureMenu.cs +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureTool.cs b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureTool.cs index c5de4f4c..1c6a0563 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureTool.cs +++ b/Net/Controls/ControlsCommandsCulturalResources/CSharp/CulturalSamples/CultureTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/Readme.html b/Net/Controls/ControlsCommandsCulturalResources/Readme.html index f78e26bf..606d1eab 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/Readme.html +++ b/Net/Controls/ControlsCommandsCulturalResources/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsCulturalResources/Readme.md b/Net/Controls/ControlsCommandsCulturalResources/Readme.md index bd42ea7c..d04647f6 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/Readme.md +++ b/Net/Controls/ControlsCommandsCulturalResources/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/AssemblyInfo.vb b/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/AssemblyInfo.vb index 08c1873e..6dbd2b29 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/Controls.vbproj b/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/Controls.vbproj index a94b2b0f..6a16c00f 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/Controls.vbproj +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/Controls.vbproj @@ -76,7 +76,7 @@ false - + False @@ -111,7 +111,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/CulturalResources.vb b/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/CulturalResources.vb index f676df1e..7ce952a2 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/CulturalResources.vb +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/Controls/CulturalResources.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/AssemblyInfo.vb b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/AssemblyInfo.vb index da99d761..2d0790df 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureCommand.vb b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureCommand.vb index be75e5ef..bd49484b 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureCommand.vb +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureMenu.vb b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureMenu.vb index a55cd57d..c85cc34c 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureMenu.vb +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureSamples.vbproj b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureSamples.vbproj index 40469be6..85df63d7 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureSamples.vbproj +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureSamples.vbproj @@ -64,25 +64,25 @@ - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureTool.vb b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureTool.vb index a06e0542..7fb673c3 100644 --- a/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureTool.vb +++ b/Net/Controls/ControlsCommandsCulturalResources/VBNet/CulturalSamples/CultureTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsEnvironment/CSharp/AssemblyInfo.cs b/Net/Controls/ControlsCommandsEnvironment/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ControlsCommandsEnvironment/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsEnvironment/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.cs b/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.cs index 2e975b59..1204373d 100644 --- a/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.cs +++ b/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.csproj b/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.csproj index 0f6a44f9..b2a0e08f 100644 --- a/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.csproj +++ b/Net/Controls/ControlsCommandsEnvironment/CSharp/CommandsEnvironment.csproj @@ -104,7 +104,7 @@ ..\..\..\..\..\..\Program Files\ArcGIS\DotNet\ESRI.ArcGIS.3DAnalyst.dll hklm\dn\arcengine - + False @@ -143,7 +143,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsEnvironment/Readme.html b/Net/Controls/ControlsCommandsEnvironment/Readme.html index fcf77fbc..572fd58f 100644 --- a/Net/Controls/ControlsCommandsEnvironment/Readme.html +++ b/Net/Controls/ControlsCommandsEnvironment/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsEnvironment/Readme.md b/Net/Controls/ControlsCommandsEnvironment/Readme.md index b3f8cac0..abf2f192 100644 --- a/Net/Controls/ControlsCommandsEnvironment/Readme.md +++ b/Net/Controls/ControlsCommandsEnvironment/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsEnvironment/VBNet/AssemblyInfo.vb b/Net/Controls/ControlsCommandsEnvironment/VBNet/AssemblyInfo.vb index df1a42b1..d541d45d 100644 --- a/Net/Controls/ControlsCommandsEnvironment/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsEnvironment/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vb b/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vb index 28af47d7..61294579 100644 --- a/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vb +++ b/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vbproj b/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vbproj index 8ee3c4f5..9efec065 100644 --- a/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vbproj +++ b/Net/Controls/ControlsCommandsEnvironment/VBNet/CommandsEnvironment.vbproj @@ -98,7 +98,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -137,7 +137,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/AssemblyInfo.cs b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties.cs b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties.cs index e6e4eafb..bc390312 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties.cs +++ b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties2.cs b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties2.cs index 3af74a4a..84730da2 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties2.cs +++ b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/EditProperties2.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.cs b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.cs index 59feed7a..5175d5d7 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.cs +++ b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.csproj b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.csproj index bfc3c76a..88e47873 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.csproj +++ b/Net/Controls/ControlsCommandsFeatureEditing/CSharp/FeatureEditing.csproj @@ -99,7 +99,7 @@ false - + False @@ -118,19 +118,19 @@ ESRI.ArcGIS.Display hklm\arcengine - + False - + False - + False - + False - + False diff --git a/Net/Controls/ControlsCommandsFeatureEditing/Readme.html b/Net/Controls/ControlsCommandsFeatureEditing/Readme.html index ef9d7cdf..10827341 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/Readme.html +++ b/Net/Controls/ControlsCommandsFeatureEditing/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsFeatureEditing/Readme.md b/Net/Controls/ControlsCommandsFeatureEditing/Readme.md index 3b7f053b..efb7444b 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/Readme.md +++ b/Net/Controls/ControlsCommandsFeatureEditing/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/AssemblyInfo.vb b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/AssemblyInfo.vb index 9cf3eed3..9d9b827b 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties.vb b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties.vb index 0ce346a4..2d4a9a0f 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties.vb +++ b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties2.vb b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties2.vb index 8cf583ff..fc02cd88 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties2.vb +++ b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/EditProperties2.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vb b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vb index d586bed0..51790e3a 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vb +++ b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vbproj b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vbproj index 38ce3199..3163df55 100644 --- a/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vbproj +++ b/Net/Controls/ControlsCommandsFeatureEditing/VBNet/FeatureEditing.vbproj @@ -94,7 +94,7 @@ false - + False @@ -117,7 +117,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.Designer.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.Designer.cs index 826f4535..aa375f41 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.Designer.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.cs index f56d7737..362334cb 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.csproj b/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.csproj index 18d8e5d7..ab008cec 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.csproj +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/HookActions.csproj @@ -57,43 +57,43 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/Program.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/Program.cs index 14006f0f..54e45d08 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/Program.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/Properties/AssemblyInfo.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/Properties/AssemblyInfo.cs index 673d0aec..961cfffb 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsCallout.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsCallout.cs index a8f51789..230aad83 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsCallout.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsCallout.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsFlash.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsFlash.cs index 232deb25..deeea61d 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsFlash.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsFlash.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsGraphic.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsGraphic.cs index 96f3145a..c41418b2 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsGraphic.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsGraphic.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsLabel.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsLabel.cs index f8075797..8321f1d2 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsLabel.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsLabel.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsPan.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsPan.cs index 9faf8840..b3d1ecf4 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsPan.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsPan.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsZoom.cs b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsZoom.cs index 649d29f8..1d3b6ae7 100644 --- a/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsZoom.cs +++ b/Net/Controls/ControlsCommandsHookActions/CSharp/hookActionsZoom.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/Readme.html b/Net/Controls/ControlsCommandsHookActions/Readme.html index 11ebc12c..2204e671 100644 --- a/Net/Controls/ControlsCommandsHookActions/Readme.html +++ b/Net/Controls/ControlsCommandsHookActions/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsHookActions/Readme.md b/Net/Controls/ControlsCommandsHookActions/Readme.md index c1340282..4d9abaea 100644 --- a/Net/Controls/ControlsCommandsHookActions/Readme.md +++ b/Net/Controls/ControlsCommandsHookActions/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.Designer.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.Designer.vb index a392c4c2..4ce3f1a4 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.Designer.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vb index 7f3456cc..217dc9c4 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vbproj b/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vbproj index f2d364ac..5434fbc3 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vbproj +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/HookActions.vbproj @@ -59,43 +59,43 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/My Project/AssemblyInfo.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/My Project/AssemblyInfo.vb index 2c0941a1..58fe5446 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsCallout.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsCallout.vb index 6b353e62..bc964f9c 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsCallout.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsCallout.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsFlash.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsFlash.vb index c4c200eb..964d912a 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsFlash.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsFlash.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsGraphic.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsGraphic.vb index 7bac5318..53824866 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsGraphic.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsGraphic.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsLabel.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsLabel.vb index 38009474..244e9f03 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsLabel.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsLabel.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsPan.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsPan.vb index a5ca64a4..5cad9ffb 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsPan.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsPan.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsZoom.vb b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsZoom.vb index 516c0393..a90b7b5c 100644 --- a/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsZoom.vb +++ b/Net/Controls/ControlsCommandsHookActions/VBNet/hookActionsZoom.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.cs b/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.cs index a31ddd52..ecd676cc 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.cs +++ b/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.csproj b/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.csproj index e56d7ca4..0f3a8021 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.csproj +++ b/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/InkSketchCommit.csproj @@ -99,7 +99,7 @@ false - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/assemblyinfo.cs b/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/assemblyinfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/assemblyinfo.cs +++ b/Net/Controls/ControlsCommandsInkSketchCommit/CSharp/assemblyinfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/Readme.html b/Net/Controls/ControlsCommandsInkSketchCommit/Readme.html index a56d26c3..70fd9a4a 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/Readme.html +++ b/Net/Controls/ControlsCommandsInkSketchCommit/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/Readme.md b/Net/Controls/ControlsCommandsInkSketchCommit/Readme.md index bae03275..0a01d9d3 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/Readme.md +++ b/Net/Controls/ControlsCommandsInkSketchCommit/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/AssemblyInfo.vb b/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/AssemblyInfo.vb index 27870c65..48ac6184 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vb b/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vb index 3ecd8c05..b7b7d0c8 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vb +++ b/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vbproj b/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vbproj index 61a0e24b..60cd996a 100644 --- a/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vbproj +++ b/Net/Controls/ControlsCommandsInkSketchCommit/VBNet/InkSketchCommit.vbproj @@ -94,7 +94,7 @@ false - + False @@ -125,7 +125,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/AssemblyInfo.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/AssemblyInfo.cs index a7c6cdf1..adbbd510 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomIn.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomIn.cs index 0b974693..0800d191 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomIn.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomIn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomOut.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomOut.cs index 5fc4907d..63739364 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomOut.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FixedZoomOut.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FullExtent.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FullExtent.cs index 0ee918fd..a0d7ad2d 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FullExtent.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/FullExtent.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoBackToPreviousExtent.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoBackToPreviousExtent.cs index 30044dc5..427e1adb 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoBackToPreviousExtent.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoBackToPreviousExtent.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoToNextExtent.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoToNextExtent.cs index 734f2a7e..eae72f72 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoToNextExtent.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/GoToNextExtent.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/Pan.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/Pan.cs index 85ec7e7c..2d36e205 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/Pan.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/Pan.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanDown.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanDown.cs index 7e67e535..7c532314 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanDown.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanDown.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanLeft.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanLeft.cs index da79a829..3f01122d 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanLeft.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanLeft.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanRight.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanRight.cs index fb2d9317..a8a175c0 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanRight.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanRight.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanUp.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanUp.cs index 943fcb41..03dcc22f 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanUp.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanUp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanZoom.csproj b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanZoom.csproj index eea53f84..8bfb659f 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanZoom.csproj +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/PanZoom.csproj @@ -98,7 +98,7 @@ false - + False diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomIn.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomIn.cs index e09cd0f7..d268ad4c 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomIn.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomIn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomOut.cs b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomOut.cs index 29bfdc0f..918b4d16 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomOut.cs +++ b/Net/Controls/ControlsCommandsPanZoomCommands/CSharp/ZoomOut.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/Readme.html b/Net/Controls/ControlsCommandsPanZoomCommands/Readme.html index 3a282a27..34c02232 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/Readme.html +++ b/Net/Controls/ControlsCommandsPanZoomCommands/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/Readme.md b/Net/Controls/ControlsCommandsPanZoomCommands/Readme.md index 7e60b220..bdb905ea 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/Readme.md +++ b/Net/Controls/ControlsCommandsPanZoomCommands/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/AssemblyInfo.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/AssemblyInfo.vb index 8423c2b7..a295f329 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomIn.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomIn.vb index 7b0455e7..98874db6 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomIn.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomIn.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomOut.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomOut.vb index 00b8e4fe..1887b387 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomOut.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FixedZoomOut.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FullExtent.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FullExtent.vb index e26679be..c7eedcc7 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FullExtent.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/FullExtent.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoBackToPreviousExtent.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoBackToPreviousExtent.vb index 9c1a78db..a83ee078 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoBackToPreviousExtent.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoBackToPreviousExtent.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoToNextExtent.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoToNextExtent.vb index 3c8f1b57..c88f0643 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoToNextExtent.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/GoToNextExtent.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/Pan.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/Pan.vb index 8b85dd70..06ecf38a 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/Pan.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/Pan.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanDown.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanDown.vb index 3131e72a..ae89f4d1 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanDown.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanDown.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanLeft.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanLeft.vb index 9e819624..cd705094 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanLeft.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanLeft.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanRight.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanRight.vb index c2121618..d214a418 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanRight.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanRight.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanUp.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanUp.vb index 7e816edb..4da14d29 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanUp.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanUp.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanZoomVBNET.vbproj b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanZoomVBNET.vbproj index 01d9ac01..021aff90 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanZoomVBNET.vbproj +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/PanZoomVBNET.vbproj @@ -93,7 +93,7 @@ false - + False diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomIn.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomIn.vb index 03b2498f..b88438d4 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomIn.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomIn.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomOut.vb b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomOut.vb index 05a01857..e0a35c6d 100644 --- a/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomOut.vb +++ b/Net/Controls/ControlsCommandsPanZoomCommands/VBNet/ZoomOut.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/AssemblyInfo.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/AssemblyInfo.cs index a7c6cdf1..adbbd510 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ExpandFOV.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ExpandFOV.cs index c92861af..90051842 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ExpandFOV.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ExpandFOV.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/Fly.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/Fly.cs index a6a5b0ca..b4aa7207 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/Fly.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/Fly.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/FullExtent.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/FullExtent.cs index c0718204..a1c16018 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/FullExtent.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/FullExtent.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/NarrowFOV.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/NarrowFOV.cs index b2627041..27f1835d 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/NarrowFOV.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/NarrowFOV.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/Navigate.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/Navigate.cs index d5d862e4..9f07f1ac 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/Navigate.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/Navigate.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/Pan.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/Pan.cs index 50cac8c1..6773e9cd 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/Pan.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/Pan.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectFeatures.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectFeatures.cs index aef29965..b6b2bf1a 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectFeatures.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectFeatures.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectGraphics.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectGraphics.cs index 6e9eb4ca..0091b03f 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectGraphics.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/SelectGraphics.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/SetObserver.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/SetObserver.cs index e95bcd43..b18b7b28 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/SetObserver.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/SetObserver.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetCenter.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetCenter.cs index c690bea2..6670e7b8 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetCenter.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetCenter.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetZoom.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetZoom.cs index 32996e1e..545d8fc4 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetZoom.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/TargetZoom.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomIn.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomIn.cs index a6fd287b..2855b259 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomIn.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomIn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomInOut.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomInOut.cs index 34026729..f5fbc68e 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomInOut.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomInOut.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomOut.cs b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomOut.cs index 60293aca..ff55f503 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomOut.cs +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/ZoomOut.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/CSharp/sceneTools.csproj b/Net/Controls/ControlsCommandsSceneCommands/CSharp/sceneTools.csproj index 23637be0..5b6dcd5b 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/CSharp/sceneTools.csproj +++ b/Net/Controls/ControlsCommandsSceneCommands/CSharp/sceneTools.csproj @@ -101,7 +101,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcdev - + False @@ -112,7 +112,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsSceneCommands/Readme.html b/Net/Controls/ControlsCommandsSceneCommands/Readme.html index 4cefd983..7cb8de83 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/Readme.html +++ b/Net/Controls/ControlsCommandsSceneCommands/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsSceneCommands/Readme.md b/Net/Controls/ControlsCommandsSceneCommands/Readme.md index ef591310..499cd8be 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/Readme.md +++ b/Net/Controls/ControlsCommandsSceneCommands/Readme.md @@ -8,8 +8,8 @@ This sample provides a set of Scene commands and tools that can be used in conju Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/AssemblyInfo.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/AssemblyInfo.vb index ca806832..a7d0eb05 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ExpandFOV.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ExpandFOV.vb index 8fb71ae7..317e4244 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ExpandFOV.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ExpandFOV.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/Fly.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/Fly.vb index 9fa3f80c..66471185 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/Fly.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/Fly.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/FullExtent.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/FullExtent.vb index 936e875d..75ce7614 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/FullExtent.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/FullExtent.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/NarrowFOV.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/NarrowFOV.vb index 100acc4e..296d9fec 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/NarrowFOV.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/NarrowFOV.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/Navigate.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/Navigate.vb index 3ce801d8..41ce0fc4 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/Navigate.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/Navigate.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/Pan.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/Pan.vb index b563b9e4..c0063c15 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/Pan.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/Pan.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SceneToolsVB.vbproj b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SceneToolsVB.vbproj index 5fc34e42..3646411c 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SceneToolsVB.vbproj +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SceneToolsVB.vbproj @@ -97,7 +97,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcdev - + False @@ -108,7 +108,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectFeatures.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectFeatures.vb index c56de1df..d6b77eeb 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectFeatures.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectFeatures.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectGraphics.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectGraphics.vb index e759f7f9..00e1796d 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectGraphics.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SelectGraphics.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SetObserver.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SetObserver.vb index 05cff396..6f5645e5 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/SetObserver.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/SetObserver.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetCenter.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetCenter.vb index 3a40b532..8f2618da 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetCenter.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetCenter.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetZoom.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetZoom.vb index 9d7777ad..b9d560c3 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetZoom.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/TargetZoom.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomIn.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomIn.vb index 371e596a..f996b5f9 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomIn.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomIn.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomInOut.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomInOut.vb index b4b7ae12..4459aab1 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomInOut.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomInOut.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomOut.vb b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomOut.vb index d26f5256..3133821a 100644 --- a/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomOut.vb +++ b/Net/Controls/ControlsCommandsSceneCommands/VBNet/ZoomOut.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSelectCommands/CSharp/AssemblyInfo.cs b/Net/Controls/ControlsCommandsSelectCommands/CSharp/AssemblyInfo.cs index a7c6cdf1..adbbd510 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ControlsCommandsSelectCommands/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSelectCommands/CSharp/ClearFeatureSelection.cs b/Net/Controls/ControlsCommandsSelectCommands/CSharp/ClearFeatureSelection.cs index e2d42d89..01855b02 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/CSharp/ClearFeatureSelection.cs +++ b/Net/Controls/ControlsCommandsSelectCommands/CSharp/ClearFeatureSelection.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectCommands.csproj b/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectCommands.csproj index fa220736..eff7015e 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectCommands.csproj +++ b/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectCommands.csproj @@ -97,7 +97,7 @@ false - + False @@ -110,7 +110,7 @@ ..\..\..\..\..\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll hklm\dn\arcengine - + False diff --git a/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectFeatures.cs b/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectFeatures.cs index 2c502290..b6b709b0 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectFeatures.cs +++ b/Net/Controls/ControlsCommandsSelectCommands/CSharp/SelectFeatures.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSelectCommands/Readme.html b/Net/Controls/ControlsCommandsSelectCommands/Readme.html index f3441375..9d032cc1 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/Readme.html +++ b/Net/Controls/ControlsCommandsSelectCommands/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ControlsCommandsSelectCommands/Readme.md b/Net/Controls/ControlsCommandsSelectCommands/Readme.md index 8751ed4b..047351bb 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/Readme.md +++ b/Net/Controls/ControlsCommandsSelectCommands/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ControlsCommandsSelectCommands/VBNet/AssemblyInfo.vb b/Net/Controls/ControlsCommandsSelectCommands/VBNet/AssemblyInfo.vb index 19189a25..593f25e4 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ControlsCommandsSelectCommands/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSelectCommands/VBNet/ClearFeatureSelection.vb b/Net/Controls/ControlsCommandsSelectCommands/VBNet/ClearFeatureSelection.vb index 7e3bb209..562a4174 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/VBNet/ClearFeatureSelection.vb +++ b/Net/Controls/ControlsCommandsSelectCommands/VBNet/ClearFeatureSelection.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ControlsCommandsSelectCommands/VBNet/Select.vbproj b/Net/Controls/ControlsCommandsSelectCommands/VBNet/Select.vbproj index c79f33f6..47b425a6 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/VBNet/Select.vbproj +++ b/Net/Controls/ControlsCommandsSelectCommands/VBNet/Select.vbproj @@ -93,7 +93,7 @@ false - + False diff --git a/Net/Controls/ControlsCommandsSelectCommands/VBNet/SelectFeatures.vb b/Net/Controls/ControlsCommandsSelectCommands/VBNet/SelectFeatures.vb index 5b136488..def6f77f 100644 --- a/Net/Controls/ControlsCommandsSelectCommands/VBNet/SelectFeatures.vb +++ b/Net/Controls/ControlsCommandsSelectCommands/VBNet/SelectFeatures.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/ArcDataBinding.csproj b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/ArcDataBinding.csproj index 9679c784..2b78c46b 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/ArcDataBinding.csproj +++ b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/ArcDataBinding.csproj @@ -59,10 +59,10 @@ false - + False - + False diff --git a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/FieldPropertyDescriptor.cs b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/FieldPropertyDescriptor.cs index fe98db9b..479c3aa0 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/FieldPropertyDescriptor.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/FieldPropertyDescriptor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/Properties/AssemblyInfo.cs b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/Properties/AssemblyInfo.cs index b4449f51..9f878904 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/TableWrapper.cs b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/TableWrapper.cs index f9f8fc17..ec0f4967 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/TableWrapper.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/ArcDataBinding/TableWrapper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/DemoITableBinding.csproj b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/DemoITableBinding.csproj index f142bc51..043ae8b3 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/DemoITableBinding.csproj +++ b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/DemoITableBinding.csproj @@ -57,43 +57,43 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/LicenseInitializer.cs b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/LicenseInitializer.cs index 0f61eef4..0a44504e 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/LicenseInitializer.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.Designer.cs b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.Designer.cs index 889a6df0..e4697d59 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.Designer.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.cs b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.cs index 079d5f04..1aa3ce05 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/MainWnd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Program.cs b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Program.cs index 23c54f40..70dad56b 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Program.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Properties/AssemblyInfo.cs b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Properties/AssemblyInfo.cs index a7a5d5cd..e14e33ee 100644 --- a/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingBindITableToControl/CSharp/DemoITableBinding/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/Readme.html b/Net/Controls/EditingBindITableToControl/Readme.html index edeaf554..debd6d0b 100644 --- a/Net/Controls/EditingBindITableToControl/Readme.html +++ b/Net/Controls/EditingBindITableToControl/Readme.html @@ -27,8 +27,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -37,7 +37,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingBindITableToControl/Readme.md b/Net/Controls/EditingBindITableToControl/Readme.md index ec6fa882..0c2ebf3d 100644 --- a/Net/Controls/EditingBindITableToControl/Readme.md +++ b/Net/Controls/EditingBindITableToControl/Readme.md @@ -9,8 +9,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ApplicationEvents.vb b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ApplicationEvents.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ArcDataBinding2010.vbproj b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ArcDataBinding2010.vbproj index 9a43c42d..b7a1ce4e 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ArcDataBinding2010.vbproj +++ b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/ArcDataBinding2010.vbproj @@ -60,10 +60,10 @@ false - + False - + False diff --git a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/FieldPropertyDescriptor.vb b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/FieldPropertyDescriptor.vb index ea570d84..6e6c494d 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/FieldPropertyDescriptor.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/FieldPropertyDescriptor.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/TableWrapper.vb b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/TableWrapper.vb index 76864d4f..f953d5e3 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/TableWrapper.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/ArcDataBinding/TableWrapper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/ApplicationEvents.vb b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/ApplicationEvents.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/DemoITableBinding2010.vbproj b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/DemoITableBinding2010.vbproj index 35d9c888..b3b3b08a 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/DemoITableBinding2010.vbproj +++ b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/DemoITableBinding2010.vbproj @@ -59,19 +59,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/LicenseInitializer.vb b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/LicenseInitializer.vb index 3a1ad862..749b79c3 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/LicenseInitializer.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.Designer.vb b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.Designer.vb index f412357f..4fd875ab 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.Designer.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.vb b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.vb index 92a8d06c..e2de6040 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/MainWind.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/My Project/AssemblyInfo.vb b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/My Project/AssemblyInfo.vb index 8e6081da..9d643817 100644 --- a/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingBindITableToControl/VBNet/DemoITableBinding/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Application.csproj b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Application.csproj index ac3ae158..9cb4d3a8 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Application.csproj +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Application.csproj @@ -74,36 +74,36 @@ AllRules.ruleset - + False - + False - + False - + False - + False False False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.Designer.cs b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.Designer.cs index 29323cd0..97789e53 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.Designer.cs +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.cs b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.cs index 85752325..83139c8a 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.cs +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/EditingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Program.cs b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Program.cs index 3471bbb5..31126da2 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Program.cs +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Properties/AssemblyInfo.cs b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Properties/AssemblyInfo.cs index b794cf7b..caddd174 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/Application/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnap.cs b/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnap.cs index 86c53560..da5483f4 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnap.cs +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnap.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnapCS.csproj b/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnapCS.csproj index a1450bbd..a2263465 100644 --- a/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnapCS.csproj +++ b/Net/Controls/EditingBufferSnapAgent/CSharp/BufferSnapAgent/BufferSnapCS.csproj @@ -78,22 +78,22 @@ AllRules.ruleset - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingBufferSnapAgent/Readme.html b/Net/Controls/EditingBufferSnapAgent/Readme.html index b2e4eb8c..844dc4de 100644 --- a/Net/Controls/EditingBufferSnapAgent/Readme.html +++ b/Net/Controls/EditingBufferSnapAgent/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingBufferSnapAgent/Readme.md b/Net/Controls/EditingBufferSnapAgent/Readme.md index 5bb11815..a4415213 100644 --- a/Net/Controls/EditingBufferSnapAgent/Readme.md +++ b/Net/Controls/EditingBufferSnapAgent/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/Application.vbproj b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/Application.vbproj index 4c6cb7c8..cc3c2793 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/Application.vbproj +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/Application.vbproj @@ -56,39 +56,39 @@ AllRules.ruleset - + False - + False - + False - + False - + False True False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/ApplicationEvents.vb b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/ApplicationEvents.vb +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb index 17d37f08..2722f74d 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.vb b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.vb index 743dcb13..d0960969 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.vb +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb index b89d1715..32629f94 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnap.vb b/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnap.vb index d00757fe..5d40d6b7 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnap.vb +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnap.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnapVB.vbproj b/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnapVB.vbproj index 5a88f955..fcd408a0 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnapVB.vbproj +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/BufferSnapVB.vbproj @@ -63,25 +63,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/My Project/AssemblyInfo.vb b/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/My Project/AssemblyInfo.vb index 8fe2944d..b2f8938b 100644 --- a/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingBufferSnapAgent/VBNet/BufferSnapAgent/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Application.csproj b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Application.csproj index 30846ad7..55e5e02f 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Application.csproj +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Application.csproj @@ -57,31 +57,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.Designer.cs b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.Designer.cs index 4576079f..bc915c15 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.Designer.cs +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.cs b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.cs index 9b8efbb9..452b29d7 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.cs +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/EditingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Program.cs b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Program.cs index 83a42c5d..16096e65 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Program.cs +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Properties/AssemblyInfo.cs b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Properties/AssemblyInfo.cs index 475a94fa..ad69b0ea 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/Application/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.csproj b/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.csproj index ee5add8b..b0ff156d 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.csproj +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.csproj @@ -60,22 +60,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.cs b/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.cs index 712173e0..c4c00888 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.cs +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/Properties/AssemblyInfo.cs b/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/Properties/AssemblyInfo.cs index 2a67f038..7fd8579e 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingCutPolygonsEditTask/CSharp/CutPolygonsWithoutSelection/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/Readme.html b/Net/Controls/EditingCutPolygonsEditTask/Readme.html index 3dce6130..503f28af 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/Readme.html +++ b/Net/Controls/EditingCutPolygonsEditTask/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingCutPolygonsEditTask/Readme.md b/Net/Controls/EditingCutPolygonsEditTask/Readme.md index 297f3a0d..554fe83b 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/Readme.md +++ b/Net/Controls/EditingCutPolygonsEditTask/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/Application.vbproj b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/Application.vbproj index a090af3c..7c6db285 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/Application.vbproj +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/Application.vbproj @@ -62,40 +62,40 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/ApplicationEvents.vb b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/ApplicationEvents.vb +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.Designer.vb b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.Designer.vb index 4773a3d8..ed767c66 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.Designer.vb +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.vb b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.vb index 1071d78c..a3389d2b 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.vb +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/EditingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/My Project/AssemblyInfo.vb b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/My Project/AssemblyInfo.vb index 5e42cae3..a205242c 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/Application/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.vbproj b/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.vbproj index 95514592..3b3345ae 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.vbproj +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelection.vbproj @@ -63,25 +63,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.vb b/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.vb index 84cfe358..24409c6f 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.vb +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/CutPolygonsWithoutSelectionEditTask.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/My Project/AssemblyInfo.vb b/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/My Project/AssemblyInfo.vb index 621852f5..e85aedf6 100644 --- a/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingCutPolygonsEditTask/VBNet/CutPolygonsWithoutSelection/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/CSharp/EditingForm.Designer.cs b/Net/Controls/EditingEditEventListener/CSharp/EditingForm.Designer.cs index 46b01f02..7939fa8a 100644 --- a/Net/Controls/EditingEditEventListener/CSharp/EditingForm.Designer.cs +++ b/Net/Controls/EditingEditEventListener/CSharp/EditingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/CSharp/EditingForm.cs b/Net/Controls/EditingEditEventListener/CSharp/EditingForm.cs index 4ee2512c..8a61c2c6 100644 --- a/Net/Controls/EditingEditEventListener/CSharp/EditingForm.cs +++ b/Net/Controls/EditingEditEventListener/CSharp/EditingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/CSharp/EngineEditEventsListener.csproj b/Net/Controls/EditingEditEventListener/CSharp/EngineEditEventsListener.csproj index 64a98c51..82a2f730 100644 --- a/Net/Controls/EditingEditEventListener/CSharp/EngineEditEventsListener.csproj +++ b/Net/Controls/EditingEditEventListener/CSharp/EngineEditEventsListener.csproj @@ -57,34 +57,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingEditEventListener/CSharp/EventListener.cs b/Net/Controls/EditingEditEventListener/CSharp/EventListener.cs index 992e2508..6a17d838 100644 --- a/Net/Controls/EditingEditEventListener/CSharp/EventListener.cs +++ b/Net/Controls/EditingEditEventListener/CSharp/EventListener.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/CSharp/Program.cs b/Net/Controls/EditingEditEventListener/CSharp/Program.cs index d27291dd..e8d89bdc 100644 --- a/Net/Controls/EditingEditEventListener/CSharp/Program.cs +++ b/Net/Controls/EditingEditEventListener/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/Readme.html b/Net/Controls/EditingEditEventListener/Readme.html index cb63fab1..53cad6eb 100644 --- a/Net/Controls/EditingEditEventListener/Readme.html +++ b/Net/Controls/EditingEditEventListener/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingEditEventListener/Readme.md b/Net/Controls/EditingEditEventListener/Readme.md index ba17f761..50ca44da 100644 --- a/Net/Controls/EditingEditEventListener/Readme.md +++ b/Net/Controls/EditingEditEventListener/Readme.md @@ -8,8 +8,8 @@ This sample provides the ability to understand when various edit events are fire Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingEditEventListener/VBNet/ApplicationEvents.vb b/Net/Controls/EditingEditEventListener/VBNet/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingEditEventListener/VBNet/ApplicationEvents.vb +++ b/Net/Controls/EditingEditEventListener/VBNet/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/VBNet/EditingForm.Designer.vb b/Net/Controls/EditingEditEventListener/VBNet/EditingForm.Designer.vb index 31c94c46..2aa65ccd 100644 --- a/Net/Controls/EditingEditEventListener/VBNet/EditingForm.Designer.vb +++ b/Net/Controls/EditingEditEventListener/VBNet/EditingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/VBNet/EditingForm.vb b/Net/Controls/EditingEditEventListener/VBNet/EditingForm.vb index acb084a5..e14eb368 100644 --- a/Net/Controls/EditingEditEventListener/VBNet/EditingForm.vb +++ b/Net/Controls/EditingEditEventListener/VBNet/EditingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/VBNet/EngineEditEventsListener.vbproj b/Net/Controls/EditingEditEventListener/VBNet/EngineEditEventsListener.vbproj index 96692e4c..7c48bd60 100644 --- a/Net/Controls/EditingEditEventListener/VBNet/EngineEditEventsListener.vbproj +++ b/Net/Controls/EditingEditEventListener/VBNet/EngineEditEventsListener.vbproj @@ -59,40 +59,40 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingEditEventListener/VBNet/EventListener.vb b/Net/Controls/EditingEditEventListener/VBNet/EventListener.vb index 0fff9bb5..174a1d32 100644 --- a/Net/Controls/EditingEditEventListener/VBNet/EventListener.vb +++ b/Net/Controls/EditingEditEventListener/VBNet/EventListener.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingEditEventListener/VBNet/My Project/AssemblyInfo.vb b/Net/Controls/EditingEditEventListener/VBNet/My Project/AssemblyInfo.vb index 5e42cae3..a205242c 100644 --- a/Net/Controls/EditingEditEventListener/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingEditEventListener/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Application/ApplicationCS.csproj b/Net/Controls/EditingManageSnapAgent/CSharp/Application/ApplicationCS.csproj index 49e511cf..2aac4454 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Application/ApplicationCS.csproj +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Application/ApplicationCS.csproj @@ -60,31 +60,31 @@ False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.cs b/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.cs index 2a941a1b..b6c6630f 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.cs +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.designer.cs b/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.designer.cs index 876c3682..1cd05b79 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.designer.cs +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Application/EditingForm.designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Application/Program.cs b/Net/Controls/EditingManageSnapAgent/CSharp/Application/Program.cs index 70d7804c..7f0709bd 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Application/Program.cs +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Application/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Core/CoreCS.csproj b/Net/Controls/EditingManageSnapAgent/CSharp/Core/CoreCS.csproj index 9d885a03..134842ee 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Core/CoreCS.csproj +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Core/CoreCS.csproj @@ -59,31 +59,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.Designer.cs b/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.Designer.cs index f2608aa3..ffcecf06 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.Designer.cs +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.cs b/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.cs index 1623f19b..53c1bd58 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.cs +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapEditorForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapSettingsCommand.cs b/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapSettingsCommand.cs index 5e5185d1..4e427be3 100644 --- a/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapSettingsCommand.cs +++ b/Net/Controls/EditingManageSnapAgent/CSharp/Core/SnapSettingsCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/Readme.html b/Net/Controls/EditingManageSnapAgent/Readme.html index 93d7c0f5..f8ddef7e 100644 --- a/Net/Controls/EditingManageSnapAgent/Readme.html +++ b/Net/Controls/EditingManageSnapAgent/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingManageSnapAgent/Readme.md b/Net/Controls/EditingManageSnapAgent/Readme.md index 2da21112..209a20d1 100644 --- a/Net/Controls/EditingManageSnapAgent/Readme.md +++ b/Net/Controls/EditingManageSnapAgent/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to programmatically add, remove, and turn on  [I Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationEvents.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationEvents.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationVB.vbproj b/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationVB.vbproj index e3260dfb..a62c46b5 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationVB.vbproj +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Application/ApplicationVB.vbproj @@ -61,34 +61,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.Designer.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.Designer.vb index 346fbfe7..e1d8e5f8 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.Designer.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.vb index d7fb746a..fa374504 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Application/EditingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb index 31d13e58..4535af98 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Application/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Core/CoreVB.vbproj b/Net/Controls/EditingManageSnapAgent/VBNet/Core/CoreVB.vbproj index 79ef5ebc..5cef0575 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Core/CoreVB.vbproj +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Core/CoreVB.vbproj @@ -59,31 +59,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Core/My Project/AssemblyInfo.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Core/My Project/AssemblyInfo.vb index b9ebdfc6..7d66eaf5 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Core/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Core/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.Designer.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.Designer.vb index 9a9e94f4..05548bdf 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.Designer.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.vb index 3f89bcd6..ba0ead17 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapEditorForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapSettingsCommand.vb b/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapSettingsCommand.vb index 56e3689b..938fcbdb 100644 --- a/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapSettingsCommand.vb +++ b/Net/Controls/EditingManageSnapAgent/VBNet/Core/SnapSettingsCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Application.csproj b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Application.csproj index 5cbdf7a1..dff97b7d 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Application.csproj +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Application.csproj @@ -57,31 +57,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.Designer.cs b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.Designer.cs index dd5cd24f..1d2cf1a6 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.Designer.cs +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.cs b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.cs index 9fd13511..9e0a1bce 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.cs +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/EditingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Program.cs b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Program.cs index 3471bbb5..31126da2 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Program.cs +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Properties/AssemblyInfo.cs b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Properties/AssemblyInfo.cs index b794cf7b..caddd174 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/Application/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/Properties/AssemblyInfo.cs b/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/Properties/AssemblyInfo.cs index c23a3cc8..36afedc6 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.cs b/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.cs index 529cdcee..d3fab2aa 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.cs +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.csproj b/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.csproj index 1881a5a0..1aae8276 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.csproj +++ b/Net/Controls/EditingReshapePolylineEditTask/CSharp/EngineEditTask/ReshapePolylineEditTask.csproj @@ -60,22 +60,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingReshapePolylineEditTask/Readme.html b/Net/Controls/EditingReshapePolylineEditTask/Readme.html index b6d08626..56eb0866 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/Readme.html +++ b/Net/Controls/EditingReshapePolylineEditTask/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingReshapePolylineEditTask/Readme.md b/Net/Controls/EditingReshapePolylineEditTask/Readme.md index b0bd003a..d6683d1f 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/Readme.md +++ b/Net/Controls/EditingReshapePolylineEditTask/Readme.md @@ -8,8 +8,8 @@ This sample illustrates how to create a custom ArcGIS Engine edit task that can Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/Application.vbproj b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/Application.vbproj index e1c2bc16..f5476f46 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/Application.vbproj +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/Application.vbproj @@ -61,34 +61,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/ApplicationEvents.vb b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/ApplicationEvents.vb +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.Designer.vb b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.Designer.vb index 8d4b44a5..15eddb54 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.Designer.vb +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.vb b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.vb index 4eb68f06..96657a03 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.vb +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/EditingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/My Project/AssemblyInfo.vb b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/My Project/AssemblyInfo.vb index b89d1715..32629f94 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/Application/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/My Project/AssemblyInfo.vb b/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/My Project/AssemblyInfo.vb index 75dfbf82..acee16e1 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vb b/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vb index 8e37fc79..94ede5e7 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vb +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vbproj b/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vbproj index ca9160d8..6a6cb177 100644 --- a/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vbproj +++ b/Net/Controls/EditingReshapePolylineEditTask/VBNet/EngineEditTask/ReshapePolylineEditTask.vbproj @@ -63,25 +63,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.Designer.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.Designer.cs index 67b014d5..37a4ea82 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.Designer.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.cs index ac85f3dd..399d5751 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplication.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplicationCS.csproj b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplicationCS.csproj index e0efcbd6..55c3430e 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplicationCS.csproj +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/EngineApplicationCS.csproj @@ -57,37 +57,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/Program.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/Program.cs index a52a2788..7c9d22a2 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/Program.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/EngineApplication/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/AttachTabbedInspectorExtensionCommand.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/AttachTabbedInspectorExtensionCommand.cs index b632b2fc..f2e5dd47 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/AttachTabbedInspectorExtensionCommand.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/AttachTabbedInspectorExtensionCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/IApplicationServices.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/IApplicationServices.cs index 39d8c6cd..8a0739f7 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/IApplicationServices.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/IApplicationServices.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.Designer.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.Designer.cs index dfcd007f..8af9b185 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.Designer.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.cs b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.cs index 56826d67..d017cced 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.cs +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspector.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspectorCS.csproj b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspectorCS.csproj index 83a41211..eccb1a60 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspectorCS.csproj +++ b/Net/Controls/EditingTabbedFeatureInspector/CSharp/TabbedInspector/TabbedInspectorCS.csproj @@ -59,28 +59,28 @@ false - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingTabbedFeatureInspector/Readme.html b/Net/Controls/EditingTabbedFeatureInspector/Readme.html index f4d6a2ac..3102d22d 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/Readme.html +++ b/Net/Controls/EditingTabbedFeatureInspector/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingTabbedFeatureInspector/Readme.md b/Net/Controls/EditingTabbedFeatureInspector/Readme.md index ca786b37..da6b56d5 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/Readme.md +++ b/Net/Controls/EditingTabbedFeatureInspector/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/ApplicationEvents.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/ApplicationEvents.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.Designer.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.Designer.vb index 084d7d57..5e0768ee 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.Designer.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vb index df8e3a02..aef32286 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vbproj b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vbproj index c9e5c42c..7957041a 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vbproj +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/EngineApplication.vbproj @@ -59,16 +59,16 @@ false - + False - + False - + False - + False diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/My Project/AssemblyInfo.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/My Project/AssemblyInfo.vb index 3ccb9540..ac520c07 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/EngineApplication/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/AttachTabbedInspectorExtensionCommand.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/AttachTabbedInspectorExtensionCommand.vb index b4a32d61..931e2df2 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/AttachTabbedInspectorExtensionCommand.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/AttachTabbedInspectorExtensionCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/IApplicationServices.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/IApplicationServices.vb index 62093ceb..d4f3e2c8 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/IApplicationServices.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/IApplicationServices.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/My Project/AssemblyInfo.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/My Project/AssemblyInfo.vb index b62b2bcc..e2496d3a 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.Designer.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.Designer.vb index f1262abd..d677ee01 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.Designer.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vb index 17235cad..5d10c5d9 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vbproj b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vbproj index 45732cb3..def6d55a 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vbproj +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspector.vbproj @@ -60,28 +60,28 @@ false - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspectorCLSID.vb b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspectorCLSID.vb index fa923ecf..0348e162 100644 --- a/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspectorCLSID.vb +++ b/Net/Controls/EditingTabbedFeatureInspector/VBNet/TabbedInspector/TabbedInspectorCLSID.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/EditCmd.cs b/Net/Controls/EditingUsingCustomForm/CSharp/EditCmd.cs index a3ff6409..935a6790 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/EditCmd.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/EditCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/EditHelper.cs b/Net/Controls/EditingUsingCustomForm/CSharp/EditHelper.cs index 5b042859..b9a702e1 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/EditHelper.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/EditHelper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/EditingUsingCustomForm.csproj b/Net/Controls/EditingUsingCustomForm/CSharp/EditingUsingCustomForm.csproj index c17d50a6..dd344f0f 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/EditingUsingCustomForm.csproj +++ b/Net/Controls/EditingUsingCustomForm/CSharp/EditingUsingCustomForm.csproj @@ -59,37 +59,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.Designer.cs b/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.Designer.cs index c6dcddae..4c2b8148 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.Designer.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.cs b/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.cs index 7db3ce7b..5ca3dc55 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/EditorForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.Designer.cs b/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.Designer.cs index 24208adb..03ba0d7d 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.Designer.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.cs b/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.cs index 0d880cf6..9e37e2e8 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/MainForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/Program.cs b/Net/Controls/EditingUsingCustomForm/CSharp/Program.cs index 27fd05a4..fbfd9716 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/Program.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/CSharp/Properties/AssemblyInfo.cs b/Net/Controls/EditingUsingCustomForm/CSharp/Properties/AssemblyInfo.cs index 1010ebbe..3e8016ff 100644 --- a/Net/Controls/EditingUsingCustomForm/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingUsingCustomForm/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/Readme.html b/Net/Controls/EditingUsingCustomForm/Readme.html index 7591a4fe..4d8fb476 100644 --- a/Net/Controls/EditingUsingCustomForm/Readme.html +++ b/Net/Controls/EditingUsingCustomForm/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingUsingCustomForm/Readme.md b/Net/Controls/EditingUsingCustomForm/Readme.md index 993287bd..a6d33b9c 100644 --- a/Net/Controls/EditingUsingCustomForm/Readme.md +++ b/Net/Controls/EditingUsingCustomForm/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to hide the complexity of editing in an ArcGIS Engi Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/ApplicationEvents.vb b/Net/Controls/EditingUsingCustomForm/VBNet/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/ApplicationEvents.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/EditCmd.vb b/Net/Controls/EditingUsingCustomForm/VBNet/EditCmd.vb index d0f381fc..2e1fc935 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/EditCmd.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/EditCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/EditHelper.vb b/Net/Controls/EditingUsingCustomForm/VBNet/EditHelper.vb index bb547e23..b579e953 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/EditHelper.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/EditHelper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/EditingUsingCustomForm.vbproj b/Net/Controls/EditingUsingCustomForm/VBNet/EditingUsingCustomForm.vbproj index 5e63623d..3a8b69b7 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/EditingUsingCustomForm.vbproj +++ b/Net/Controls/EditingUsingCustomForm/VBNet/EditingUsingCustomForm.vbproj @@ -59,40 +59,40 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.Designer.vb b/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.Designer.vb index 4d60e3e6..72af7bf6 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.Designer.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.vb b/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.vb index b85526dd..294a8ba2 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/EditorForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.Designer.vb b/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.Designer.vb index 734b2385..43b34e58 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.Designer.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.vb b/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.vb index 0bb639be..775edd28 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/MainForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingUsingCustomForm/VBNet/My Project/AssemblyInfo.vb b/Net/Controls/EditingUsingCustomForm/VBNet/My Project/AssemblyInfo.vb index 127f2794..f72b7991 100644 --- a/Net/Controls/EditingUsingCustomForm/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingUsingCustomForm/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Application/Application.csproj b/Net/Controls/EditingVertexCommands/CSharp/Application/Application.csproj index bc8c70dd..733a89a4 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Application/Application.csproj +++ b/Net/Controls/EditingVertexCommands/CSharp/Application/Application.csproj @@ -57,31 +57,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.Designer.cs b/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.Designer.cs index a095fbde..74fc4654 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.Designer.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.cs b/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.cs index 2f0334a8..495336bf 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Application/EditingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Application/Program.cs b/Net/Controls/EditingVertexCommands/CSharp/Application/Program.cs index 3471bbb5..31126da2 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Application/Program.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Application/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Application/Properties/AssemblyInfo.cs b/Net/Controls/EditingVertexCommands/CSharp/Application/Properties/AssemblyInfo.cs index b794cf7b..caddd174 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Application/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Application/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Commands/CustomVertexCommands.cs b/Net/Controls/EditingVertexCommands/CSharp/Commands/CustomVertexCommands.cs index de23f7af..f2157170 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Commands/CustomVertexCommands.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Commands/CustomVertexCommands.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Commands/Properties/AssemblyInfo.cs b/Net/Controls/EditingVertexCommands/CSharp/Commands/Properties/AssemblyInfo.cs index 1bd469b5..2233d004 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Commands/Properties/AssemblyInfo.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Commands/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Commands/UsingOutOfBoxVertexCommands.cs b/Net/Controls/EditingVertexCommands/CSharp/Commands/UsingOutOfBoxVertexCommands.cs index 04cbf061..c82be0f2 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Commands/UsingOutOfBoxVertexCommands.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Commands/UsingOutOfBoxVertexCommands.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommands.csproj b/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommands.csproj index 582db6fc..8522f2b0 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommands.csproj +++ b/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommands.csproj @@ -59,31 +59,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommandsMenu.cs b/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommandsMenu.cs index 16b132a7..376b745a 100644 --- a/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommandsMenu.cs +++ b/Net/Controls/EditingVertexCommands/CSharp/Commands/VertexCommandsMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/Readme.html b/Net/Controls/EditingVertexCommands/Readme.html index 384f84d2..adc8767c 100644 --- a/Net/Controls/EditingVertexCommands/Readme.html +++ b/Net/Controls/EditingVertexCommands/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/EditingVertexCommands/Readme.md b/Net/Controls/EditingVertexCommands/Readme.md index adbb3f71..f74a8f3a 100644 --- a/Net/Controls/EditingVertexCommands/Readme.md +++ b/Net/Controls/EditingVertexCommands/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/EditingVertexCommands/VBNet/Application/Application.vbproj b/Net/Controls/EditingVertexCommands/VBNet/Application/Application.vbproj index d952ae62..c2731814 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Application/Application.vbproj +++ b/Net/Controls/EditingVertexCommands/VBNet/Application/Application.vbproj @@ -59,34 +59,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingVertexCommands/VBNet/Application/ApplicationEvents.vb b/Net/Controls/EditingVertexCommands/VBNet/Application/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Application/ApplicationEvents.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Application/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.Designer.vb b/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.Designer.vb index a6d301eb..b8357ae8 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.Designer.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.vb b/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.vb index 69aca1dc..bf91a57b 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Application/EditingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Application/My Project/AssemblyInfo.vb b/Net/Controls/EditingVertexCommands/VBNet/Application/My Project/AssemblyInfo.vb index b89d1715..32629f94 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Application/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Application/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Commands/CustomVertexCommands.vb b/Net/Controls/EditingVertexCommands/VBNet/Commands/CustomVertexCommands.vb index 7201fc74..04d6e96a 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Commands/CustomVertexCommands.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Commands/CustomVertexCommands.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Commands/My Project/AssemblyInfo.vb b/Net/Controls/EditingVertexCommands/VBNet/Commands/My Project/AssemblyInfo.vb index af94bd22..dd8e441a 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Commands/My Project/AssemblyInfo.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Commands/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Commands/UsingOutOfBoxVertexCommands.vb b/Net/Controls/EditingVertexCommands/VBNet/Commands/UsingOutOfBoxVertexCommands.vb index 5eebebb8..77745da2 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Commands/UsingOutOfBoxVertexCommands.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Commands/UsingOutOfBoxVertexCommands.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommands.vbproj b/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommands.vbproj index c0ceb66c..eeaa938b 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommands.vbproj +++ b/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommands.vbproj @@ -60,31 +60,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommandsMenu.vb b/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommandsMenu.vb index 8135edd3..2f377edc 100644 --- a/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommandsMenu.vb +++ b/Net/Controls/EditingVertexCommands/VBNet/Commands/VertexCommandsMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlAnimation/CSharp/Animation.cs b/Net/Controls/GlobeControlAnimation/CSharp/Animation.cs index 57c83491..22ee2dd3 100644 --- a/Net/Controls/GlobeControlAnimation/CSharp/Animation.cs +++ b/Net/Controls/GlobeControlAnimation/CSharp/Animation.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlAnimation/CSharp/AssemblyInfo.cs b/Net/Controls/GlobeControlAnimation/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/GlobeControlAnimation/CSharp/AssemblyInfo.cs +++ b/Net/Controls/GlobeControlAnimation/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlAnimation/CSharp/GlobeControlAnimation.csproj b/Net/Controls/GlobeControlAnimation/CSharp/GlobeControlAnimation.csproj index a2408322..e5f1a692 100644 --- a/Net/Controls/GlobeControlAnimation/CSharp/GlobeControlAnimation.csproj +++ b/Net/Controls/GlobeControlAnimation/CSharp/GlobeControlAnimation.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/GlobeControlAnimation/Readme.html b/Net/Controls/GlobeControlAnimation/Readme.html index 6a817859..29eff710 100644 --- a/Net/Controls/GlobeControlAnimation/Readme.html +++ b/Net/Controls/GlobeControlAnimation/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/GlobeControlAnimation/Readme.md b/Net/Controls/GlobeControlAnimation/Readme.md index 6243d421..ac8cae91 100644 --- a/Net/Controls/GlobeControlAnimation/Readme.md +++ b/Net/Controls/GlobeControlAnimation/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/GlobeControlAnimation/VBNet/Animation.vb b/Net/Controls/GlobeControlAnimation/VBNet/Animation.vb index b2e9cf98..4d0d6946 100644 --- a/Net/Controls/GlobeControlAnimation/VBNet/Animation.vb +++ b/Net/Controls/GlobeControlAnimation/VBNet/Animation.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlAnimation/VBNet/AssemblyInfo.vb b/Net/Controls/GlobeControlAnimation/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/GlobeControlAnimation/VBNet/AssemblyInfo.vb +++ b/Net/Controls/GlobeControlAnimation/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlAnimation/VBNet/GlobeControlAnimation.vbproj b/Net/Controls/GlobeControlAnimation/VBNet/GlobeControlAnimation.vbproj index 8c3c3108..a6be8e7c 100644 --- a/Net/Controls/GlobeControlAnimation/VBNet/GlobeControlAnimation.vbproj +++ b/Net/Controls/GlobeControlAnimation/VBNet/GlobeControlAnimation.vbproj @@ -96,7 +96,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -128,7 +128,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/GlobeControlEffects/CSharp/AssemblyInfo.cs b/Net/Controls/GlobeControlEffects/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/GlobeControlEffects/CSharp/AssemblyInfo.cs +++ b/Net/Controls/GlobeControlEffects/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlEffects/CSharp/Effects.cs b/Net/Controls/GlobeControlEffects/CSharp/Effects.cs index abdc000e..f144a3db 100644 --- a/Net/Controls/GlobeControlEffects/CSharp/Effects.cs +++ b/Net/Controls/GlobeControlEffects/CSharp/Effects.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlEffects/CSharp/GlobeControlEffects.csproj b/Net/Controls/GlobeControlEffects/CSharp/GlobeControlEffects.csproj index 07d55fb7..88b0e0da 100644 --- a/Net/Controls/GlobeControlEffects/CSharp/GlobeControlEffects.csproj +++ b/Net/Controls/GlobeControlEffects/CSharp/GlobeControlEffects.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcgis desktop - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/GlobeControlEffects/Readme.html b/Net/Controls/GlobeControlEffects/Readme.html index 8bd70d41..22ff7595 100644 --- a/Net/Controls/GlobeControlEffects/Readme.html +++ b/Net/Controls/GlobeControlEffects/Readme.html @@ -31,8 +31,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -41,7 +41,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/GlobeControlEffects/Readme.md b/Net/Controls/GlobeControlEffects/Readme.md index 1082d030..bfbee3e9 100644 --- a/Net/Controls/GlobeControlEffects/Readme.md +++ b/Net/Controls/GlobeControlEffects/Readme.md @@ -13,8 +13,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/GlobeControlEffects/VBNet/AssemblyInfo.vb b/Net/Controls/GlobeControlEffects/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/GlobeControlEffects/VBNet/AssemblyInfo.vb +++ b/Net/Controls/GlobeControlEffects/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlEffects/VBNet/Effects.vb b/Net/Controls/GlobeControlEffects/VBNet/Effects.vb index 162bc5bd..2ea5c437 100644 --- a/Net/Controls/GlobeControlEffects/VBNet/Effects.vb +++ b/Net/Controls/GlobeControlEffects/VBNet/Effects.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlEffects/VBNet/GlobeControlEffects.vbproj b/Net/Controls/GlobeControlEffects/VBNet/GlobeControlEffects.vbproj index a7a063fa..74948691 100644 --- a/Net/Controls/GlobeControlEffects/VBNet/GlobeControlEffects.vbproj +++ b/Net/Controls/GlobeControlEffects/VBNet/GlobeControlEffects.vbproj @@ -98,7 +98,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcgis desktop - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/GlobeControlNavigation/CSharp/AssemblyInfo.cs b/Net/Controls/GlobeControlNavigation/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/GlobeControlNavigation/CSharp/AssemblyInfo.cs +++ b/Net/Controls/GlobeControlNavigation/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlNavigation/CSharp/GlobeNavigation.csproj b/Net/Controls/GlobeControlNavigation/CSharp/GlobeNavigation.csproj index f6f660b5..0981d43d 100644 --- a/Net/Controls/GlobeControlNavigation/CSharp/GlobeNavigation.csproj +++ b/Net/Controls/GlobeControlNavigation/CSharp/GlobeNavigation.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcgis desktop - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/GlobeControlNavigation/CSharp/Navigation.cs b/Net/Controls/GlobeControlNavigation/CSharp/Navigation.cs index 82e34644..92191238 100644 --- a/Net/Controls/GlobeControlNavigation/CSharp/Navigation.cs +++ b/Net/Controls/GlobeControlNavigation/CSharp/Navigation.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlNavigation/Readme.html b/Net/Controls/GlobeControlNavigation/Readme.html index 7286dae8..332ab055 100644 --- a/Net/Controls/GlobeControlNavigation/Readme.html +++ b/Net/Controls/GlobeControlNavigation/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/GlobeControlNavigation/Readme.md b/Net/Controls/GlobeControlNavigation/Readme.md index 60e3f6ac..3288c330 100644 --- a/Net/Controls/GlobeControlNavigation/Readme.md +++ b/Net/Controls/GlobeControlNavigation/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/GlobeControlNavigation/VBNet/AssemblyInfo.vb b/Net/Controls/GlobeControlNavigation/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/GlobeControlNavigation/VBNet/AssemblyInfo.vb +++ b/Net/Controls/GlobeControlNavigation/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/GlobeControlNavigation/VBNet/GlobeNavigation.vbproj b/Net/Controls/GlobeControlNavigation/VBNet/GlobeNavigation.vbproj index 96948104..366f0a36 100644 --- a/Net/Controls/GlobeControlNavigation/VBNet/GlobeNavigation.vbproj +++ b/Net/Controls/GlobeControlNavigation/VBNet/GlobeNavigation.vbproj @@ -96,7 +96,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -123,7 +123,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/GlobeControlNavigation/VBNet/Navigation.vb b/Net/Controls/GlobeControlNavigation/VBNet/Navigation.vb index ffe98c81..86256023 100644 --- a/Net/Controls/GlobeControlNavigation/VBNet/Navigation.vb +++ b/Net/Controls/GlobeControlNavigation/VBNet/Navigation.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/ControlsSynchronizer.cs b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/ControlsSynchronizer.cs index 781a866e..891d376a 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/ControlsSynchronizer.cs +++ b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/ControlsSynchronizer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/MapAndPageLayoutSynchApp.csproj b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/MapAndPageLayoutSynchApp.csproj index be207581..ef90aa1a 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/MapAndPageLayoutSynchApp.csproj +++ b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/MapAndPageLayoutSynchApp.csproj @@ -98,7 +98,7 @@ false - + False @@ -133,7 +133,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/Maps.cs b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/Maps.cs index cb472ff5..f50ba618 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/Maps.cs +++ b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/Maps.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/OpenNewMapDocument.cs b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/OpenNewMapDocument.cs index e17b5b91..f33e05cd 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/OpenNewMapDocument.cs +++ b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/OpenNewMapDocument.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/assemblyinfo.cs b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/assemblyinfo.cs index 80fdc0a8..b562bd63 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/assemblyinfo.cs +++ b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/assemblyinfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/frmMain.cs b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/frmMain.cs index f5888278..def32fc2 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/CSharp/frmMain.cs +++ b/Net/Controls/MapAndPageLayoutSynchApp/CSharp/frmMain.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/Readme.html b/Net/Controls/MapAndPageLayoutSynchApp/Readme.html index 9fe5f1d1..ea4bd53e 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/Readme.html +++ b/Net/Controls/MapAndPageLayoutSynchApp/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapAndPageLayoutSynchApp/Readme.md b/Net/Controls/MapAndPageLayoutSynchApp/Readme.md index 32db0000..627dca21 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/Readme.md +++ b/Net/Controls/MapAndPageLayoutSynchApp/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/ControlsSynchronizer.vb b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/ControlsSynchronizer.vb index c73249fc..4338079c 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/ControlsSynchronizer.vb +++ b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/ControlsSynchronizer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/MapAndPageLayoutSynchApp.vbproj b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/MapAndPageLayoutSynchApp.vbproj index f7b2500f..4702d6a1 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/MapAndPageLayoutSynchApp.vbproj +++ b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/MapAndPageLayoutSynchApp.vbproj @@ -97,7 +97,7 @@ false - + False @@ -132,7 +132,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/Maps.vb b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/Maps.vb index 6f7a4f25..9969cccb 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/Maps.vb +++ b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/Maps.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/OpenNewMapDocument.vb b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/OpenNewMapDocument.vb index 6903f7ac..495f16d1 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/OpenNewMapDocument.vb +++ b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/OpenNewMapDocument.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/assemblyinfo.vb b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/assemblyinfo.vb index 9d2bf091..432078db 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/assemblyinfo.vb +++ b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/assemblyinfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/frmMain.vb b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/frmMain.vb index ac7f099b..b9e5dbd1 100644 --- a/Net/Controls/MapAndPageLayoutSynchApp/VBNet/frmMain.vb +++ b/Net/Controls/MapAndPageLayoutSynchApp/VBNet/frmMain.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlCADViewer/CSharp/AssemblyInfo.cs b/Net/Controls/MapControlCADViewer/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/MapControlCADViewer/CSharp/AssemblyInfo.cs +++ b/Net/Controls/MapControlCADViewer/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlCADViewer/CSharp/CADView.cs b/Net/Controls/MapControlCADViewer/CSharp/CADView.cs index 4c5a7e62..1a481809 100644 --- a/Net/Controls/MapControlCADViewer/CSharp/CADView.cs +++ b/Net/Controls/MapControlCADViewer/CSharp/CADView.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlCADViewer/CSharp/CADView.csproj b/Net/Controls/MapControlCADViewer/CSharp/CADView.csproj index d5123ca1..6d674cc1 100644 --- a/Net/Controls/MapControlCADViewer/CSharp/CADView.csproj +++ b/Net/Controls/MapControlCADViewer/CSharp/CADView.csproj @@ -99,7 +99,7 @@ false - + False @@ -138,7 +138,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlCADViewer/Readme.html b/Net/Controls/MapControlCADViewer/Readme.html index d5ab814a..67583bfc 100644 --- a/Net/Controls/MapControlCADViewer/Readme.html +++ b/Net/Controls/MapControlCADViewer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapControlCADViewer/Readme.md b/Net/Controls/MapControlCADViewer/Readme.md index 4cc4aab0..651d1273 100644 --- a/Net/Controls/MapControlCADViewer/Readme.md +++ b/Net/Controls/MapControlCADViewer/Readme.md @@ -8,8 +8,8 @@ This sample provides a stand-alone application containing a MapControl that can Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapControlCADViewer/VBNet/AssemblyInfo.vb b/Net/Controls/MapControlCADViewer/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/MapControlCADViewer/VBNet/AssemblyInfo.vb +++ b/Net/Controls/MapControlCADViewer/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlCADViewer/VBNet/CADView.vb b/Net/Controls/MapControlCADViewer/VBNet/CADView.vb index 2a28c3aa..d6c1ee11 100644 --- a/Net/Controls/MapControlCADViewer/VBNet/CADView.vb +++ b/Net/Controls/MapControlCADViewer/VBNet/CADView.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlCADViewer/VBNet/CADView.vbproj b/Net/Controls/MapControlCADViewer/VBNet/CADView.vbproj index 9799baf6..060a6eb6 100644 --- a/Net/Controls/MapControlCADViewer/VBNet/CADView.vbproj +++ b/Net/Controls/MapControlCADViewer/VBNet/CADView.vbproj @@ -92,7 +92,7 @@ false - + False @@ -131,7 +131,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlDrawText/CSharp/AssemblyInfo.cs b/Net/Controls/MapControlDrawText/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/MapControlDrawText/CSharp/AssemblyInfo.cs +++ b/Net/Controls/MapControlDrawText/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlDrawText/CSharp/DrawText.cs b/Net/Controls/MapControlDrawText/CSharp/DrawText.cs index eb37f129..4c2857da 100644 --- a/Net/Controls/MapControlDrawText/CSharp/DrawText.cs +++ b/Net/Controls/MapControlDrawText/CSharp/DrawText.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlDrawText/CSharp/DrawText.csproj b/Net/Controls/MapControlDrawText/CSharp/DrawText.csproj index 92e928c0..d6173fbe 100644 --- a/Net/Controls/MapControlDrawText/CSharp/DrawText.csproj +++ b/Net/Controls/MapControlDrawText/CSharp/DrawText.csproj @@ -99,7 +99,7 @@ false - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/MapControlDrawText/Readme.html b/Net/Controls/MapControlDrawText/Readme.html index 7caf9f9d..ca24183d 100644 --- a/Net/Controls/MapControlDrawText/Readme.html +++ b/Net/Controls/MapControlDrawText/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapControlDrawText/Readme.md b/Net/Controls/MapControlDrawText/Readme.md index ab02ad98..e6076d41 100644 --- a/Net/Controls/MapControlDrawText/Readme.md +++ b/Net/Controls/MapControlDrawText/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapControlDrawText/VBNet/AssemblyInfo.vb b/Net/Controls/MapControlDrawText/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/MapControlDrawText/VBNet/AssemblyInfo.vb +++ b/Net/Controls/MapControlDrawText/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlDrawText/VBNet/DrawText.vb b/Net/Controls/MapControlDrawText/VBNet/DrawText.vb index bbb98e64..8007dd05 100644 --- a/Net/Controls/MapControlDrawText/VBNet/DrawText.vb +++ b/Net/Controls/MapControlDrawText/VBNet/DrawText.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlDrawText/VBNet/DrawText.vbproj b/Net/Controls/MapControlDrawText/VBNet/DrawText.vbproj index bca6814d..edd80b94 100644 --- a/Net/Controls/MapControlDrawText/VBNet/DrawText.vbproj +++ b/Net/Controls/MapControlDrawText/VBNet/DrawText.vbproj @@ -92,7 +92,7 @@ false - + False @@ -123,7 +123,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlGeoEvents/CSharp/AssemblyInfo.cs b/Net/Controls/MapControlGeoEvents/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/MapControlGeoEvents/CSharp/AssemblyInfo.cs +++ b/Net/Controls/MapControlGeoEvents/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.cs b/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.cs index 827113ad..9c887e7f 100644 --- a/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.cs +++ b/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.csproj b/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.csproj index 24ea1753..da6205ef 100644 --- a/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.csproj +++ b/Net/Controls/MapControlGeoEvents/CSharp/GeoEvents.csproj @@ -99,7 +99,7 @@ false - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlGeoEvents/Readme.html b/Net/Controls/MapControlGeoEvents/Readme.html index 74455bf3..dd1a950b 100644 --- a/Net/Controls/MapControlGeoEvents/Readme.html +++ b/Net/Controls/MapControlGeoEvents/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapControlGeoEvents/Readme.md b/Net/Controls/MapControlGeoEvents/Readme.md index 01499a0e..b30dc63b 100644 --- a/Net/Controls/MapControlGeoEvents/Readme.md +++ b/Net/Controls/MapControlGeoEvents/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates adding elements to a map's GraphicsContainer, then movi Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapControlGeoEvents/VBNet/AssemblyInfo.vb b/Net/Controls/MapControlGeoEvents/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/MapControlGeoEvents/VBNet/AssemblyInfo.vb +++ b/Net/Controls/MapControlGeoEvents/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vb b/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vb index ce549b8a..fe04ddae 100644 --- a/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vb +++ b/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vbproj b/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vbproj index a85e7ad9..96309d00 100644 --- a/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vbproj +++ b/Net/Controls/MapControlGeoEvents/VBNet/GeoEvents.vbproj @@ -92,7 +92,7 @@ false - + False @@ -123,7 +123,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlMapTips/CSharp/AssemblyInfo.cs b/Net/Controls/MapControlMapTips/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/MapControlMapTips/CSharp/AssemblyInfo.cs +++ b/Net/Controls/MapControlMapTips/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlMapTips/CSharp/MapTips.cs b/Net/Controls/MapControlMapTips/CSharp/MapTips.cs index c9a1b2f5..a1ada368 100644 --- a/Net/Controls/MapControlMapTips/CSharp/MapTips.cs +++ b/Net/Controls/MapControlMapTips/CSharp/MapTips.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlMapTips/CSharp/MapTips.csproj b/Net/Controls/MapControlMapTips/CSharp/MapTips.csproj index 82b41dd0..262114a1 100644 --- a/Net/Controls/MapControlMapTips/CSharp/MapTips.csproj +++ b/Net/Controls/MapControlMapTips/CSharp/MapTips.csproj @@ -99,7 +99,7 @@ false - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/MapControlMapTips/Readme.html b/Net/Controls/MapControlMapTips/Readme.html index d2d3de47..17a08d04 100644 --- a/Net/Controls/MapControlMapTips/Readme.html +++ b/Net/Controls/MapControlMapTips/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapControlMapTips/Readme.md b/Net/Controls/MapControlMapTips/Readme.md index 9d9952cc..0afc0aed 100644 --- a/Net/Controls/MapControlMapTips/Readme.md +++ b/Net/Controls/MapControlMapTips/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates displaying MapTips in the MapControl using the IMapCont Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapControlMapTips/VBNet/AssemblyInfo.vb b/Net/Controls/MapControlMapTips/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/MapControlMapTips/VBNet/AssemblyInfo.vb +++ b/Net/Controls/MapControlMapTips/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlMapTips/VBNet/MapTips.vb b/Net/Controls/MapControlMapTips/VBNet/MapTips.vb index 1e4cab1e..b20afb13 100644 --- a/Net/Controls/MapControlMapTips/VBNet/MapTips.vb +++ b/Net/Controls/MapControlMapTips/VBNet/MapTips.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlMapTips/VBNet/MapTips.vbproj b/Net/Controls/MapControlMapTips/VBNet/MapTips.vbproj index a74a3c10..681a2291 100644 --- a/Net/Controls/MapControlMapTips/VBNet/MapTips.vbproj +++ b/Net/Controls/MapControlMapTips/VBNet/MapTips.vbproj @@ -92,7 +92,7 @@ false - + False @@ -123,7 +123,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/ContextMenuClass.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/ContextMenuClass.cs index 77d9573d..bdc05dca 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/ContextMenuClass.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/ContextMenuClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/CreateNewDocument.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/CreateNewDocument.cs index 11591a35..1734dcf9 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/CreateNewDocument.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/CreateNewDocument.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/LoadLayerFileCmd.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/LoadLayerFileCmd.cs index 0c013348..461a5edb 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/LoadLayerFileCmd.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/LoadLayerFileCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/MapControlSaveLayerFile.csproj b/Net/Controls/MapControlSaveLayerFile/CSharp/MapControlSaveLayerFile.csproj index 53195360..1e9fc191 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/MapControlSaveLayerFile.csproj +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/MapControlSaveLayerFile.csproj @@ -97,7 +97,7 @@ false - + False @@ -132,7 +132,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/RemoveLayerCmd.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/RemoveLayerCmd.cs index 78548ec4..1c251681 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/RemoveLayerCmd.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/RemoveLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/SaveLayerFileCmd.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/SaveLayerFileCmd.cs index fafc3eda..b71afa05 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/SaveLayerFileCmd.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/SaveLayerFileCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/assemblyinfo.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/assemblyinfo.cs index 80fdc0a8..b562bd63 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/assemblyinfo.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/assemblyinfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/CSharp/frmMain.cs b/Net/Controls/MapControlSaveLayerFile/CSharp/frmMain.cs index 57515899..63f4228a 100644 --- a/Net/Controls/MapControlSaveLayerFile/CSharp/frmMain.cs +++ b/Net/Controls/MapControlSaveLayerFile/CSharp/frmMain.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/Readme.html b/Net/Controls/MapControlSaveLayerFile/Readme.html index 074be092..2c1b9f3f 100644 --- a/Net/Controls/MapControlSaveLayerFile/Readme.html +++ b/Net/Controls/MapControlSaveLayerFile/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapControlSaveLayerFile/Readme.md b/Net/Controls/MapControlSaveLayerFile/Readme.md index b37457f5..bd77ef06 100644 --- a/Net/Controls/MapControlSaveLayerFile/Readme.md +++ b/Net/Controls/MapControlSaveLayerFile/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to create and save a layer file in a stand-alone Ar Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/ContextMenuClass.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/ContextMenuClass.vb index d63cdcd6..c2ed20de 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/ContextMenuClass.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/ContextMenuClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/CreateNewDocument.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/CreateNewDocument.vb index efa09614..1e329d0b 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/CreateNewDocument.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/CreateNewDocument.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/LoadLayerFileCmd.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/LoadLayerFileCmd.vb index cae20258..fda2460a 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/LoadLayerFileCmd.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/LoadLayerFileCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/MapControlSaveLayerFile.vbproj b/Net/Controls/MapControlSaveLayerFile/VBNet/MapControlSaveLayerFile.vbproj index e1e90f29..d7a9f2b8 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/MapControlSaveLayerFile.vbproj +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/MapControlSaveLayerFile.vbproj @@ -96,7 +96,7 @@ false - + False @@ -131,7 +131,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/RemoveLayerCmd.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/RemoveLayerCmd.vb index 9630af5d..44db43e4 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/RemoveLayerCmd.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/RemoveLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/SaveLayerFileCmd.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/SaveLayerFileCmd.vb index 1aa935ab..e01b083e 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/SaveLayerFileCmd.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/SaveLayerFileCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/assemblyinfo.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/assemblyinfo.vb index 9d2bf091..432078db 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/assemblyinfo.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/assemblyinfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapControlSaveLayerFile/VBNet/frmMain.vb b/Net/Controls/MapControlSaveLayerFile/VBNet/frmMain.vb index fd409077..c9247285 100644 --- a/Net/Controls/MapControlSaveLayerFile/VBNet/frmMain.vb +++ b/Net/Controls/MapControlSaveLayerFile/VBNet/frmMain.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AddDateTool.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AddDateTool.cs index 80040237..02456f0c 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AddDateTool.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AddDateTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AssemblyInfo.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AssemblyInfo.cs index a7c6cdf1..adbbd510 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AssemblyInfo.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Commands.csproj b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Commands.csproj index 8437e9c5..b8c97a43 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Commands.csproj +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Commands.csproj @@ -59,25 +59,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Properties/AssemblyInfo.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Properties/AssemblyInfo.cs index 7df2a3a6..e20ac66d 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Properties/AssemblyInfo.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Commands/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/AssemblyInfo.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/AssemblyInfo.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Controls.csproj b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Controls.csproj index fbb5d7be..d7bf5ee5 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Controls.csproj +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Controls.csproj @@ -57,34 +57,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.Designer.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.Designer.cs index 1c5b86a6..30e8b987 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.Designer.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.cs index f44884fe..142728ee 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/MapViewer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Program.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Program.cs index 8d7da233..8354421a 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Program.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Properties/AssemblyInfo.cs b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Properties/AssemblyInfo.cs index b3c1a3de..0e9a3eac 100644 --- a/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Properties/AssemblyInfo.cs +++ b/Net/Controls/MapViewerWalkthrough/CSharp/Controls/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/Readme.html b/Net/Controls/MapViewerWalkthrough/Readme.html index 2db050f7..7b18d827 100644 --- a/Net/Controls/MapViewerWalkthrough/Readme.html +++ b/Net/Controls/MapViewerWalkthrough/Readme.html @@ -39,8 +39,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -49,7 +49,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/MapViewerWalkthrough/Readme.md b/Net/Controls/MapViewerWalkthrough/Readme.md index c9d046fb..379c5637 100644 --- a/Net/Controls/MapViewerWalkthrough/Readme.md +++ b/Net/Controls/MapViewerWalkthrough/Readme.md @@ -21,8 +21,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AddDateTool.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AddDateTool.vb index 3d77c3a6..bc964821 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AddDateTool.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AddDateTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AssemblyInfo.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AssemblyInfo.vb index e92e00e0..ae95fa80 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AssemblyInfo.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/Commands.vbproj b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/Commands.vbproj index 4baf30ee..a7f0ed11 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/Commands.vbproj +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/Commands.vbproj @@ -60,25 +60,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/My Project/AssemblyInfo.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/My Project/AssemblyInfo.vb index 218d7667..3c0804d6 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Commands/My Project/AssemblyInfo.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Commands/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/AssemblyInfo.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/AssemblyInfo.vb index 08c1873e..6dbd2b29 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/AssemblyInfo.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/Controls.vbproj b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/Controls.vbproj index c93f0487..7f7dd7e8 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/Controls.vbproj +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/Controls.vbproj @@ -59,34 +59,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.Designer.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.Designer.vb index 1bcd5dc2..d9e1cac3 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.Designer.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.vb index 582708ea..54c4a22d 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/MapViewer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/My Project/AssemblyInfo.vb b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/My Project/AssemblyInfo.vb index 0dec9996..732e6466 100644 --- a/Net/Controls/MapViewerWalkthrough/VBNet/Controls/My Project/AssemblyInfo.vb +++ b/Net/Controls/MapViewerWalkthrough/VBNet/Controls/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/AssemblyInfo.cs b/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/AssemblyInfo.cs +++ b/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.cs b/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.cs index 7667354d..23627a0e 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.cs +++ b/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.csproj b/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.csproj index ad526621..9b5f98ff 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.csproj +++ b/Net/Controls/PageLayoutControlCopyFocusMap/CSharp/CopyFocusMap.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/Readme.html b/Net/Controls/PageLayoutControlCopyFocusMap/Readme.html index 73e74381..bb6d3d7f 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/Readme.html +++ b/Net/Controls/PageLayoutControlCopyFocusMap/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/Readme.md b/Net/Controls/PageLayoutControlCopyFocusMap/Readme.md index a35fa486..b05d728a 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/Readme.md +++ b/Net/Controls/PageLayoutControlCopyFocusMap/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/AssemblyInfo.vb b/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/AssemblyInfo.vb +++ b/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vb b/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vb index c8edc939..34fefbb5 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vb +++ b/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vbproj b/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vbproj index 26197197..3a36042a 100644 --- a/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vbproj +++ b/Net/Controls/PageLayoutControlCopyFocusMap/VBNet/CopyFocusMap.vbproj @@ -92,7 +92,7 @@ false - + False @@ -123,7 +123,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/AssemblyInfo.cs b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/AssemblyInfo.cs +++ b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMap.cs b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMap.cs index 29b4b4a8..e50a5f3f 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMap.cs +++ b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMap.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMapDocument.csproj b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMapDocument.csproj index d0ffc8c7..f8f6a8a0 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMapDocument.csproj +++ b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/LoadMapDocument.csproj @@ -99,7 +99,7 @@ false - + False @@ -118,7 +118,7 @@ ESRI.ArcGIS.System hklm\dn\arcdev - + False diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/Password.cs b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/Password.cs index a992fb9b..67ff35be 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/Password.cs +++ b/Net/Controls/PageLayoutControlLoadMapDocument/CSharp/Password.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/Readme.html b/Net/Controls/PageLayoutControlLoadMapDocument/Readme.html index 12f98fa7..fac95a3b 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/Readme.html +++ b/Net/Controls/PageLayoutControlLoadMapDocument/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/Readme.md b/Net/Controls/PageLayoutControlLoadMapDocument/Readme.md index 27899ca7..77766b00 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/Readme.md +++ b/Net/Controls/PageLayoutControlLoadMapDocument/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/AssemblyInfo.vb b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/AssemblyInfo.vb index 9c3d47c1..6a4aa59d 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/AssemblyInfo.vb +++ b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMap.vb b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMap.vb index c5b8b429..6635b4f6 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMap.vb +++ b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMap.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMapDocument.vbproj b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMapDocument.vbproj index 909eadd5..491439f6 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMapDocument.vbproj +++ b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/LoadMapDocument.vbproj @@ -94,7 +94,7 @@ false - + False @@ -113,7 +113,7 @@ ESRI.ArcGIS.System hklm\dn\arcdev - + False diff --git a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/Password.vb b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/Password.vb index b96d31de..4de4716c 100644 --- a/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/Password.vb +++ b/Net/Controls/PageLayoutControlLoadMapDocument/VBNet/Password.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlOverview/CSharp/AssemblyInfo.cs b/Net/Controls/PageLayoutControlOverview/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/PageLayoutControlOverview/CSharp/AssemblyInfo.cs +++ b/Net/Controls/PageLayoutControlOverview/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlOverview/CSharp/Overview.cs b/Net/Controls/PageLayoutControlOverview/CSharp/Overview.cs index 03819dfc..9ad9b22b 100644 --- a/Net/Controls/PageLayoutControlOverview/CSharp/Overview.cs +++ b/Net/Controls/PageLayoutControlOverview/CSharp/Overview.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlOverview/CSharp/Overview.csproj b/Net/Controls/PageLayoutControlOverview/CSharp/Overview.csproj index 8577cba6..a1a65f6b 100644 --- a/Net/Controls/PageLayoutControlOverview/CSharp/Overview.csproj +++ b/Net/Controls/PageLayoutControlOverview/CSharp/Overview.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/PageLayoutControlOverview/Readme.html b/Net/Controls/PageLayoutControlOverview/Readme.html index e272996c..c4fd8a9d 100644 --- a/Net/Controls/PageLayoutControlOverview/Readme.html +++ b/Net/Controls/PageLayoutControlOverview/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/PageLayoutControlOverview/Readme.md b/Net/Controls/PageLayoutControlOverview/Readme.md index f9c8d6e3..c2afcd1f 100644 --- a/Net/Controls/PageLayoutControlOverview/Readme.md +++ b/Net/Controls/PageLayoutControlOverview/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/PageLayoutControlOverview/VBNet/AssemblyInfo.vb b/Net/Controls/PageLayoutControlOverview/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/PageLayoutControlOverview/VBNet/AssemblyInfo.vb +++ b/Net/Controls/PageLayoutControlOverview/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vb b/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vb index c1b1ac01..80693503 100644 --- a/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vb +++ b/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vbproj b/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vbproj index 4022a759..27413c21 100644 --- a/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vbproj +++ b/Net/Controls/PageLayoutControlOverview/VBNet/Overview.vbproj @@ -96,7 +96,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -135,7 +135,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/PageLayoutControlPageAppearance/CSharp/AssemblyInfo.cs b/Net/Controls/PageLayoutControlPageAppearance/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/CSharp/AssemblyInfo.cs +++ b/Net/Controls/PageLayoutControlPageAppearance/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.cs b/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.cs index 5d7de0f8..ce663f9a 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.cs +++ b/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.csproj b/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.csproj index bb538f10..e075d41d 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.csproj +++ b/Net/Controls/PageLayoutControlPageAppearance/CSharp/PageAppearance.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcgis desktop - + False @@ -142,7 +142,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/PageLayoutControlPageAppearance/Readme.html b/Net/Controls/PageLayoutControlPageAppearance/Readme.html index 22baaf42..57236d65 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/Readme.html +++ b/Net/Controls/PageLayoutControlPageAppearance/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/PageLayoutControlPageAppearance/Readme.md b/Net/Controls/PageLayoutControlPageAppearance/Readme.md index 08e4e309..5febe907 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/Readme.md +++ b/Net/Controls/PageLayoutControlPageAppearance/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/PageLayoutControlPageAppearance/VBNet/AssemblyInfo.vb b/Net/Controls/PageLayoutControlPageAppearance/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/VBNet/AssemblyInfo.vb +++ b/Net/Controls/PageLayoutControlPageAppearance/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vb b/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vb index 1c43f187..6b8907ec 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vb +++ b/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vbproj b/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vbproj index 62917a7e..b1d5ddaf 100644 --- a/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vbproj +++ b/Net/Controls/PageLayoutControlPageAppearance/VBNet/PageAppearance.vbproj @@ -97,7 +97,7 @@ ..\..\..\..\..\Program Files\ArcGIS\DotNet\ESRI.ArcGIS.3DAnalyst.dll hklm\dn\arcgis desktop - + False @@ -128,13 +128,13 @@ ESRI.ArcGIS.Output hklm\dn\arcgis desktop - + False - + False - + False diff --git a/Net/Controls/PageLayoutControlPrintPreview/CSharp/AssemblyInfo.cs b/Net/Controls/PageLayoutControlPrintPreview/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/CSharp/AssemblyInfo.cs +++ b/Net/Controls/PageLayoutControlPrintPreview/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.cs b/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.cs index e6b62028..e2401275 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.cs +++ b/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.csproj b/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.csproj index 0649ce57..1ba3da17 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.csproj +++ b/Net/Controls/PageLayoutControlPrintPreview/CSharp/PrintPreview.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/PageLayoutControlPrintPreview/Readme.html b/Net/Controls/PageLayoutControlPrintPreview/Readme.html index d268a100..cc967ed9 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/Readme.html +++ b/Net/Controls/PageLayoutControlPrintPreview/Readme.html @@ -31,8 +31,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -41,7 +41,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/PageLayoutControlPrintPreview/Readme.md b/Net/Controls/PageLayoutControlPrintPreview/Readme.md index f6ef15f1..89daefab 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/Readme.md +++ b/Net/Controls/PageLayoutControlPrintPreview/Readme.md @@ -13,8 +13,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/PageLayoutControlPrintPreview/VBNet/AssemblyInfo.vb b/Net/Controls/PageLayoutControlPrintPreview/VBNet/AssemblyInfo.vb index 5b30c21b..3fb678a9 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/VBNet/AssemblyInfo.vb +++ b/Net/Controls/PageLayoutControlPrintPreview/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vb b/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vb index a6b78a9d..6469903e 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vb +++ b/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vbproj b/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vbproj index 64074be9..22dda695 100644 --- a/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vbproj +++ b/Net/Controls/PageLayoutControlPrintPreview/VBNet/PrintPreview.vbproj @@ -98,7 +98,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcgis desktop - + False @@ -141,7 +141,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/PageLayoutControlPrinting/CSharp/AssemblyInfo.cs b/Net/Controls/PageLayoutControlPrinting/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/PageLayoutControlPrinting/CSharp/AssemblyInfo.cs +++ b/Net/Controls/PageLayoutControlPrinting/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.cs b/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.cs index 1bdd9fd1..1306079f 100644 --- a/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.cs +++ b/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.csproj b/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.csproj index c6946f04..1e98a257 100644 --- a/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.csproj +++ b/Net/Controls/PageLayoutControlPrinting/CSharp/PrintPageLayout.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -138,7 +138,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/PageLayoutControlPrinting/Readme.html b/Net/Controls/PageLayoutControlPrinting/Readme.html index 938981de..14df0350 100644 --- a/Net/Controls/PageLayoutControlPrinting/Readme.html +++ b/Net/Controls/PageLayoutControlPrinting/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/PageLayoutControlPrinting/Readme.md b/Net/Controls/PageLayoutControlPrinting/Readme.md index 18c32119..c9aedbef 100644 --- a/Net/Controls/PageLayoutControlPrinting/Readme.md +++ b/Net/Controls/PageLayoutControlPrinting/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/PageLayoutControlPrinting/VBNet/AssemblyInfo.vb b/Net/Controls/PageLayoutControlPrinting/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/PageLayoutControlPrinting/VBNet/AssemblyInfo.vb +++ b/Net/Controls/PageLayoutControlPrinting/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vb b/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vb index 0c6ab64e..b6af9a79 100644 --- a/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vb +++ b/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vbproj b/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vbproj index a5a80302..90ad1bb2 100644 --- a/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vbproj +++ b/Net/Controls/PageLayoutControlPrinting/VBNet/PrintPageLayout.vbproj @@ -96,7 +96,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -131,7 +131,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ReadMe.md b/Net/Controls/ReadMe.md index 1b8aa208..22e2cec7 100644 --- a/Net/Controls/ReadMe.md +++ b/Net/Controls/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Controls -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Controls' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Controls' topic. ## Features diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/AssemblyInfo.cs b/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.cs b/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.cs index d3698864..4c56a1fc 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.cs +++ b/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.csproj b/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.csproj index 5f404067..3b694134 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.csproj +++ b/Net/Controls/SceneControlNavigateAndBookmarks/CSharp/SceneNavigateAndBookmarks.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcgis desktop - + False @@ -126,7 +126,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/Readme.html b/Net/Controls/SceneControlNavigateAndBookmarks/Readme.html index 97338b42..67398888 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/Readme.html +++ b/Net/Controls/SceneControlNavigateAndBookmarks/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/Readme.md b/Net/Controls/SceneControlNavigateAndBookmarks/Readme.md index 0c5bd725..41cfacb2 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/Readme.md +++ b/Net/Controls/SceneControlNavigateAndBookmarks/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates navigating around the SceneControl using the built-in s Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/AssemblyInfo.vb b/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vb b/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vb index 621d2c75..1e8461ac 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vb +++ b/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vbproj b/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vbproj index 7addce0b..084d1faa 100644 --- a/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vbproj +++ b/Net/Controls/SceneControlNavigateAndBookmarks/VBNet/SceneNavigateAndBookmarks.vbproj @@ -96,7 +96,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -119,7 +119,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.cs b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.cs index 4529ced6..93b41b56 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.cs +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.csproj b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.csproj index e03c3c05..e2eb0b96 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.csproj +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AddMapSurrounds.csproj @@ -99,7 +99,7 @@ false - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AssemblyInfo.cs b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateNorthArrow.cs b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateNorthArrow.cs index a794cd08..25ffb404 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateNorthArrow.cs +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateNorthArrow.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleBar.cs b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleBar.cs index a77a3ad3..eb84bae2 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleBar.cs +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleBar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleText.cs b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleText.cs index ca640f21..1d0b2c77 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleText.cs +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/CreateScaleText.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/SymbolForm.cs b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/SymbolForm.cs index 1ff6b57f..35b0b874 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/SymbolForm.cs +++ b/Net/Controls/SymbologyControlAddMapSurrounds/CSharp/SymbolForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/Readme.html b/Net/Controls/SymbologyControlAddMapSurrounds/Readme.html index 8104e312..e84db264 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/Readme.html +++ b/Net/Controls/SymbologyControlAddMapSurrounds/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/Readme.md b/Net/Controls/SymbologyControlAddMapSurrounds/Readme.md index 3a7b4f9c..1d28721f 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/Readme.md +++ b/Net/Controls/SymbologyControlAddMapSurrounds/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vb b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vb index d7674d23..51694665 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vb +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vbproj b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vbproj index 017bfb82..1186bb5d 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vbproj +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AddMapSurrounds.vbproj @@ -94,7 +94,7 @@ false - + False @@ -125,7 +125,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AssemblyInfo.vb b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AssemblyInfo.vb index 541972b3..d001a1df 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/NorthArrows.vb b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/NorthArrows.vb index 327f16a7..91c5261e 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/NorthArrows.vb +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/NorthArrows.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleBars.vb b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleBars.vb index 9171b19c..2a7a5776 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleBars.vb +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleBars.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleText.vb b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleText.vb index 1c2fb35c..7b3d5816 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleText.vb +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/ScaleText.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/SymbolForm.vb b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/SymbolForm.vb index dec0a3a1..970df57e 100644 --- a/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/SymbolForm.vb +++ b/Net/Controls/SymbologyControlAddMapSurrounds/VBNet/SymbolForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.cs b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.cs index 86d8a317..138d9c1a 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.cs +++ b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.csproj b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.csproj index 54cfba2a..296690fa 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.csproj +++ b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AreaLinePatches.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AssemblyInfo.cs b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/SymbolForm.cs b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/SymbolForm.cs index 9c99fd3a..16ed6372 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/CSharp/SymbolForm.cs +++ b/Net/Controls/SymbologyControlAreaLinePatches/CSharp/SymbolForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAreaLinePatches/Readme.html b/Net/Controls/SymbologyControlAreaLinePatches/Readme.html index e1a3553b..839a1965 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/Readme.html +++ b/Net/Controls/SymbologyControlAreaLinePatches/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SymbologyControlAreaLinePatches/Readme.md b/Net/Controls/SymbologyControlAreaLinePatches/Readme.md index 040322de..a4fa2cdd 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/Readme.md +++ b/Net/Controls/SymbologyControlAreaLinePatches/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vb b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vb index d2fd4cf5..fc4f22c1 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vb +++ b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vbproj b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vbproj index e02b2763..639c8aeb 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vbproj +++ b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AreaLinePatches.vbproj @@ -94,7 +94,7 @@ false - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AssemblyInfo.vb b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AssemblyInfo.vb index 229f3220..71a5f3c5 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/SymbolForm.vb b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/SymbolForm.vb index b6839f75..b730b930 100644 --- a/Net/Controls/SymbologyControlAreaLinePatches/VBNet/SymbolForm.vb +++ b/Net/Controls/SymbologyControlAreaLinePatches/VBNet/SymbolForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlColorRamps/CSharp/AssemblyInfo.cs b/Net/Controls/SymbologyControlColorRamps/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SymbologyControlColorRamps/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SymbologyControlColorRamps/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.cs b/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.cs index 68a1aa7b..ef4e3f33 100644 --- a/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.cs +++ b/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.csproj b/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.csproj index f42c28de..43c83c03 100644 --- a/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.csproj +++ b/Net/Controls/SymbologyControlColorRamps/CSharp/ColorRamps.csproj @@ -99,7 +99,7 @@ false - + False @@ -138,7 +138,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/SymbologyControlColorRamps/CSharp/SymbolForm.cs b/Net/Controls/SymbologyControlColorRamps/CSharp/SymbolForm.cs index 963749f8..eb0a287c 100644 --- a/Net/Controls/SymbologyControlColorRamps/CSharp/SymbolForm.cs +++ b/Net/Controls/SymbologyControlColorRamps/CSharp/SymbolForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlColorRamps/Readme.html b/Net/Controls/SymbologyControlColorRamps/Readme.html index 15a6b344..ee6b3fda 100644 --- a/Net/Controls/SymbologyControlColorRamps/Readme.html +++ b/Net/Controls/SymbologyControlColorRamps/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SymbologyControlColorRamps/Readme.md b/Net/Controls/SymbologyControlColorRamps/Readme.md index 4765c205..ffc04bc2 100644 --- a/Net/Controls/SymbologyControlColorRamps/Readme.md +++ b/Net/Controls/SymbologyControlColorRamps/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SymbologyControlColorRamps/VBNet/AssemblyInfo.vb b/Net/Controls/SymbologyControlColorRamps/VBNet/AssemblyInfo.vb index 0eae15b8..4ee9f03d 100644 --- a/Net/Controls/SymbologyControlColorRamps/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SymbologyControlColorRamps/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vb b/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vb index a1b538ac..4d7c5976 100644 --- a/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vb +++ b/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vbproj b/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vbproj index 2f7e8eae..8e96c895 100644 --- a/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vbproj +++ b/Net/Controls/SymbologyControlColorRamps/VBNet/ColorRamps.vbproj @@ -94,7 +94,7 @@ false - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/SymbologyControlColorRamps/VBNet/SymbolForm.vb b/Net/Controls/SymbologyControlColorRamps/VBNet/SymbolForm.vb index 2688f1b3..ad558c4c 100644 --- a/Net/Controls/SymbologyControlColorRamps/VBNet/SymbolForm.vb +++ b/Net/Controls/SymbologyControlColorRamps/VBNet/SymbolForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlFrameProperties/CSharp/AssemblyInfo.cs b/Net/Controls/SymbologyControlFrameProperties/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SymbologyControlFrameProperties/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SymbologyControlFrameProperties/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.cs b/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.cs index fa9b2f96..0e962db1 100644 --- a/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.cs +++ b/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.csproj b/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.csproj index e84bef17..b367c040 100644 --- a/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.csproj +++ b/Net/Controls/SymbologyControlFrameProperties/CSharp/FrameProperties.csproj @@ -104,7 +104,7 @@ hklm\dn\arcengine False - + False @@ -143,7 +143,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/SymbologyControlFrameProperties/Readme.html b/Net/Controls/SymbologyControlFrameProperties/Readme.html index 038c2c94..e7cdd849 100644 --- a/Net/Controls/SymbologyControlFrameProperties/Readme.html +++ b/Net/Controls/SymbologyControlFrameProperties/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SymbologyControlFrameProperties/Readme.md b/Net/Controls/SymbologyControlFrameProperties/Readme.md index 82f9dd61..2415cf23 100644 --- a/Net/Controls/SymbologyControlFrameProperties/Readme.md +++ b/Net/Controls/SymbologyControlFrameProperties/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SymbologyControlFrameProperties/VBNet/AssemblyInfo.vb b/Net/Controls/SymbologyControlFrameProperties/VBNet/AssemblyInfo.vb index df1a42b1..d541d45d 100644 --- a/Net/Controls/SymbologyControlFrameProperties/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SymbologyControlFrameProperties/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vb b/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vb index ce436cf6..3679082e 100644 --- a/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vb +++ b/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vbproj b/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vbproj index 62f6bda3..94dd87ed 100644 --- a/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vbproj +++ b/Net/Controls/SymbologyControlFrameProperties/VBNet/FrameProperties.vbproj @@ -98,7 +98,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -137,7 +137,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/SymbologyControlLayerRendering/CSharp/AssemblyInfo.cs b/Net/Controls/SymbologyControlLayerRendering/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SymbologyControlLayerRendering/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SymbologyControlLayerRendering/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.cs b/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.cs index 8a2879f2..ce76cff6 100644 --- a/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.cs +++ b/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.csproj b/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.csproj index 7fe13658..5615ef6d 100644 --- a/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.csproj +++ b/Net/Controls/SymbologyControlLayerRendering/CSharp/LayerRendering.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/SymbologyControlLayerRendering/CSharp/SymbolForm.cs b/Net/Controls/SymbologyControlLayerRendering/CSharp/SymbolForm.cs index 5006e7ee..c00bfb86 100644 --- a/Net/Controls/SymbologyControlLayerRendering/CSharp/SymbolForm.cs +++ b/Net/Controls/SymbologyControlLayerRendering/CSharp/SymbolForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlLayerRendering/Readme.html b/Net/Controls/SymbologyControlLayerRendering/Readme.html index 11ed2a62..efb66bab 100644 --- a/Net/Controls/SymbologyControlLayerRendering/Readme.html +++ b/Net/Controls/SymbologyControlLayerRendering/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SymbologyControlLayerRendering/Readme.md b/Net/Controls/SymbologyControlLayerRendering/Readme.md index 98d90f89..dcf49d94 100644 --- a/Net/Controls/SymbologyControlLayerRendering/Readme.md +++ b/Net/Controls/SymbologyControlLayerRendering/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SymbologyControlLayerRendering/VBNet/AssemblyInfo.vb b/Net/Controls/SymbologyControlLayerRendering/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/SymbologyControlLayerRendering/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SymbologyControlLayerRendering/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vb b/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vb index db93a392..428159b9 100644 --- a/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vb +++ b/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vbproj b/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vbproj index dea00171..0b7437e1 100644 --- a/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vbproj +++ b/Net/Controls/SymbologyControlLayerRendering/VBNet/LayerRendering.vbproj @@ -92,36 +92,36 @@ false - + False ESRI.ArcGIS.AxControls hklm\dn\arcengine - + False - + False - + False ESRI.ArcGIS.Geodatabase hklm\dn\arcengine - + False - + False - + False - + False diff --git a/Net/Controls/SymbologyControlLayerRendering/VBNet/SymbolForm.vb b/Net/Controls/SymbologyControlLayerRendering/VBNet/SymbolForm.vb index fc73228f..a3275b09 100644 --- a/Net/Controls/SymbologyControlLayerRendering/VBNet/SymbolForm.vb +++ b/Net/Controls/SymbologyControlLayerRendering/VBNet/SymbolForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/CSharp/AssemblyInfo.cs b/Net/Controls/SymbologyControlTextSymbols/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/SymbologyControlTextSymbols/CSharp/AssemblyInfo.cs +++ b/Net/Controls/SymbologyControlTextSymbols/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/CSharp/SymbolForm.cs b/Net/Controls/SymbologyControlTextSymbols/CSharp/SymbolForm.cs index 00033286..635260f5 100644 --- a/Net/Controls/SymbologyControlTextSymbols/CSharp/SymbolForm.cs +++ b/Net/Controls/SymbologyControlTextSymbols/CSharp/SymbolForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.cs b/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.cs index e9689b70..2e8d3312 100644 --- a/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.cs +++ b/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.csproj b/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.csproj index 6ca12467..85d04955 100644 --- a/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.csproj +++ b/Net/Controls/SymbologyControlTextSymbols/CSharp/TextSymbols.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/SymbologyControlTextSymbols/Readme.html b/Net/Controls/SymbologyControlTextSymbols/Readme.html index a898ab05..01eb163c 100644 --- a/Net/Controls/SymbologyControlTextSymbols/Readme.html +++ b/Net/Controls/SymbologyControlTextSymbols/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/SymbologyControlTextSymbols/Readme.md b/Net/Controls/SymbologyControlTextSymbols/Readme.md index 99e2061a..0763a007 100644 --- a/Net/Controls/SymbologyControlTextSymbols/Readme.md +++ b/Net/Controls/SymbologyControlTextSymbols/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/SymbologyControlTextSymbols/VBNet/AssemblyInfo.vb b/Net/Controls/SymbologyControlTextSymbols/VBNet/AssemblyInfo.vb index 4b72ef93..1ade0ce5 100644 --- a/Net/Controls/SymbologyControlTextSymbols/VBNet/AssemblyInfo.vb +++ b/Net/Controls/SymbologyControlTextSymbols/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/VBNet/SymbolForm.vb b/Net/Controls/SymbologyControlTextSymbols/VBNet/SymbolForm.vb index c6ac57b9..32c11838 100644 --- a/Net/Controls/SymbologyControlTextSymbols/VBNet/SymbolForm.vb +++ b/Net/Controls/SymbologyControlTextSymbols/VBNet/SymbolForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vb b/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vb index e9977e87..1bd647d0 100644 --- a/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vb +++ b/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vbproj b/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vbproj index 9a53cda5..02c8b905 100644 --- a/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vbproj +++ b/Net/Controls/SymbologyControlTextSymbols/VBNet/TextSymbols.vbproj @@ -94,7 +94,7 @@ false - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/TOCControlContextMenu/CSharp/AssemblyInfo.cs b/Net/Controls/TOCControlContextMenu/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/AssemblyInfo.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/ContextMenu.csproj b/Net/Controls/TOCControlContextMenu/CSharp/ContextMenu.csproj index 1bad2b49..c4defd29 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/ContextMenu.csproj +++ b/Net/Controls/TOCControlContextMenu/CSharp/ContextMenu.csproj @@ -99,7 +99,7 @@ false - + False @@ -114,7 +114,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/TOCControlContextMenu/CSharp/LayerSelectable.cs b/Net/Controls/TOCControlContextMenu/CSharp/LayerSelectable.cs index 7e129c8f..c21d2362 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/LayerSelectable.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/LayerSelectable.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/LayerVisibility.cs b/Net/Controls/TOCControlContextMenu/CSharp/LayerVisibility.cs index 00bf7709..c95af973 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/LayerVisibility.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/LayerVisibility.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/Program.cs b/Net/Controls/TOCControlContextMenu/CSharp/Program.cs index c61d3c32..9e9d11ea 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/Program.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/RemoveLayer.cs b/Net/Controls/TOCControlContextMenu/CSharp/RemoveLayer.cs index 097f8800..4ee3a75b 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/RemoveLayer.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/RemoveLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/ScaleThresholds.cs b/Net/Controls/TOCControlContextMenu/CSharp/ScaleThresholds.cs index 920dccda..f75a67b1 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/ScaleThresholds.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/ScaleThresholds.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.Designer.cs b/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.Designer.cs index 874afa78..5efe8715 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.Designer.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.cs b/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.cs index d5b91e12..c26c909d 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/TOCContextMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/CSharp/ZoomToLayer.cs b/Net/Controls/TOCControlContextMenu/CSharp/ZoomToLayer.cs index 1dc0cdb5..10ee42f9 100644 --- a/Net/Controls/TOCControlContextMenu/CSharp/ZoomToLayer.cs +++ b/Net/Controls/TOCControlContextMenu/CSharp/ZoomToLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/Readme.html b/Net/Controls/TOCControlContextMenu/Readme.html index 8d6b4a8c..00f2232c 100644 --- a/Net/Controls/TOCControlContextMenu/Readme.html +++ b/Net/Controls/TOCControlContextMenu/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/TOCControlContextMenu/Readme.md b/Net/Controls/TOCControlContextMenu/Readme.md index ba11dec6..1d89e623 100644 --- a/Net/Controls/TOCControlContextMenu/Readme.md +++ b/Net/Controls/TOCControlContextMenu/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/TOCControlContextMenu/VBNet/AssemblyInfo.vb b/Net/Controls/TOCControlContextMenu/VBNet/AssemblyInfo.vb index 4a7493e4..88724a35 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/AssemblyInfo.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/VBNet/ContextMenu.vbproj b/Net/Controls/TOCControlContextMenu/VBNet/ContextMenu.vbproj index 75e962b7..d3ee53f1 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/ContextMenu.vbproj +++ b/Net/Controls/TOCControlContextMenu/VBNet/ContextMenu.vbproj @@ -94,7 +94,7 @@ false - + False @@ -109,7 +109,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -124,7 +124,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/TOCControlContextMenu/VBNet/LayerSelectable.vb b/Net/Controls/TOCControlContextMenu/VBNet/LayerSelectable.vb index f29242a9..16c69be2 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/LayerSelectable.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/LayerSelectable.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/VBNet/LayerVisibility.vb b/Net/Controls/TOCControlContextMenu/VBNet/LayerVisibility.vb index a108fc90..07a0f0da 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/LayerVisibility.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/LayerVisibility.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/VBNet/RemoveLayer.vb b/Net/Controls/TOCControlContextMenu/VBNet/RemoveLayer.vb index ce685c4a..84dfe5d6 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/RemoveLayer.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/RemoveLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/VBNet/ScaleThresholds.vb b/Net/Controls/TOCControlContextMenu/VBNet/ScaleThresholds.vb index 8e0221d2..e8a3cf52 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/ScaleThresholds.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/ScaleThresholds.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/VBNet/TOCContextMenuForm.vb b/Net/Controls/TOCControlContextMenu/VBNet/TOCContextMenuForm.vb index b75b98d1..78e4a536 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/TOCContextMenuForm.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/TOCContextMenuForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlContextMenu/VBNet/ZoomToLayer.vb b/Net/Controls/TOCControlContextMenu/VBNet/ZoomToLayer.vb index eb0e5d9c..424635db 100644 --- a/Net/Controls/TOCControlContextMenu/VBNet/ZoomToLayer.vb +++ b/Net/Controls/TOCControlContextMenu/VBNet/ZoomToLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlLayerDragDrop/CSharp/AssemblyInfo.cs b/Net/Controls/TOCControlLayerDragDrop/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/TOCControlLayerDragDrop/CSharp/AssemblyInfo.cs +++ b/Net/Controls/TOCControlLayerDragDrop/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.cs b/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.cs index ced6d477..55716d70 100644 --- a/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.cs +++ b/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.csproj b/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.csproj index 4902373c..41239ae0 100644 --- a/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.csproj +++ b/Net/Controls/TOCControlLayerDragDrop/CSharp/LayerDragDrop.csproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.3DAnalyst hklm\dn\arcengine - + False @@ -142,7 +142,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/TOCControlLayerDragDrop/Readme.html b/Net/Controls/TOCControlLayerDragDrop/Readme.html index 349f4cc2..473a0385 100644 --- a/Net/Controls/TOCControlLayerDragDrop/Readme.html +++ b/Net/Controls/TOCControlLayerDragDrop/Readme.html @@ -33,8 +33,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -43,7 +43,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/TOCControlLayerDragDrop/Readme.md b/Net/Controls/TOCControlLayerDragDrop/Readme.md index e9c9857b..02a5ed72 100644 --- a/Net/Controls/TOCControlLayerDragDrop/Readme.md +++ b/Net/Controls/TOCControlLayerDragDrop/Readme.md @@ -15,8 +15,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/TOCControlLayerDragDrop/VBNet/AssemblyInfo.vb b/Net/Controls/TOCControlLayerDragDrop/VBNet/AssemblyInfo.vb index 02c45309..71f3f290 100644 --- a/Net/Controls/TOCControlLayerDragDrop/VBNet/AssemblyInfo.vb +++ b/Net/Controls/TOCControlLayerDragDrop/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vb b/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vb index 4b30d9d6..145d4d63 100644 --- a/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vb +++ b/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vbproj b/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vbproj index b3f1a185..7ff60ed5 100644 --- a/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vbproj +++ b/Net/Controls/TOCControlLayerDragDrop/VBNet/LayerDragDrop.vbproj @@ -94,7 +94,7 @@ false - + False @@ -125,7 +125,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/TOCControlMetadataViewer/CSharp/AssemblyInfo.cs b/Net/Controls/TOCControlMetadataViewer/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/TOCControlMetadataViewer/CSharp/AssemblyInfo.cs +++ b/Net/Controls/TOCControlMetadataViewer/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.cs b/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.cs index 8b62429f..faa84c49 100644 --- a/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.cs +++ b/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.csproj b/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.csproj index 9ef85faf..186c8e3d 100644 --- a/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.csproj +++ b/Net/Controls/TOCControlMetadataViewer/CSharp/MetadataViewer.csproj @@ -99,7 +99,7 @@ false - + False @@ -134,7 +134,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/TOCControlMetadataViewer/Readme.html b/Net/Controls/TOCControlMetadataViewer/Readme.html index 4458e1bb..108d9bba 100644 --- a/Net/Controls/TOCControlMetadataViewer/Readme.html +++ b/Net/Controls/TOCControlMetadataViewer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/TOCControlMetadataViewer/Readme.md b/Net/Controls/TOCControlMetadataViewer/Readme.md index 14bf2102..886eef37 100644 --- a/Net/Controls/TOCControlMetadataViewer/Readme.md +++ b/Net/Controls/TOCControlMetadataViewer/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/TOCControlMetadataViewer/VBNet/AssemblyInfo.vb b/Net/Controls/TOCControlMetadataViewer/VBNet/AssemblyInfo.vb index 67bfa96c..df50f01f 100644 --- a/Net/Controls/TOCControlMetadataViewer/VBNet/AssemblyInfo.vb +++ b/Net/Controls/TOCControlMetadataViewer/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vb b/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vb index 592667de..70680344 100644 --- a/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vb +++ b/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vbproj b/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vbproj index 35412c86..34f4ad7f 100644 --- a/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vbproj +++ b/Net/Controls/TOCControlMetadataViewer/VBNet/MetadataViewer.vbproj @@ -94,7 +94,7 @@ false - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.cs b/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.cs index bdaf6bf3..1acdf7b8 100644 --- a/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.cs +++ b/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.csproj b/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.csproj index 386990dd..9d2caa37 100644 --- a/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.csproj +++ b/Net/Controls/ToolbarControlAppearance/CSharp/Appearance.csproj @@ -99,7 +99,7 @@ false - + False @@ -118,7 +118,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlAppearance/CSharp/AssemblyInfo.cs b/Net/Controls/ToolbarControlAppearance/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlAppearance/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlAppearance/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlAppearance/Readme.html b/Net/Controls/ToolbarControlAppearance/Readme.html index 8c0ad669..ef9776a7 100644 --- a/Net/Controls/ToolbarControlAppearance/Readme.html +++ b/Net/Controls/ToolbarControlAppearance/Readme.html @@ -31,8 +31,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -41,7 +41,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlAppearance/Readme.md b/Net/Controls/ToolbarControlAppearance/Readme.md index eb815102..e45d401a 100644 --- a/Net/Controls/ToolbarControlAppearance/Readme.md +++ b/Net/Controls/ToolbarControlAppearance/Readme.md @@ -13,8 +13,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vb b/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vb index 457a4459..942a93e4 100644 --- a/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vb +++ b/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vbproj b/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vbproj index 4a32c2f9..388186b6 100644 --- a/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vbproj +++ b/Net/Controls/ToolbarControlAppearance/VBNet/Appearance.vbproj @@ -94,7 +94,7 @@ false - + False @@ -125,7 +125,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlAppearance/VBNet/AssemblyInfo.vb b/Net/Controls/ToolbarControlAppearance/VBNet/AssemblyInfo.vb index 02eca593..69ebd094 100644 --- a/Net/Controls/ToolbarControlAppearance/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlAppearance/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlCustomization/CSharp/AssemblyInfo.cs b/Net/Controls/ToolbarControlCustomization/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlCustomization/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlCustomization/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlCustomization/CSharp/Customization.cs b/Net/Controls/ToolbarControlCustomization/CSharp/Customization.cs index ff6bc3a0..b336dbba 100644 --- a/Net/Controls/ToolbarControlCustomization/CSharp/Customization.cs +++ b/Net/Controls/ToolbarControlCustomization/CSharp/Customization.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlCustomization/CSharp/Customization.csproj b/Net/Controls/ToolbarControlCustomization/CSharp/Customization.csproj index ed7c526d..353702f2 100644 --- a/Net/Controls/ToolbarControlCustomization/CSharp/Customization.csproj +++ b/Net/Controls/ToolbarControlCustomization/CSharp/Customization.csproj @@ -99,7 +99,7 @@ false - + False @@ -114,7 +114,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlCustomization/Readme.html b/Net/Controls/ToolbarControlCustomization/Readme.html index fd755232..756adb52 100644 --- a/Net/Controls/ToolbarControlCustomization/Readme.html +++ b/Net/Controls/ToolbarControlCustomization/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlCustomization/Readme.md b/Net/Controls/ToolbarControlCustomization/Readme.md index 78d17002..25d62b28 100644 --- a/Net/Controls/ToolbarControlCustomization/Readme.md +++ b/Net/Controls/ToolbarControlCustomization/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates customizing the ToolbarControl at run time. The Toolbar Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlCustomization/VBNet/AssemblyInfo.vb b/Net/Controls/ToolbarControlCustomization/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/ToolbarControlCustomization/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlCustomization/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vb b/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vb index 3846f0dd..0a30d715 100644 --- a/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vb +++ b/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vbproj b/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vbproj index 0acab205..4b0e6fa8 100644 --- a/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vbproj +++ b/Net/Controls/ToolbarControlCustomization/VBNet/Customization.vbproj @@ -92,7 +92,7 @@ false - + False @@ -107,7 +107,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -122,7 +122,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlMDIApplication/CSharp/AssemblyInfo.cs b/Net/Controls/ToolbarControlMDIApplication/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlMDIApplication/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlMDIApplication/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMDIApplication/CSharp/ChildForm.cs b/Net/Controls/ToolbarControlMDIApplication/CSharp/ChildForm.cs index 85fe1aa2..f4316cd2 100644 --- a/Net/Controls/ToolbarControlMDIApplication/CSharp/ChildForm.cs +++ b/Net/Controls/ToolbarControlMDIApplication/CSharp/ChildForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMDIApplication/CSharp/MDIApplication.csproj b/Net/Controls/ToolbarControlMDIApplication/CSharp/MDIApplication.csproj index ad86ad66..be01a3b3 100644 --- a/Net/Controls/ToolbarControlMDIApplication/CSharp/MDIApplication.csproj +++ b/Net/Controls/ToolbarControlMDIApplication/CSharp/MDIApplication.csproj @@ -99,7 +99,7 @@ false - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/ToolbarControlMDIApplication/CSharp/ParentForm.cs b/Net/Controls/ToolbarControlMDIApplication/CSharp/ParentForm.cs index 4e4966bf..85e6eb9c 100644 --- a/Net/Controls/ToolbarControlMDIApplication/CSharp/ParentForm.cs +++ b/Net/Controls/ToolbarControlMDIApplication/CSharp/ParentForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMDIApplication/Readme.html b/Net/Controls/ToolbarControlMDIApplication/Readme.html index f77278ac..c559fa0f 100644 --- a/Net/Controls/ToolbarControlMDIApplication/Readme.html +++ b/Net/Controls/ToolbarControlMDIApplication/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlMDIApplication/Readme.md b/Net/Controls/ToolbarControlMDIApplication/Readme.md index 8258d5c2..b1afe7a4 100644 --- a/Net/Controls/ToolbarControlMDIApplication/Readme.md +++ b/Net/Controls/ToolbarControlMDIApplication/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlMDIApplication/VBNet/AssemblyInfo.vb b/Net/Controls/ToolbarControlMDIApplication/VBNet/AssemblyInfo.vb index f88323cc..201fe82e 100644 --- a/Net/Controls/ToolbarControlMDIApplication/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlMDIApplication/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMDIApplication/VBNet/ChildForm.vb b/Net/Controls/ToolbarControlMDIApplication/VBNet/ChildForm.vb index 2ac21d84..052a9a83 100644 --- a/Net/Controls/ToolbarControlMDIApplication/VBNet/ChildForm.vb +++ b/Net/Controls/ToolbarControlMDIApplication/VBNet/ChildForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMDIApplication/VBNet/MDIApplication.vbproj b/Net/Controls/ToolbarControlMDIApplication/VBNet/MDIApplication.vbproj index b2534c68..c4766ed4 100644 --- a/Net/Controls/ToolbarControlMDIApplication/VBNet/MDIApplication.vbproj +++ b/Net/Controls/ToolbarControlMDIApplication/VBNet/MDIApplication.vbproj @@ -94,7 +94,7 @@ false - + False @@ -125,7 +125,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlMDIApplication/VBNet/ParentForm.vb b/Net/Controls/ToolbarControlMDIApplication/VBNet/ParentForm.vb index 42fdefb6..fb946d6e 100644 --- a/Net/Controls/ToolbarControlMDIApplication/VBNet/ParentForm.vb +++ b/Net/Controls/ToolbarControlMDIApplication/VBNet/ParentForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/AssemblyInfo.cs b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/Bookmark.cs b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/Bookmark.cs index ab305ca5..2b20b39f 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/Bookmark.cs +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/Bookmark.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/CreateBookmark.cs b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/CreateBookmark.cs index 1014f65d..f08f11e7 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/CreateBookmark.cs +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/CreateBookmark.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.cs b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.cs index 96146967..2983b2e1 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.cs +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.csproj b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.csproj index 70c58b1f..4d213a26 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.csproj +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/MultiItemBookmarks.csproj @@ -99,7 +99,7 @@ false - + False @@ -114,7 +114,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/SpatialBookmarks.cs b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/SpatialBookmarks.cs index 5a310d1a..379aefd4 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/SpatialBookmarks.cs +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/CSharp/SpatialBookmarks.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.html b/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.html index 75e603a1..2b514b42 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.html +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.md b/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.md index f70ef07e..b145bfe0 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.md +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/AssemblyInfo.vb b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/CreateBookmark.vb b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/CreateBookmark.vb index d37b9e50..16a198c3 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/CreateBookmark.vb +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/CreateBookmark.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vb b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vb index a807fed0..b852ae8a 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vb +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vbproj b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vbproj index 51bf22b5..5be69a36 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vbproj +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/MultiItemBookmarks.vbproj @@ -92,7 +92,7 @@ false - + False @@ -107,7 +107,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -130,7 +130,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/SpatialBookmarks.vb b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/SpatialBookmarks.vb index fe502040..22197caf 100644 --- a/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/SpatialBookmarks.vb +++ b/Net/Controls/ToolbarControlMultiItemBookmarks/VBNet/SpatialBookmarks.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlShareCommandPool/CSharp/AssemblyInfo.cs b/Net/Controls/ToolbarControlShareCommandPool/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlShareCommandPool/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.cs b/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.cs index 45da245e..829d64db 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.cs +++ b/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.csproj b/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.csproj index d6adce6f..c0ea25eb 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.csproj +++ b/Net/Controls/ToolbarControlShareCommandPool/CSharp/ShareCommandPool.csproj @@ -99,7 +99,7 @@ false - + False @@ -126,7 +126,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlShareCommandPool/Readme.html b/Net/Controls/ToolbarControlShareCommandPool/Readme.html index 65bb0b02..c795436f 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/Readme.html +++ b/Net/Controls/ToolbarControlShareCommandPool/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlShareCommandPool/Readme.md b/Net/Controls/ToolbarControlShareCommandPool/Readme.md index 4970a79b..a97c2af5 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/Readme.md +++ b/Net/Controls/ToolbarControlShareCommandPool/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlShareCommandPool/VBNet/AssemblyInfo.vb b/Net/Controls/ToolbarControlShareCommandPool/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlShareCommandPool/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vb b/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vb index c2c53208..2037dba3 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vb +++ b/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vbproj b/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vbproj index 7bb44caf..600379fa 100644 --- a/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vbproj +++ b/Net/Controls/ToolbarControlShareCommandPool/VBNet/ShareCommandPool.vbproj @@ -92,7 +92,7 @@ false - + False @@ -119,7 +119,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False diff --git a/Net/Controls/ToolbarControlToolbarMenu/CSharp/AssemblyInfo.cs b/Net/Controls/ToolbarControlToolbarMenu/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/CSharp/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlToolbarMenu/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/CSharp/NavigationMenu.cs b/Net/Controls/ToolbarControlToolbarMenu/CSharp/NavigationMenu.cs index ed05cffb..6cb2aa3c 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/CSharp/NavigationMenu.cs +++ b/Net/Controls/ToolbarControlToolbarMenu/CSharp/NavigationMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.cs b/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.cs index 1a8daf54..1e6bdca2 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.cs +++ b/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.csproj b/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.csproj index aba6ce1c..9c380729 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.csproj +++ b/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarMenu.csproj @@ -99,7 +99,7 @@ false - + False @@ -126,7 +126,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarSubMenu.cs b/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarSubMenu.cs index 3879cd61..1ef82a1c 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarSubMenu.cs +++ b/Net/Controls/ToolbarControlToolbarMenu/CSharp/ToolbarSubMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/Readme.html b/Net/Controls/ToolbarControlToolbarMenu/Readme.html index 322a005a..9f107b1c 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/Readme.html +++ b/Net/Controls/ToolbarControlToolbarMenu/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlToolbarMenu/Readme.md b/Net/Controls/ToolbarControlToolbarMenu/Readme.md index ace40114..3918172e 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/Readme.md +++ b/Net/Controls/ToolbarControlToolbarMenu/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlToolbarMenu/VBNet/AssemblyInfo.vb b/Net/Controls/ToolbarControlToolbarMenu/VBNet/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/VBNet/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlToolbarMenu/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/VBNet/NavigationMenu.vb b/Net/Controls/ToolbarControlToolbarMenu/VBNet/NavigationMenu.vb index 0c0cfe7d..de614f5a 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/VBNet/NavigationMenu.vb +++ b/Net/Controls/ToolbarControlToolbarMenu/VBNet/NavigationMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vb b/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vb index 9f20bf99..297a4c21 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vb +++ b/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vbproj b/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vbproj index c26c802d..9db8084b 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vbproj +++ b/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarMenu.vbproj @@ -92,7 +92,7 @@ false - + False @@ -119,7 +119,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarSubMenu.vb b/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarSubMenu.vb index 1eeb2156..c596eef3 100644 --- a/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarSubMenu.vb +++ b/Net/Controls/ToolbarControlToolbarMenu/VBNet/ToolbarSubMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/AssemblyInfo.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.cs index 295612ad..65aafe00 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.csproj b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.csproj index dfdebc3c..3f3b8491 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.csproj +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Application/ToolbarControlExtension.csproj @@ -99,7 +99,7 @@ false - + False @@ -126,7 +126,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/AssemblyInfo.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/AssemblyInfo.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/IZoomExtension.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/IZoomExtension.cs index aa82cab2..899366a2 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/IZoomExtension.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/IZoomExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/InputForm.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/InputForm.cs index b5183c26..64a7e9a6 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/InputForm.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/InputForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/SetZoomFactor.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/SetZoomFactor.cs index 6a68c3c8..03527974 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/SetZoomFactor.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/SetZoomFactor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomExtension.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomExtension.cs index eee19b6e..3c904009 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomExtension.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomFactorExtension.csproj b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomFactorExtension.csproj index deb5670e..0511baef 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomFactorExtension.csproj +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomFactorExtension.csproj @@ -99,7 +99,7 @@ false - + False diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomIn.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomIn.cs index b5247d58..e6a86b50 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomIn.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomIn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomOut.cs b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomOut.cs index 135e6e82..3f44617a 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomOut.cs +++ b/Net/Controls/ToolbarControlZoomFactorExtension/CSharp/Extension/ZoomOut.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/Readme.html b/Net/Controls/ToolbarControlZoomFactorExtension/Readme.html index da29aa2d..5ee08f25 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/Readme.html +++ b/Net/Controls/ToolbarControlZoomFactorExtension/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/Readme.md b/Net/Controls/ToolbarControlZoomFactorExtension/Readme.md index 65d2a393..9fa52a56 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/Readme.md +++ b/Net/Controls/ToolbarControlZoomFactorExtension/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/AssemblyInfo.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vb index 721f8bac..db32f19e 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vbproj b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vbproj index affaf82c..a5832dd0 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vbproj +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Application/ToolbarControlExtension.vbproj @@ -92,7 +92,7 @@ false - + False @@ -107,7 +107,7 @@ ESRI.ArcGIS.Controls hklm\dn\arcengine - + False @@ -122,7 +122,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcengine - + False diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/AssemblyInfo.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/AssemblyInfo.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/IZoomExtension.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/IZoomExtension.vb index 33e6c087..f3c7bc29 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/IZoomExtension.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/IZoomExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/SetZoomFactor.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/SetZoomFactor.vb index 5326f461..33b3f996 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/SetZoomFactor.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/SetZoomFactor.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomExtension.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomExtension.vb index 1063d99c..20eb084a 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomExtension.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomFactorExtension.vbproj b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomFactorExtension.vbproj index 779904e5..f8dbd868 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomFactorExtension.vbproj +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomFactorExtension.vbproj @@ -92,7 +92,7 @@ false - + False @@ -101,7 +101,7 @@ ESRI.ArcGIS.Controls - + True diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomIn.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomIn.vb index 6dd3403d..14d7ec1b 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomIn.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomIn.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomOut.vb b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomOut.vb index c4d008bf..547d409d 100644 --- a/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomOut.vb +++ b/Net/Controls/ToolbarControlZoomFactorExtension/VBNet/Extension/ZoomOut.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/CSharp/GalleryWindow.xaml.cs b/Net/Controls/WPFGlobeGallery/CSharp/GalleryWindow.xaml.cs index f2621ebc..deeb7ff3 100644 --- a/Net/Controls/WPFGlobeGallery/CSharp/GalleryWindow.xaml.cs +++ b/Net/Controls/WPFGlobeGallery/CSharp/GalleryWindow.xaml.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/CSharp/GlobeGallery.csproj b/Net/Controls/WPFGlobeGallery/CSharp/GlobeGallery.csproj index 4d5b5e20..a84b7dcd 100644 --- a/Net/Controls/WPFGlobeGallery/CSharp/GlobeGallery.csproj +++ b/Net/Controls/WPFGlobeGallery/CSharp/GlobeGallery.csproj @@ -51,34 +51,34 @@ - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/WPFGlobeGallery/CSharp/GlobeView.xaml.cs b/Net/Controls/WPFGlobeGallery/CSharp/GlobeView.xaml.cs index fb4f3f2e..0bee6ff5 100644 --- a/Net/Controls/WPFGlobeGallery/CSharp/GlobeView.xaml.cs +++ b/Net/Controls/WPFGlobeGallery/CSharp/GlobeView.xaml.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/CSharp/app.xaml.cs b/Net/Controls/WPFGlobeGallery/CSharp/app.xaml.cs index 744dca87..c6bc22bd 100644 --- a/Net/Controls/WPFGlobeGallery/CSharp/app.xaml.cs +++ b/Net/Controls/WPFGlobeGallery/CSharp/app.xaml.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/CSharp/mapClasses.cs b/Net/Controls/WPFGlobeGallery/CSharp/mapClasses.cs index a66ab988..1af50f40 100644 --- a/Net/Controls/WPFGlobeGallery/CSharp/mapClasses.cs +++ b/Net/Controls/WPFGlobeGallery/CSharp/mapClasses.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/Readme.html b/Net/Controls/WPFGlobeGallery/Readme.html index 9dae0bab..15195fbc 100644 --- a/Net/Controls/WPFGlobeGallery/Readme.html +++ b/Net/Controls/WPFGlobeGallery/Readme.html @@ -33,8 +33,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -43,7 +43,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/WPFGlobeGallery/Readme.md b/Net/Controls/WPFGlobeGallery/Readme.md index 90dde469..f4848c83 100644 --- a/Net/Controls/WPFGlobeGallery/Readme.md +++ b/Net/Controls/WPFGlobeGallery/Readme.md @@ -15,8 +15,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/WPFGlobeGallery/VBNet/Application.xaml.vb b/Net/Controls/WPFGlobeGallery/VBNet/Application.xaml.vb index 73b867ab..c8ee93e6 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/Application.xaml.vb +++ b/Net/Controls/WPFGlobeGallery/VBNet/Application.xaml.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/VBNet/Gallery.xaml.vb b/Net/Controls/WPFGlobeGallery/VBNet/Gallery.xaml.vb index 1a33d289..ee586069 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/Gallery.xaml.vb +++ b/Net/Controls/WPFGlobeGallery/VBNet/Gallery.xaml.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/VBNet/GlobeGallery.vbproj b/Net/Controls/WPFGlobeGallery/VBNet/GlobeGallery.vbproj index 4b084b19..8595fc16 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/GlobeGallery.vbproj +++ b/Net/Controls/WPFGlobeGallery/VBNet/GlobeGallery.vbproj @@ -64,34 +64,34 @@ - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Controls/WPFGlobeGallery/VBNet/GlobeView.xaml.vb b/Net/Controls/WPFGlobeGallery/VBNet/GlobeView.xaml.vb index d88a2ecd..6396df35 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/GlobeView.xaml.vb +++ b/Net/Controls/WPFGlobeGallery/VBNet/GlobeView.xaml.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/VBNet/My Project/AssemblyInfo.vb b/Net/Controls/WPFGlobeGallery/VBNet/My Project/AssemblyInfo.vb index 456b1370..41a9e74a 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Controls/WPFGlobeGallery/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/VBNet/My Project/MyExtensions/MyWpfExtension.vb b/Net/Controls/WPFGlobeGallery/VBNet/My Project/MyExtensions/MyWpfExtension.vb index 68c01578..bf152d39 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/My Project/MyExtensions/MyWpfExtension.vb +++ b/Net/Controls/WPFGlobeGallery/VBNet/My Project/MyExtensions/MyWpfExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFGlobeGallery/VBNet/mapClasses.vb b/Net/Controls/WPFGlobeGallery/VBNet/mapClasses.vb index 38d06532..30679d54 100644 --- a/Net/Controls/WPFGlobeGallery/VBNet/mapClasses.vb +++ b/Net/Controls/WPFGlobeGallery/VBNet/mapClasses.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/CSharp/App.xaml.cs b/Net/Controls/WPFMapViewer/CSharp/App.xaml.cs index f85c665f..29aa00c1 100644 --- a/Net/Controls/WPFMapViewer/CSharp/App.xaml.cs +++ b/Net/Controls/WPFMapViewer/CSharp/App.xaml.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/CSharp/MapWindow.xaml.cs b/Net/Controls/WPFMapViewer/CSharp/MapWindow.xaml.cs index 14ba735c..f5f1daf4 100644 --- a/Net/Controls/WPFMapViewer/CSharp/MapWindow.xaml.cs +++ b/Net/Controls/WPFMapViewer/CSharp/MapWindow.xaml.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/CSharp/Properties/AssemblyInfo.cs b/Net/Controls/WPFMapViewer/CSharp/Properties/AssemblyInfo.cs index d211dea0..262fa22c 100644 --- a/Net/Controls/WPFMapViewer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Controls/WPFMapViewer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/CSharp/WPFMapViewer.csproj b/Net/Controls/WPFMapViewer/CSharp/WPFMapViewer.csproj index dc898dd8..71171dbd 100644 --- a/Net/Controls/WPFMapViewer/CSharp/WPFMapViewer.csproj +++ b/Net/Controls/WPFMapViewer/CSharp/WPFMapViewer.csproj @@ -60,16 +60,16 @@ false - + False - + False - + False - + False diff --git a/Net/Controls/WPFMapViewer/Readme.html b/Net/Controls/WPFMapViewer/Readme.html index 50d873a9..9604c67f 100644 --- a/Net/Controls/WPFMapViewer/Readme.html +++ b/Net/Controls/WPFMapViewer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Controls/WPFMapViewer/Readme.md b/Net/Controls/WPFMapViewer/Readme.md index d65abd66..be497efb 100644 --- a/Net/Controls/WPFMapViewer/Readme.md +++ b/Net/Controls/WPFMapViewer/Readme.md @@ -8,8 +8,8 @@ Microsoft's Windows Presentation Foundation (WPF) provides the facility to host Language: C#, VB Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Controls/WPFMapViewer/VBNet/Application.xaml.vb b/Net/Controls/WPFMapViewer/VBNet/Application.xaml.vb index 734940af..2303de94 100644 --- a/Net/Controls/WPFMapViewer/VBNet/Application.xaml.vb +++ b/Net/Controls/WPFMapViewer/VBNet/Application.xaml.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/VBNet/MapWindow.xaml.vb b/Net/Controls/WPFMapViewer/VBNet/MapWindow.xaml.vb index bd12efbe..6214b45f 100644 --- a/Net/Controls/WPFMapViewer/VBNet/MapWindow.xaml.vb +++ b/Net/Controls/WPFMapViewer/VBNet/MapWindow.xaml.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/VBNet/My Project/AssemblyInfo.vb b/Net/Controls/WPFMapViewer/VBNet/My Project/AssemblyInfo.vb index 3ea629a4..d020def3 100644 --- a/Net/Controls/WPFMapViewer/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Controls/WPFMapViewer/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/VBNet/My Project/MyExtensions/MyWpfExtension.vb b/Net/Controls/WPFMapViewer/VBNet/My Project/MyExtensions/MyWpfExtension.vb index b53889e7..52244d31 100644 --- a/Net/Controls/WPFMapViewer/VBNet/My Project/MyExtensions/MyWpfExtension.vb +++ b/Net/Controls/WPFMapViewer/VBNet/My Project/MyExtensions/MyWpfExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Controls/WPFMapViewer/VBNet/WPFMapViewer.vbproj b/Net/Controls/WPFMapViewer/VBNet/WPFMapViewer.vbproj index 5ce0f4eb..f6aa62a0 100644 --- a/Net/Controls/WPFMapViewer/VBNet/WPFMapViewer.vbproj +++ b/Net/Controls/WPFMapViewer/VBNet/WPFMapViewer.vbproj @@ -62,16 +62,16 @@ false - + False - + False - + False - + False diff --git a/Net/Editing/AngleAngleConstructor/CSharp/AngleAngle.csproj b/Net/Editing/AngleAngleConstructor/CSharp/AngleAngle.csproj index 3381c477..2016a8e1 100644 --- a/Net/Editing/AngleAngleConstructor/CSharp/AngleAngle.csproj +++ b/Net/Editing/AngleAngleConstructor/CSharp/AngleAngle.csproj @@ -56,34 +56,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCmd.cs b/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCmd.cs index d0af2954..949e28d3 100644 --- a/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCmd.cs +++ b/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCstr.cs b/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCstr.cs index e64d8fef..4074f692 100644 --- a/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCstr.cs +++ b/Net/Editing/AngleAngleConstructor/CSharp/AngleAngleCstr.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/AngleAngleConstructor/CSharp/Properties/AssemblyInfo.cs b/Net/Editing/AngleAngleConstructor/CSharp/Properties/AssemblyInfo.cs index 6189c7e7..537d7d7f 100644 --- a/Net/Editing/AngleAngleConstructor/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Editing/AngleAngleConstructor/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/AngleAngleConstructor/Readme.html b/Net/Editing/AngleAngleConstructor/Readme.html index ce9edc8a..8737eec9 100644 --- a/Net/Editing/AngleAngleConstructor/Readme.html +++ b/Net/Editing/AngleAngleConstructor/Readme.html @@ -27,8 +27,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -37,7 +37,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/AngleAngleConstructor/Readme.md b/Net/Editing/AngleAngleConstructor/Readme.md index b0cf2fa7..7351d457 100644 --- a/Net/Editing/AngleAngleConstructor/Readme.md +++ b/Net/Editing/AngleAngleConstructor/Readme.md @@ -9,8 +9,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/AngleAngleConstructor/VBNet/AngleAngle.vbproj b/Net/Editing/AngleAngleConstructor/VBNet/AngleAngle.vbproj index 770a90a5..5d765661 100644 --- a/Net/Editing/AngleAngleConstructor/VBNet/AngleAngle.vbproj +++ b/Net/Editing/AngleAngleConstructor/VBNet/AngleAngle.vbproj @@ -62,43 +62,43 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCmd.vb b/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCmd.vb index c2d8d68a..a596ec0d 100644 --- a/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCmd.vb +++ b/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCstr.vb b/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCstr.vb index 98e21e6e..6a1c7bee 100644 --- a/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCstr.vb +++ b/Net/Editing/AngleAngleConstructor/VBNet/AngleAngleCstr.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/AngleAngleConstructor/VBNet/My Project/AssemblyInfo.vb b/Net/Editing/AngleAngleConstructor/VBNet/My Project/AssemblyInfo.vb index ed203eb9..4d6efc7e 100644 --- a/Net/Editing/AngleAngleConstructor/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Editing/AngleAngleConstructor/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/CSharp/Config.esriaddinx b/Net/Editing/Editing_EditEventListener/CSharp/Config.esriaddinx index 861349aa..1cc2edb4 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/Config.esriaddinx +++ b/Net/Editing/Editing_EditEventListener/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Employee 9/3/2009 1:23:56 PM - + diff --git a/Net/Editing/Editing_EditEventListener/CSharp/Editing_EditEventListener.csproj b/Net/Editing/Editing_EditEventListener/CSharp/Editing_EditEventListener.csproj index f089807d..f85c73ee 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/Editing_EditEventListener.csproj +++ b/Net/Editing/Editing_EditEventListener/CSharp/Editing_EditEventListener.csproj @@ -102,26 +102,26 @@ - + False - + False False - + False - + False - + False - + False - + False diff --git a/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.Designer.cs b/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.Designer.cs index e92ea751..e4a10f61 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.Designer.cs +++ b/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.cs b/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.cs index d487d037..c1030284 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.cs +++ b/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialog.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialogCommand.cs b/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialogCommand.cs index a5226817..b058eb12 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialogCommand.cs +++ b/Net/Editing/Editing_EditEventListener/CSharp/EditorEventsDialogCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/CSharp/EnumHelper.cs b/Net/Editing/Editing_EditEventListener/CSharp/EnumHelper.cs index 57f3b166..1071fb32 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/EnumHelper.cs +++ b/Net/Editing/Editing_EditEventListener/CSharp/EnumHelper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/CSharp/EventListener.cs b/Net/Editing/Editing_EditEventListener/CSharp/EventListener.cs index 47084e24..8777f441 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/EventListener.cs +++ b/Net/Editing/Editing_EditEventListener/CSharp/EventListener.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/CSharp/Properties/AssemblyInfo.cs b/Net/Editing/Editing_EditEventListener/CSharp/Properties/AssemblyInfo.cs index b3adaa25..a1473a1e 100644 --- a/Net/Editing/Editing_EditEventListener/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Editing/Editing_EditEventListener/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/Readme.html b/Net/Editing/Editing_EditEventListener/Readme.html index 6c58f9fd..2c491495 100644 --- a/Net/Editing/Editing_EditEventListener/Readme.html +++ b/Net/Editing/Editing_EditEventListener/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/Editing_EditEventListener/Readme.md b/Net/Editing/Editing_EditEventListener/Readme.md index 04742b35..e0dea6f7 100644 --- a/Net/Editing/Editing_EditEventListener/Readme.md +++ b/Net/Editing/Editing_EditEventListener/Readme.md @@ -8,8 +8,8 @@ The add-in in this sample provides the ability to understand when various edit e Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/Editing_EditEventListener/VBNet/Config.esriaddinx b/Net/Editing/Editing_EditEventListener/VBNet/Config.esriaddinx index 5b20391c..019be0b3 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/Config.esriaddinx +++ b/Net/Editing/Editing_EditEventListener/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Employee 9/9/2009 4:32:04 PM - + diff --git a/Net/Editing/Editing_EditEventListener/VBNet/Editing_EditEventListener.vbproj b/Net/Editing/Editing_EditEventListener/VBNet/Editing_EditEventListener.vbproj index 3d69dc10..da0162d0 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/Editing_EditEventListener.vbproj +++ b/Net/Editing/Editing_EditEventListener/VBNet/Editing_EditEventListener.vbproj @@ -149,29 +149,29 @@ - + False - + False False - + False - + False - + False - + False - + False - + False diff --git a/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.Designer.vb b/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.Designer.vb index 503da139..adeb2690 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.Designer.vb +++ b/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.vb b/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.vb index cb1acfb0..a2e63702 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.vb +++ b/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialog.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialogCommand.vb b/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialogCommand.vb index 08fdb566..c6021810 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialogCommand.vb +++ b/Net/Editing/Editing_EditEventListener/VBNet/EditorEventsDialogCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/VBNet/EnumHelper.vb b/Net/Editing/Editing_EditEventListener/VBNet/EnumHelper.vb index 2dc6a2d8..d6a7acc8 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/EnumHelper.vb +++ b/Net/Editing/Editing_EditEventListener/VBNet/EnumHelper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/VBNet/EventListener.vb b/Net/Editing/Editing_EditEventListener/VBNet/EventListener.vb index 0e15d69b..fca0649c 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/EventListener.vb +++ b/Net/Editing/Editing_EditEventListener/VBNet/EventListener.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/Editing_EditEventListener/VBNet/My Project/AssemblyInfo.vb b/Net/Editing/Editing_EditEventListener/VBNet/My Project/AssemblyInfo.vb index 2269974a..c97873e6 100644 --- a/Net/Editing/Editing_EditEventListener/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Editing/Editing_EditEventListener/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLine.csproj b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLine.csproj index 8f2bd162..ee0abede 100644 --- a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLine.csproj +++ b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLine.csproj @@ -58,43 +58,43 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.Designer.cs b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.Designer.cs index ea878592..963f775d 100644 --- a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.Designer.cs +++ b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.cs b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.cs index e726bfaa..d051f4bf 100644 --- a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.cs +++ b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineTool.cs b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineTool.cs index d4630520..30faefea 100644 --- a/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineTool.cs +++ b/Net/Editing/PointsAlongLine/CSharp/PointsAlongLineTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/CSharp/Properties/AssemblyInfo.cs b/Net/Editing/PointsAlongLine/CSharp/Properties/AssemblyInfo.cs index f3b8d4b4..d5da361d 100644 --- a/Net/Editing/PointsAlongLine/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Editing/PointsAlongLine/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/Readme.html b/Net/Editing/PointsAlongLine/Readme.html index 3125a8d1..61331782 100644 --- a/Net/Editing/PointsAlongLine/Readme.html +++ b/Net/Editing/PointsAlongLine/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/PointsAlongLine/Readme.md b/Net/Editing/PointsAlongLine/Readme.md index a243493e..4115bc57 100644 --- a/Net/Editing/PointsAlongLine/Readme.md +++ b/Net/Editing/PointsAlongLine/Readme.md @@ -8,8 +8,8 @@ This sample shows an example of a construction tool. It is a point construction Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/PointsAlongLine/VBNet/My Project/AssemblyInfo.vb b/Net/Editing/PointsAlongLine/VBNet/My Project/AssemblyInfo.vb index 95bac8a5..31001675 100644 --- a/Net/Editing/PointsAlongLine/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Editing/PointsAlongLine/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLine.vbproj b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLine.vbproj index 73791778..cc09e50f 100644 --- a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLine.vbproj +++ b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLine.vbproj @@ -60,43 +60,43 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.Designer.vb b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.Designer.vb index 86567985..4bb5571f 100644 --- a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.Designer.vb +++ b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.vb b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.vb index cb5b87f2..773cb24d 100644 --- a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.vb +++ b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineTool.vb b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineTool.vb index b245fa8f..a51f735b 100644 --- a/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineTool.vb +++ b/Net/Editing/PointsAlongLine/VBNet/PointsAlongLineTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/AddRSSWeather.cs b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/AddRSSWeather.cs index 08d63138..f7749ad1 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/AddRSSWeather.cs +++ b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/AddRSSWeather.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/Properties/AssemblyInfo.cs b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/Properties/AssemblyInfo.cs index 7e53e8de..5c514523 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/Properties/AssemblyInfo.cs +++ b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeather.cs b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeather.cs index 536f93e7..e7947936 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeather.cs +++ b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeather.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.csproj b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.csproj index 41bef5b2..48b5f0b6 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.csproj +++ b/Net/Editing/RSSWeatherGraphicTracker/CSharp/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.csproj @@ -57,54 +57,54 @@ false - + False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/RSSWeatherGraphicTracker/Readme.html b/Net/Editing/RSSWeatherGraphicTracker/Readme.html index e555137c..4af39ae5 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/Readme.html +++ b/Net/Editing/RSSWeatherGraphicTracker/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/RSSWeatherGraphicTracker/Readme.md b/Net/Editing/RSSWeatherGraphicTracker/Readme.md index 959bbcdf..c84f9883 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/Readme.md +++ b/Net/Editing/RSSWeatherGraphicTracker/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/AddRSSWeather.vb b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/AddRSSWeather.vb index 6d53c5d5..c54d22c0 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/AddRSSWeather.vb +++ b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/AddRSSWeather.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/Properties/AssemblyInfo.vb b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/Properties/AssemblyInfo.vb index 324b29f3..17888de5 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/Properties/AssemblyInfo.vb +++ b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeather.vb b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeather.vb index 55900d35..53b4884e 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeather.vb +++ b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeather.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.vbproj b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.vbproj index 7cbaf5ff..c760d5ba 100644 --- a/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.vbproj +++ b/Net/Editing/RSSWeatherGraphicTracker/VBNet/RSSWeatherGraphicTracker/RSSWeatherGraphicTracker.vbproj @@ -87,54 +87,54 @@ - + False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/ReadMe.md b/Net/Editing/ReadMe.md index a51e7d6a..7bd8538d 100644 --- a/Net/Editing/ReadMe.md +++ b/Net/Editing/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Editing -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Editing' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Editing' topic. ## Features diff --git a/Net/Editing/TabbedFeatureInspector/CSharp/AddEXTCLSID.cs b/Net/Editing/TabbedFeatureInspector/CSharp/AddEXTCLSID.cs index 8ea6f9a6..0edee6e5 100644 --- a/Net/Editing/TabbedFeatureInspector/CSharp/AddEXTCLSID.cs +++ b/Net/Editing/TabbedFeatureInspector/CSharp/AddEXTCLSID.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/CSharp/AssemblyInfo.cs b/Net/Editing/TabbedFeatureInspector/CSharp/AssemblyInfo.cs index 5e30a875..3451d0d1 100644 --- a/Net/Editing/TabbedFeatureInspector/CSharp/AssemblyInfo.cs +++ b/Net/Editing/TabbedFeatureInspector/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/CSharp/TabbedFeatureInspector.csproj b/Net/Editing/TabbedFeatureInspector/CSharp/TabbedFeatureInspector.csproj index f8f6428b..9a231f50 100644 --- a/Net/Editing/TabbedFeatureInspector/CSharp/TabbedFeatureInspector.csproj +++ b/Net/Editing/TabbedFeatureInspector/CSharp/TabbedFeatureInspector.csproj @@ -57,47 +57,47 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.Designer.cs b/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.Designer.cs index 87fe5fcc..54f77279 100644 --- a/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.Designer.cs +++ b/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.cs b/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.cs index 1bc3d143..4472f519 100644 --- a/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.cs +++ b/Net/Editing/TabbedFeatureInspector/CSharp/TabbedInspector.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/Readme.html b/Net/Editing/TabbedFeatureInspector/Readme.html index 8a45d0a9..fcb6de5d 100644 --- a/Net/Editing/TabbedFeatureInspector/Readme.html +++ b/Net/Editing/TabbedFeatureInspector/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/TabbedFeatureInspector/Readme.md b/Net/Editing/TabbedFeatureInspector/Readme.md index da5d43ae..30a34982 100644 --- a/Net/Editing/TabbedFeatureInspector/Readme.md +++ b/Net/Editing/TabbedFeatureInspector/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/TabbedFeatureInspector/VBNet/AddEXTCLSID.vb b/Net/Editing/TabbedFeatureInspector/VBNet/AddEXTCLSID.vb index 65b246fc..0b5fde2c 100644 --- a/Net/Editing/TabbedFeatureInspector/VBNet/AddEXTCLSID.vb +++ b/Net/Editing/TabbedFeatureInspector/VBNet/AddEXTCLSID.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/VBNet/My Project/AssemblyInfo.vb b/Net/Editing/TabbedFeatureInspector/VBNet/My Project/AssemblyInfo.vb index afae7941..4f80c67a 100644 --- a/Net/Editing/TabbedFeatureInspector/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Editing/TabbedFeatureInspector/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/VBNet/ObjectInspector.vb b/Net/Editing/TabbedFeatureInspector/VBNet/ObjectInspector.vb index 4a5e8878..a2bc86d9 100644 --- a/Net/Editing/TabbedFeatureInspector/VBNet/ObjectInspector.vb +++ b/Net/Editing/TabbedFeatureInspector/VBNet/ObjectInspector.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/TabbedFeatureInspector/VBNet/TabbedFeatureInspectorVBNet.vbproj b/Net/Editing/TabbedFeatureInspector/VBNet/TabbedFeatureInspectorVBNet.vbproj index 2ee70eb1..cccc04c7 100644 --- a/Net/Editing/TabbedFeatureInspector/VBNet/TabbedFeatureInspectorVBNet.vbproj +++ b/Net/Editing/TabbedFeatureInspector/VBNet/TabbedFeatureInspectorVBNet.vbproj @@ -60,47 +60,47 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Editing/ViperPin/CSharp/Properties/AssemblyInfo.cs b/Net/Editing/ViperPin/CSharp/Properties/AssemblyInfo.cs index 1fc169ec..6a516b04 100644 --- a/Net/Editing/ViperPin/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Editing/ViperPin/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/CSharp/ViperPin.csproj b/Net/Editing/ViperPin/CSharp/ViperPin.csproj index 01d347e3..6352c4e9 100644 --- a/Net/Editing/ViperPin/CSharp/ViperPin.csproj +++ b/Net/Editing/ViperPin/CSharp/ViperPin.csproj @@ -56,34 +56,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Editing/ViperPin/CSharp/ViperPinForm.Designer.cs b/Net/Editing/ViperPin/CSharp/ViperPinForm.Designer.cs index c5921bd5..d5d751a6 100644 --- a/Net/Editing/ViperPin/CSharp/ViperPinForm.Designer.cs +++ b/Net/Editing/ViperPin/CSharp/ViperPinForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/CSharp/ViperPinForm.cs b/Net/Editing/ViperPin/CSharp/ViperPinForm.cs index d92adf25..8e162ad9 100644 --- a/Net/Editing/ViperPin/CSharp/ViperPinForm.cs +++ b/Net/Editing/ViperPin/CSharp/ViperPinForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/CSharp/ViperPinTool.cs b/Net/Editing/ViperPin/CSharp/ViperPinTool.cs index da371f75..5a0e997f 100644 --- a/Net/Editing/ViperPin/CSharp/ViperPinTool.cs +++ b/Net/Editing/ViperPin/CSharp/ViperPinTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/Readme.html b/Net/Editing/ViperPin/Readme.html index 726a2e8a..9fd80b18 100644 --- a/Net/Editing/ViperPin/Readme.html +++ b/Net/Editing/ViperPin/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/ViperPin/Readme.md b/Net/Editing/ViperPin/Readme.md index 6ea68caf..5acfec10 100644 --- a/Net/Editing/ViperPin/Readme.md +++ b/Net/Editing/ViperPin/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/ViperPin/VBNet/My Project/AssemblyInfo.vb b/Net/Editing/ViperPin/VBNet/My Project/AssemblyInfo.vb index 83e758fc..0552efee 100644 --- a/Net/Editing/ViperPin/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Editing/ViperPin/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/VBNet/ViperPin.vbproj b/Net/Editing/ViperPin/VBNet/ViperPin.vbproj index 50e4c661..8c938163 100644 --- a/Net/Editing/ViperPin/VBNet/ViperPin.vbproj +++ b/Net/Editing/ViperPin/VBNet/ViperPin.vbproj @@ -62,39 +62,39 @@ false - + False - + False False - + False - + False - + False - + False - + False False - + False - + False - + False - + False False diff --git a/Net/Editing/ViperPin/VBNet/ViperPinForm.Designer.vb b/Net/Editing/ViperPin/VBNet/ViperPinForm.Designer.vb index 5881de0c..9613a5da 100644 --- a/Net/Editing/ViperPin/VBNet/ViperPinForm.Designer.vb +++ b/Net/Editing/ViperPin/VBNet/ViperPinForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/VBNet/ViperPinForm.vb b/Net/Editing/ViperPin/VBNet/ViperPinForm.vb index c10d1482..70ed9d65 100644 --- a/Net/Editing/ViperPin/VBNet/ViperPinForm.vb +++ b/Net/Editing/ViperPin/VBNet/ViperPinForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/ViperPin/VBNet/ViperPinTool.vb b/Net/Editing/ViperPin/VBNet/ViperPinTool.vb index c85faf93..416b02ee 100644 --- a/Net/Editing/ViperPin/VBNet/ViperPinTool.vb +++ b/Net/Editing/ViperPin/VBNet/ViperPinTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.Designer.cs b/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.Designer.cs index 381b076e..d195e7fd 100644 --- a/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.Designer.cs +++ b/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.cs b/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.cs index db63f18c..f2b03dfa 100644 --- a/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.cs +++ b/Net/Editing/WorkingWithPackages/CSharp/FrmMapControl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/CSharp/Program.cs b/Net/Editing/WorkingWithPackages/CSharp/Program.cs index 6dc1cba4..ac48d82a 100644 --- a/Net/Editing/WorkingWithPackages/CSharp/Program.cs +++ b/Net/Editing/WorkingWithPackages/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/CSharp/Properties/AssemblyInfo.cs b/Net/Editing/WorkingWithPackages/CSharp/Properties/AssemblyInfo.cs index 0d9676a6..a88c86a2 100644 --- a/Net/Editing/WorkingWithPackages/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Editing/WorkingWithPackages/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/CSharp/WorkingWithPackages.csproj b/Net/Editing/WorkingWithPackages/CSharp/WorkingWithPackages.csproj index 7d62407a..7362592e 100644 --- a/Net/Editing/WorkingWithPackages/CSharp/WorkingWithPackages.csproj +++ b/Net/Editing/WorkingWithPackages/CSharp/WorkingWithPackages.csproj @@ -56,34 +56,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Editing/WorkingWithPackages/Readme.html b/Net/Editing/WorkingWithPackages/Readme.html index 59ac2505..b59ec95b 100644 --- a/Net/Editing/WorkingWithPackages/Readme.html +++ b/Net/Editing/WorkingWithPackages/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Editing/WorkingWithPackages/Readme.md b/Net/Editing/WorkingWithPackages/Readme.md index 7065fd3c..3c597b88 100644 --- a/Net/Editing/WorkingWithPackages/Readme.md +++ b/Net/Editing/WorkingWithPackages/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to open map and layer packages from [ArcGIS.com](ht Language: C#, VB Subject: Editing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Editing/WorkingWithPackages/VBNet/ApplicationEvents.vb b/Net/Editing/WorkingWithPackages/VBNet/ApplicationEvents.vb index 92ec56d0..bb6c8720 100644 --- a/Net/Editing/WorkingWithPackages/VBNet/ApplicationEvents.vb +++ b/Net/Editing/WorkingWithPackages/VBNet/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.Designer.vb b/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.Designer.vb index 57dd6741..2038a799 100644 --- a/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.Designer.vb +++ b/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.vb b/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.vb index 5123d4f7..7cb6ec8f 100644 --- a/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.vb +++ b/Net/Editing/WorkingWithPackages/VBNet/FrmMapControl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/VBNet/My Project/AssemblyInfo.vb b/Net/Editing/WorkingWithPackages/VBNet/My Project/AssemblyInfo.vb index ed91e90c..42e85c36 100644 --- a/Net/Editing/WorkingWithPackages/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Editing/WorkingWithPackages/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Editing/WorkingWithPackages/VBNet/WorkingWithPackages.vbproj b/Net/Editing/WorkingWithPackages/VBNet/WorkingWithPackages.vbproj index 3f5b4ad2..46e47aad 100644 --- a/Net/Editing/WorkingWithPackages/VBNet/WorkingWithPackages.vbproj +++ b/Net/Editing/WorkingWithPackages/VBNet/WorkingWithPackages.vbproj @@ -45,34 +45,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Framework/AddInEditorExtension/CSharp/AddInEditorExtension.csproj b/Net/Framework/AddInEditorExtension/CSharp/AddInEditorExtension.csproj index 6e3b4930..bad2dcf0 100644 --- a/Net/Framework/AddInEditorExtension/CSharp/AddInEditorExtension.csproj +++ b/Net/Framework/AddInEditorExtension/CSharp/AddInEditorExtension.csproj @@ -56,19 +56,19 @@ false - + False False - + False True - + False True diff --git a/Net/Framework/AddInEditorExtension/CSharp/Config.esriaddinx b/Net/Framework/AddInEditorExtension/CSharp/Config.esriaddinx index dee4039b..62ff9be0 100644 --- a/Net/Framework/AddInEditorExtension/CSharp/Config.esriaddinx +++ b/Net/Framework/AddInEditorExtension/CSharp/Config.esriaddinx @@ -27,7 +27,7 @@ ESRI 8/19/2009 12:59:51 PM - + diff --git a/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs b/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs index 079a589d..f5dd2695 100644 --- a/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs +++ b/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInEditorExtension/Readme.html b/Net/Framework/AddInEditorExtension/Readme.html index 28221072..56f5ed59 100644 --- a/Net/Framework/AddInEditorExtension/Readme.html +++ b/Net/Framework/AddInEditorExtension/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/AddInEditorExtension/Readme.md b/Net/Framework/AddInEditorExtension/Readme.md index 27d05947..08d6d107 100644 --- a/Net/Framework/AddInEditorExtension/Readme.md +++ b/Net/Framework/AddInEditorExtension/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to create a custom editor extension using add-ins. Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/AddInEditorExtension/VBNet/AddInEditorExtension.vbproj b/Net/Framework/AddInEditorExtension/VBNet/AddInEditorExtension.vbproj index 359c29f8..3d522385 100644 --- a/Net/Framework/AddInEditorExtension/VBNet/AddInEditorExtension.vbproj +++ b/Net/Framework/AddInEditorExtension/VBNet/AddInEditorExtension.vbproj @@ -94,15 +94,15 @@ - + False False - + False False - + False False diff --git a/Net/Framework/AddInEditorExtension/VBNet/Config.esriaddinx b/Net/Framework/AddInEditorExtension/VBNet/Config.esriaddinx index 0e9a644b..fa7d7f0c 100644 --- a/Net/Framework/AddInEditorExtension/VBNet/Config.esriaddinx +++ b/Net/Framework/AddInEditorExtension/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/19/2009 12:59:51 PM - + diff --git a/Net/Framework/AddInEditorExtension/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/AddInEditorExtension/VBNet/My Project/AssemblyInfo.vb index 735621cf..30ed7399 100644 --- a/Net/Framework/AddInEditorExtension/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/AddInEditorExtension/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInEditorExtension/VBNet/ValidateFeaturesExtension.vb b/Net/Framework/AddInEditorExtension/VBNet/ValidateFeaturesExtension.vb index 342498f2..c616454c 100644 --- a/Net/Framework/AddInEditorExtension/VBNet/ValidateFeaturesExtension.vb +++ b/Net/Framework/AddInEditorExtension/VBNet/ValidateFeaturesExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInExtensionPersist/CSharp/Config.esriaddinx b/Net/Framework/AddInExtensionPersist/CSharp/Config.esriaddinx index 8eb7a3b8..a8002440 100644 --- a/Net/Framework/AddInExtensionPersist/CSharp/Config.esriaddinx +++ b/Net/Framework/AddInExtensionPersist/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/19/2009 9:38:35 AM - + diff --git a/Net/Framework/AddInExtensionPersist/CSharp/LogExtension.cs b/Net/Framework/AddInExtensionPersist/CSharp/LogExtension.cs index 6d91821c..379edc27 100644 --- a/Net/Framework/AddInExtensionPersist/CSharp/LogExtension.cs +++ b/Net/Framework/AddInExtensionPersist/CSharp/LogExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInExtensionPersist/CSharp/PersistExtensionAddIn.csproj b/Net/Framework/AddInExtensionPersist/CSharp/PersistExtensionAddIn.csproj index 8fccf29e..14964006 100644 --- a/Net/Framework/AddInExtensionPersist/CSharp/PersistExtensionAddIn.csproj +++ b/Net/Framework/AddInExtensionPersist/CSharp/PersistExtensionAddIn.csproj @@ -63,7 +63,7 @@ False - + False False diff --git a/Net/Framework/AddInExtensionPersist/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/AddInExtensionPersist/CSharp/Properties/AssemblyInfo.cs index 731f88b6..0cf83f3a 100644 --- a/Net/Framework/AddInExtensionPersist/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/AddInExtensionPersist/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInExtensionPersist/Readme.html b/Net/Framework/AddInExtensionPersist/Readme.html index 161cbe85..0d4b8b06 100644 --- a/Net/Framework/AddInExtensionPersist/Readme.html +++ b/Net/Framework/AddInExtensionPersist/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/AddInExtensionPersist/Readme.md b/Net/Framework/AddInExtensionPersist/Readme.md index 20d6c11d..1a8be3e4 100644 --- a/Net/Framework/AddInExtensionPersist/Readme.md +++ b/Net/Framework/AddInExtensionPersist/Readme.md @@ -8,8 +8,8 @@ An extension participates in document persistence during the Save and Open event Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/AddInExtensionPersist/VBNet/Config.esriaddinx b/Net/Framework/AddInExtensionPersist/VBNet/Config.esriaddinx index 8eb7a3b8..a8002440 100644 --- a/Net/Framework/AddInExtensionPersist/VBNet/Config.esriaddinx +++ b/Net/Framework/AddInExtensionPersist/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/19/2009 9:38:35 AM - + diff --git a/Net/Framework/AddInExtensionPersist/VBNet/LogExtension.vb b/Net/Framework/AddInExtensionPersist/VBNet/LogExtension.vb index b019a99e..1f1dd2e1 100644 --- a/Net/Framework/AddInExtensionPersist/VBNet/LogExtension.vb +++ b/Net/Framework/AddInExtensionPersist/VBNet/LogExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInExtensionPersist/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/AddInExtensionPersist/VBNet/My Project/AssemblyInfo.vb index aff29058..6c953105 100644 --- a/Net/Framework/AddInExtensionPersist/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/AddInExtensionPersist/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/AddInExtensionPersist/VBNet/PersistExtensionAddIn.vbproj b/Net/Framework/AddInExtensionPersist/VBNet/PersistExtensionAddIn.vbproj index 8a3b2dbc..e7706f11 100644 --- a/Net/Framework/AddInExtensionPersist/VBNet/PersistExtensionAddIn.vbproj +++ b/Net/Framework/AddInExtensionPersist/VBNet/PersistExtensionAddIn.vbproj @@ -69,7 +69,7 @@ False - + False False diff --git a/Net/Framework/CustomMenus/CSharp/AddShapefile.cs b/Net/Framework/CustomMenus/CSharp/AddShapefile.cs index 9d5ec2b6..63bef685 100644 --- a/Net/Framework/CustomMenus/CSharp/AddShapefile.cs +++ b/Net/Framework/CustomMenus/CSharp/AddShapefile.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomMenus/CSharp/CustomMenus.csproj b/Net/Framework/CustomMenus/CSharp/CustomMenus.csproj index 2c086a69..c9a25dd5 100644 --- a/Net/Framework/CustomMenus/CSharp/CustomMenus.csproj +++ b/Net/Framework/CustomMenus/CSharp/CustomMenus.csproj @@ -57,51 +57,51 @@ false - + False - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True diff --git a/Net/Framework/CustomMenus/CSharp/MyBaseMenu.cs b/Net/Framework/CustomMenus/CSharp/MyBaseMenu.cs index e81cc6c5..aff03f2c 100644 --- a/Net/Framework/CustomMenus/CSharp/MyBaseMenu.cs +++ b/Net/Framework/CustomMenus/CSharp/MyBaseMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomMenus/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/CustomMenus/CSharp/Properties/AssemblyInfo.cs index 04c5da1c..24aaaf70 100644 --- a/Net/Framework/CustomMenus/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/CustomMenus/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomMenus/Readme.html b/Net/Framework/CustomMenus/Readme.html index 137055df..9d9d7641 100644 --- a/Net/Framework/CustomMenus/Readme.html +++ b/Net/Framework/CustomMenus/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/CustomMenus/Readme.md b/Net/Framework/CustomMenus/Readme.md index cb8d9557..7513ce7b 100644 --- a/Net/Framework/CustomMenus/Readme.md +++ b/Net/Framework/CustomMenus/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to create a base or root-level menu with submenu fu Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/CustomMenus/VBNet/AddShapefile.vb b/Net/Framework/CustomMenus/VBNet/AddShapefile.vb index 78a081d2..d3fdcd6b 100644 --- a/Net/Framework/CustomMenus/VBNet/AddShapefile.vb +++ b/Net/Framework/CustomMenus/VBNet/AddShapefile.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomMenus/VBNet/CustomMenus.vbproj b/Net/Framework/CustomMenus/VBNet/CustomMenus.vbproj index f7c67163..b64f72a5 100644 --- a/Net/Framework/CustomMenus/VBNet/CustomMenus.vbproj +++ b/Net/Framework/CustomMenus/VBNet/CustomMenus.vbproj @@ -58,43 +58,43 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/CustomMenus/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/CustomMenus/VBNet/My Project/AssemblyInfo.vb index e290d04b..0f3467ab 100644 --- a/Net/Framework/CustomMenus/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/CustomMenus/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomMenus/VBNet/MyBaseMenu.vb b/Net/Framework/CustomMenus/VBNet/MyBaseMenu.vb index 4955c8e3..9b2285a8 100644 --- a/Net/Framework/CustomMenus/VBNet/MyBaseMenu.vb +++ b/Net/Framework/CustomMenus/VBNet/MyBaseMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomTool/CSharp/CustomTool.csproj b/Net/Framework/CustomTool/CSharp/CustomTool.csproj index f94a1532..16f7b341 100644 --- a/Net/Framework/CustomTool/CSharp/CustomTool.csproj +++ b/Net/Framework/CustomTool/CSharp/CustomTool.csproj @@ -57,38 +57,38 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/CustomTool/CSharp/DrawGraphicLine.cs b/Net/Framework/CustomTool/CSharp/DrawGraphicLine.cs index 611ea44c..3c67c4d5 100644 --- a/Net/Framework/CustomTool/CSharp/DrawGraphicLine.cs +++ b/Net/Framework/CustomTool/CSharp/DrawGraphicLine.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomTool/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/CustomTool/CSharp/Properties/AssemblyInfo.cs index d9864d37..da0d827b 100644 --- a/Net/Framework/CustomTool/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/CustomTool/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomTool/Readme.html b/Net/Framework/CustomTool/Readme.html index 73b38ce9..53f6c159 100644 --- a/Net/Framework/CustomTool/Readme.html +++ b/Net/Framework/CustomTool/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/CustomTool/Readme.md b/Net/Framework/CustomTool/Readme.md index ce7229b2..cfabcd23 100644 --- a/Net/Framework/CustomTool/Readme.md +++ b/Net/Framework/CustomTool/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to create a tool. Tools are commands that enable th Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/CustomTool/VBNet/CustomTool.vbproj b/Net/Framework/CustomTool/VBNet/CustomTool.vbproj index edb97381..ebb52190 100644 --- a/Net/Framework/CustomTool/VBNet/CustomTool.vbproj +++ b/Net/Framework/CustomTool/VBNet/CustomTool.vbproj @@ -58,36 +58,36 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/CustomTool/VBNet/DrawGraphicLine.vb b/Net/Framework/CustomTool/VBNet/DrawGraphicLine.vb index c088a5be..76362761 100644 --- a/Net/Framework/CustomTool/VBNet/DrawGraphicLine.vb +++ b/Net/Framework/CustomTool/VBNet/DrawGraphicLine.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomTool/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/CustomTool/VBNet/My Project/AssemblyInfo.vb index 87b6e97f..a8356c55 100644 --- a/Net/Framework/CustomTool/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/CustomTool/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomUIElements/CSharp/AddGraphicsTool.cs b/Net/Framework/CustomUIElements/CSharp/AddGraphicsTool.cs index 6f3c2c10..1918c5b9 100644 --- a/Net/Framework/CustomUIElements/CSharp/AddGraphicsTool.cs +++ b/Net/Framework/CustomUIElements/CSharp/AddGraphicsTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomUIElements/CSharp/Config.esriaddinx b/Net/Framework/CustomUIElements/CSharp/Config.esriaddinx index 23d15565..047c176e 100644 --- a/Net/Framework/CustomUIElements/CSharp/Config.esriaddinx +++ b/Net/Framework/CustomUIElements/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ Dharma Inst. 9/18/2009 - + diff --git a/Net/Framework/CustomUIElements/CSharp/CustomUIElements.csproj b/Net/Framework/CustomUIElements/CSharp/CustomUIElements.csproj index 85b6b3a0..cb1f3e74 100644 --- a/Net/Framework/CustomUIElements/CSharp/CustomUIElements.csproj +++ b/Net/Framework/CustomUIElements/CSharp/CustomUIElements.csproj @@ -56,7 +56,7 @@ false - + False False @@ -102,27 +102,27 @@ False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/CustomUIElements/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/CustomUIElements/CSharp/Properties/AssemblyInfo.cs index 5bd413a4..1f46d100 100644 --- a/Net/Framework/CustomUIElements/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/CustomUIElements/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomUIElements/CSharp/ZoomToLayerButton.cs b/Net/Framework/CustomUIElements/CSharp/ZoomToLayerButton.cs index c5b06bfd..bd703d04 100644 --- a/Net/Framework/CustomUIElements/CSharp/ZoomToLayerButton.cs +++ b/Net/Framework/CustomUIElements/CSharp/ZoomToLayerButton.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomUIElements/Readme.html b/Net/Framework/CustomUIElements/Readme.html index 8f8b862f..186dc9a3 100644 --- a/Net/Framework/CustomUIElements/Readme.html +++ b/Net/Framework/CustomUIElements/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/CustomUIElements/Readme.md b/Net/Framework/CustomUIElements/Readme.md index 0bfce586..70bbe37d 100644 --- a/Net/Framework/CustomUIElements/Readme.md +++ b/Net/Framework/CustomUIElements/Readme.md @@ -8,8 +8,8 @@ This sample shows how to create a custom button, tool, menu, and toolbar using Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/CustomUIElements/VBNet/AddGraphicsTool.vb b/Net/Framework/CustomUIElements/VBNet/AddGraphicsTool.vb index a64cb9d6..de72420f 100644 --- a/Net/Framework/CustomUIElements/VBNet/AddGraphicsTool.vb +++ b/Net/Framework/CustomUIElements/VBNet/AddGraphicsTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomUIElements/VBNet/Config.esriaddinx b/Net/Framework/CustomUIElements/VBNet/Config.esriaddinx index e8a1d18b..3dd4cd93 100644 --- a/Net/Framework/CustomUIElements/VBNet/Config.esriaddinx +++ b/Net/Framework/CustomUIElements/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ Dharma Inst. 9/18/2009 - + diff --git a/Net/Framework/CustomUIElements/VBNet/CustomUIElements.vbproj b/Net/Framework/CustomUIElements/VBNet/CustomUIElements.vbproj index d7e342a3..94ff6562 100644 --- a/Net/Framework/CustomUIElements/VBNet/CustomUIElements.vbproj +++ b/Net/Framework/CustomUIElements/VBNet/CustomUIElements.vbproj @@ -66,7 +66,7 @@ False - + False False @@ -147,19 +147,19 @@ - + False - + False - + False - + False - + False diff --git a/Net/Framework/CustomUIElements/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/CustomUIElements/VBNet/My Project/AssemblyInfo.vb index ee8f8eed..36a31ac9 100644 --- a/Net/Framework/CustomUIElements/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/CustomUIElements/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomUIElements/VBNet/ZoomToLayerButton.vb b/Net/Framework/CustomUIElements/VBNet/ZoomToLayerButton.vb index b2d0cdfa..3bb46c9c 100644 --- a/Net/Framework/CustomUIElements/VBNet/ZoomToLayerButton.vb +++ b/Net/Framework/CustomUIElements/VBNet/ZoomToLayerButton.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/CSharp/AcmeExt.cs b/Net/Framework/CustomizingAtStartup/CSharp/AcmeExt.cs index 0c9ec722..5943cfd3 100644 --- a/Net/Framework/CustomizingAtStartup/CSharp/AcmeExt.cs +++ b/Net/Framework/CustomizingAtStartup/CSharp/AcmeExt.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/CSharp/AcmeMenu.cs b/Net/Framework/CustomizingAtStartup/CSharp/AcmeMenu.cs index 4911e3b1..7c4c47be 100644 --- a/Net/Framework/CustomizingAtStartup/CSharp/AcmeMenu.cs +++ b/Net/Framework/CustomizingAtStartup/CSharp/AcmeMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/CustomizingAtStartup/CSharp/Properties/AssemblyInfo.cs index e1e9acf4..c2e4e29f 100644 --- a/Net/Framework/CustomizingAtStartup/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/CustomizingAtStartup/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/CSharp/Startup_Customizations.csproj b/Net/Framework/CustomizingAtStartup/CSharp/Startup_Customizations.csproj index 06233895..2bef0ace 100644 --- a/Net/Framework/CustomizingAtStartup/CSharp/Startup_Customizations.csproj +++ b/Net/Framework/CustomizingAtStartup/CSharp/Startup_Customizations.csproj @@ -56,26 +56,26 @@ false - + False - + False True - + False True - + False True - + False True - + False True diff --git a/Net/Framework/CustomizingAtStartup/Readme.html b/Net/Framework/CustomizingAtStartup/Readme.html index 6d3fc292..cb4359a6 100644 --- a/Net/Framework/CustomizingAtStartup/Readme.html +++ b/Net/Framework/CustomizingAtStartup/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/CustomizingAtStartup/Readme.md b/Net/Framework/CustomizingAtStartup/Readme.md index c9faafb9..6d5fe50b 100644 --- a/Net/Framework/CustomizingAtStartup/Readme.md +++ b/Net/Framework/CustomizingAtStartup/Readme.md @@ -8,8 +8,8 @@ It is unsafe to make user interface customizations before the ArcGIS application Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/CustomizingAtStartup/VBNet/AcmeExt.vb b/Net/Framework/CustomizingAtStartup/VBNet/AcmeExt.vb index 1522eead..b1685d38 100644 --- a/Net/Framework/CustomizingAtStartup/VBNet/AcmeExt.vb +++ b/Net/Framework/CustomizingAtStartup/VBNet/AcmeExt.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/VBNet/AcmeMenu.vb b/Net/Framework/CustomizingAtStartup/VBNet/AcmeMenu.vb index a41ac6be..b106aae3 100644 --- a/Net/Framework/CustomizingAtStartup/VBNet/AcmeMenu.vb +++ b/Net/Framework/CustomizingAtStartup/VBNet/AcmeMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/CustomizingAtStartup/VBNet/My Project/AssemblyInfo.vb index 73b204aa..f70fc3bd 100644 --- a/Net/Framework/CustomizingAtStartup/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/CustomizingAtStartup/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/CustomizingAtStartup/VBNet/Startup_Customizations.vbproj b/Net/Framework/CustomizingAtStartup/VBNet/Startup_Customizations.vbproj index 8d9f51a2..62caee51 100644 --- a/Net/Framework/CustomizingAtStartup/VBNet/Startup_Customizations.vbproj +++ b/Net/Framework/CustomizingAtStartup/VBNet/Startup_Customizations.vbproj @@ -60,27 +60,27 @@ false - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DesktopAutomation/CSharp/DesktopAutomationCS.csproj b/Net/Framework/DesktopAutomation/CSharp/DesktopAutomationCS.csproj index 7653c035..102fae8f 100644 --- a/Net/Framework/DesktopAutomation/CSharp/DesktopAutomationCS.csproj +++ b/Net/Framework/DesktopAutomation/CSharp/DesktopAutomationCS.csproj @@ -57,55 +57,55 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DesktopAutomation/CSharp/Form1.Designer.cs b/Net/Framework/DesktopAutomation/CSharp/Form1.Designer.cs index 118806ae..d3f82976 100644 --- a/Net/Framework/DesktopAutomation/CSharp/Form1.Designer.cs +++ b/Net/Framework/DesktopAutomation/CSharp/Form1.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopAutomation/CSharp/Form1.cs b/Net/Framework/DesktopAutomation/CSharp/Form1.cs index 4d14cb65..91c8855c 100644 --- a/Net/Framework/DesktopAutomation/CSharp/Form1.cs +++ b/Net/Framework/DesktopAutomation/CSharp/Form1.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopAutomation/CSharp/Program.cs b/Net/Framework/DesktopAutomation/CSharp/Program.cs index fbe8acc9..efbd58b1 100644 --- a/Net/Framework/DesktopAutomation/CSharp/Program.cs +++ b/Net/Framework/DesktopAutomation/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopAutomation/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/DesktopAutomation/CSharp/Properties/AssemblyInfo.cs index 30f13d26..11dd569b 100644 --- a/Net/Framework/DesktopAutomation/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/DesktopAutomation/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopAutomation/Readme.html b/Net/Framework/DesktopAutomation/Readme.html index e4a236cb..fa811cf9 100644 --- a/Net/Framework/DesktopAutomation/Readme.html +++ b/Net/Framework/DesktopAutomation/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/DesktopAutomation/Readme.md b/Net/Framework/DesktopAutomation/Readme.md index 8c87d438..3fed7d90 100644 --- a/Net/Framework/DesktopAutomation/Readme.md +++ b/Net/Framework/DesktopAutomation/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/DesktopAutomation/VBNet/DesktopAutomationVB.vbproj b/Net/Framework/DesktopAutomation/VBNet/DesktopAutomationVB.vbproj index 98a22f87..fa01982a 100644 --- a/Net/Framework/DesktopAutomation/VBNet/DesktopAutomationVB.vbproj +++ b/Net/Framework/DesktopAutomation/VBNet/DesktopAutomationVB.vbproj @@ -59,59 +59,59 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False ..\..\..\..\..\..\Program Files\Common Files\ArcGIS\bin\ESRI.ArcGIS.Version.dll diff --git a/Net/Framework/DesktopAutomation/VBNet/Form1.Designer.vb b/Net/Framework/DesktopAutomation/VBNet/Form1.Designer.vb index e92acbd3..10251545 100644 --- a/Net/Framework/DesktopAutomation/VBNet/Form1.Designer.vb +++ b/Net/Framework/DesktopAutomation/VBNet/Form1.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopAutomation/VBNet/Form1.vb b/Net/Framework/DesktopAutomation/VBNet/Form1.vb index e7325926..053ae9de 100644 --- a/Net/Framework/DesktopAutomation/VBNet/Form1.vb +++ b/Net/Framework/DesktopAutomation/VBNet/Form1.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopAutomation/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/DesktopAutomation/VBNet/My Project/AssemblyInfo.vb index 4dbb4a71..5119d59d 100644 --- a/Net/Framework/DesktopAutomation/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/DesktopAutomation/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/CSharp/ArcEditorOnlyExtension.cs b/Net/Framework/DesktopExtensions/CSharp/ArcEditorOnlyExtension.cs index 75fbaa49..94788e20 100644 --- a/Net/Framework/DesktopExtensions/CSharp/ArcEditorOnlyExtension.cs +++ b/Net/Framework/DesktopExtensions/CSharp/ArcEditorOnlyExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/CSharp/ArcInfoOnlyExtension.cs b/Net/Framework/DesktopExtensions/CSharp/ArcInfoOnlyExtension.cs index a5eef5e1..58e328eb 100644 --- a/Net/Framework/DesktopExtensions/CSharp/ArcInfoOnlyExtension.cs +++ b/Net/Framework/DesktopExtensions/CSharp/ArcInfoOnlyExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/CSharp/ArcViewOnlyExtension.cs b/Net/Framework/DesktopExtensions/CSharp/ArcViewOnlyExtension.cs index 7b17a820..d00f9b52 100644 --- a/Net/Framework/DesktopExtensions/CSharp/ArcViewOnlyExtension.cs +++ b/Net/Framework/DesktopExtensions/CSharp/ArcViewOnlyExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/CSharp/DesktopExtensionsCS.csproj b/Net/Framework/DesktopExtensions/CSharp/DesktopExtensionsCS.csproj index 191b26de..89cf8da4 100644 --- a/Net/Framework/DesktopExtensions/CSharp/DesktopExtensionsCS.csproj +++ b/Net/Framework/DesktopExtensions/CSharp/DesktopExtensionsCS.csproj @@ -57,19 +57,19 @@ false - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DesktopExtensions/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/DesktopExtensions/CSharp/Properties/AssemblyInfo.cs index 362c7fb7..b3933688 100644 --- a/Net/Framework/DesktopExtensions/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/DesktopExtensions/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/CSharp/SimpleExtension.cs b/Net/Framework/DesktopExtensions/CSharp/SimpleExtension.cs index 570b7961..a55d8ac5 100644 --- a/Net/Framework/DesktopExtensions/CSharp/SimpleExtension.cs +++ b/Net/Framework/DesktopExtensions/CSharp/SimpleExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/Readme.html b/Net/Framework/DesktopExtensions/Readme.html index de7bb696..bbe81f37 100644 --- a/Net/Framework/DesktopExtensions/Readme.html +++ b/Net/Framework/DesktopExtensions/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/DesktopExtensions/Readme.md b/Net/Framework/DesktopExtensions/Readme.md index bba9f49c..74fb3ea6 100644 --- a/Net/Framework/DesktopExtensions/Readme.md +++ b/Net/Framework/DesktopExtensions/Readme.md @@ -8,8 +8,8 @@ This sample illustrates different implementations of application extensions in A Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/DesktopExtensions/VBNet/ArcEditorOnlyExtension.vb b/Net/Framework/DesktopExtensions/VBNet/ArcEditorOnlyExtension.vb index 7cca8dc5..87963130 100644 --- a/Net/Framework/DesktopExtensions/VBNet/ArcEditorOnlyExtension.vb +++ b/Net/Framework/DesktopExtensions/VBNet/ArcEditorOnlyExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/VBNet/ArcInfoOnlyExtension.vb b/Net/Framework/DesktopExtensions/VBNet/ArcInfoOnlyExtension.vb index 7b58a788..f38f85dc 100644 --- a/Net/Framework/DesktopExtensions/VBNet/ArcInfoOnlyExtension.vb +++ b/Net/Framework/DesktopExtensions/VBNet/ArcInfoOnlyExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/VBNet/ArcViewOnlyExtension.vb b/Net/Framework/DesktopExtensions/VBNet/ArcViewOnlyExtension.vb index 724e0008..c373082c 100644 --- a/Net/Framework/DesktopExtensions/VBNet/ArcViewOnlyExtension.vb +++ b/Net/Framework/DesktopExtensions/VBNet/ArcViewOnlyExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/VBNet/DesktopExtensionsVB.vbproj b/Net/Framework/DesktopExtensions/VBNet/DesktopExtensionsVB.vbproj index 023e4029..f267be02 100644 --- a/Net/Framework/DesktopExtensions/VBNet/DesktopExtensionsVB.vbproj +++ b/Net/Framework/DesktopExtensions/VBNet/DesktopExtensionsVB.vbproj @@ -58,19 +58,19 @@ false - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DesktopExtensions/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/DesktopExtensions/VBNet/My Project/AssemblyInfo.vb index d2e2b559..e12f57eb 100644 --- a/Net/Framework/DesktopExtensions/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/DesktopExtensions/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopExtensions/VBNet/SimpleExtension.vb b/Net/Framework/DesktopExtensions/VBNet/SimpleExtension.vb index fb1d21d2..62c8c93f 100644 --- a/Net/Framework/DesktopExtensions/VBNet/SimpleExtension.vb +++ b/Net/Framework/DesktopExtensions/VBNet/SimpleExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/CSharp/DesktopPropertyPageCS.csproj b/Net/Framework/DesktopPropertyPage/CSharp/DesktopPropertyPageCS.csproj index bb919e02..c52bc610 100644 --- a/Net/Framework/DesktopPropertyPage/CSharp/DesktopPropertyPageCS.csproj +++ b/Net/Framework/DesktopPropertyPage/CSharp/DesktopPropertyPageCS.csproj @@ -57,31 +57,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.Designer.cs b/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.Designer.cs index 777a6b15..9fc800f0 100644 --- a/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.Designer.cs +++ b/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.cs b/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.cs index 32786b57..ec35ab54 100644 --- a/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.cs +++ b/Net/Framework/DesktopPropertyPage/CSharp/LayerVisibilityPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/DesktopPropertyPage/CSharp/Properties/AssemblyInfo.cs index 0e5d43ba..8ba5d387 100644 --- a/Net/Framework/DesktopPropertyPage/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/DesktopPropertyPage/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/CSharp/SimpleLayerPropertiesCmd.cs b/Net/Framework/DesktopPropertyPage/CSharp/SimpleLayerPropertiesCmd.cs index 26a2b343..2ff28da0 100644 --- a/Net/Framework/DesktopPropertyPage/CSharp/SimpleLayerPropertiesCmd.cs +++ b/Net/Framework/DesktopPropertyPage/CSharp/SimpleLayerPropertiesCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/Readme.html b/Net/Framework/DesktopPropertyPage/Readme.html index 5ea4b802..28a2d6d2 100644 --- a/Net/Framework/DesktopPropertyPage/Readme.html +++ b/Net/Framework/DesktopPropertyPage/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/DesktopPropertyPage/Readme.md b/Net/Framework/DesktopPropertyPage/Readme.md index f22c6637..2f01a5e2 100644 --- a/Net/Framework/DesktopPropertyPage/Readme.md +++ b/Net/Framework/DesktopPropertyPage/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/DesktopPropertyPage/VBNet/DesktopPropertyPageVB.vbproj b/Net/Framework/DesktopPropertyPage/VBNet/DesktopPropertyPageVB.vbproj index dd9258d2..31fc1450 100644 --- a/Net/Framework/DesktopPropertyPage/VBNet/DesktopPropertyPageVB.vbproj +++ b/Net/Framework/DesktopPropertyPage/VBNet/DesktopPropertyPageVB.vbproj @@ -58,39 +58,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.Designer.vb b/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.Designer.vb index cf743cc5..893a508b 100644 --- a/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.Designer.vb +++ b/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.vb b/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.vb index 5e58509b..596affd8 100644 --- a/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.vb +++ b/Net/Framework/DesktopPropertyPage/VBNet/LayerVisibilityPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/DesktopPropertyPage/VBNet/My Project/AssemblyInfo.vb index 6f82e4c0..779f0ad1 100644 --- a/Net/Framework/DesktopPropertyPage/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/DesktopPropertyPage/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DesktopPropertyPage/VBNet/SimpleLayerPropertiesCmd.vb b/Net/Framework/DesktopPropertyPage/VBNet/SimpleLayerPropertiesCmd.vb index 050d3eea..f18d679e 100644 --- a/Net/Framework/DesktopPropertyPage/VBNet/SimpleLayerPropertiesCmd.vb +++ b/Net/Framework/DesktopPropertyPage/VBNet/SimpleLayerPropertiesCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebSitesCS.csproj b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebSitesCS.csproj index e5880522..5a13dc82 100644 --- a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebSitesCS.csproj +++ b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebSitesCS.csproj @@ -57,23 +57,23 @@ false - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.Designer.cs b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.Designer.cs index 3203f730..9f6c7d72 100644 --- a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.Designer.cs +++ b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.cs b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.cs index 8ae4eeac..be9cd21c 100644 --- a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.cs +++ b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindow.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindowCommand.cs b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindowCommand.cs index f525774f..da6cd2c8 100644 --- a/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindowCommand.cs +++ b/Net/Framework/DockableWindowESRIWebSites/CSharp/ESRIWebsitesWindowCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/DockableWindowESRIWebSites/CSharp/Properties/AssemblyInfo.cs index 769f5582..767d8620 100644 --- a/Net/Framework/DockableWindowESRIWebSites/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/DockableWindowESRIWebSites/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/Readme.html b/Net/Framework/DockableWindowESRIWebSites/Readme.html index 1f11e1d9..23a80c89 100644 --- a/Net/Framework/DockableWindowESRIWebSites/Readme.html +++ b/Net/Framework/DockableWindowESRIWebSites/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/DockableWindowESRIWebSites/Readme.md b/Net/Framework/DockableWindowESRIWebSites/Readme.md index 55fe872c..e5b6512c 100644 --- a/Net/Framework/DockableWindowESRIWebSites/Readme.md +++ b/Net/Framework/DockableWindowESRIWebSites/Readme.md @@ -8,8 +8,8 @@ This sample contains a simple dockable window hosting a Web browser and a combo Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebSitesVB.vbproj b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebSitesVB.vbproj index 0587a409..e521ad8c 100644 --- a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebSitesVB.vbproj +++ b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebSitesVB.vbproj @@ -58,23 +58,23 @@ false - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.Designer.vb b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.Designer.vb index d31f0874..d53facc1 100644 --- a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.Designer.vb +++ b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.vb b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.vb index 86137853..80bd2575 100644 --- a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.vb +++ b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindow.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindowCommand.vb b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindowCommand.vb index 6aeaa874..88a94cd3 100644 --- a/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindowCommand.vb +++ b/Net/Framework/DockableWindowESRIWebSites/VBNet/ESRIWebsitesWindowCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/DockableWindowESRIWebSites/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/DockableWindowESRIWebSites/VBNet/My Project/AssemblyInfo.vb index 47d2d473..f4d3b0ac 100644 --- a/Net/Framework/DockableWindowESRIWebSites/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/DockableWindowESRIWebSites/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/OpenSaveLogExtension/CSharp/LogExtension.cs b/Net/Framework/OpenSaveLogExtension/CSharp/LogExtension.cs index 81ce25bd..42d139b6 100644 --- a/Net/Framework/OpenSaveLogExtension/CSharp/LogExtension.cs +++ b/Net/Framework/OpenSaveLogExtension/CSharp/LogExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/OpenSaveLogExtension/CSharp/OpenSaveLogExtensionCS.csproj b/Net/Framework/OpenSaveLogExtension/CSharp/OpenSaveLogExtensionCS.csproj index f4705f8e..7f02ed47 100644 --- a/Net/Framework/OpenSaveLogExtension/CSharp/OpenSaveLogExtensionCS.csproj +++ b/Net/Framework/OpenSaveLogExtension/CSharp/OpenSaveLogExtensionCS.csproj @@ -57,16 +57,16 @@ false - + False - + False - + False - + False diff --git a/Net/Framework/OpenSaveLogExtension/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/OpenSaveLogExtension/CSharp/Properties/AssemblyInfo.cs index 55bbcfe3..b4c3ba20 100644 --- a/Net/Framework/OpenSaveLogExtension/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/OpenSaveLogExtension/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/OpenSaveLogExtension/Readme.html b/Net/Framework/OpenSaveLogExtension/Readme.html index 6696cb59..00eebef1 100644 --- a/Net/Framework/OpenSaveLogExtension/Readme.html +++ b/Net/Framework/OpenSaveLogExtension/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/OpenSaveLogExtension/Readme.md b/Net/Framework/OpenSaveLogExtension/Readme.md index b3105f56..6d7fa12c 100644 --- a/Net/Framework/OpenSaveLogExtension/Readme.md +++ b/Net/Framework/OpenSaveLogExtension/Readme.md @@ -8,8 +8,8 @@ A component can listen to events fired by the application when a document is cre Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/OpenSaveLogExtension/VBNet/LogExtension.vb b/Net/Framework/OpenSaveLogExtension/VBNet/LogExtension.vb index fb9290fa..d0654aa6 100644 --- a/Net/Framework/OpenSaveLogExtension/VBNet/LogExtension.vb +++ b/Net/Framework/OpenSaveLogExtension/VBNet/LogExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/OpenSaveLogExtension/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/OpenSaveLogExtension/VBNet/My Project/AssemblyInfo.vb index 6fa6b7d5..77f35ddc 100644 --- a/Net/Framework/OpenSaveLogExtension/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/OpenSaveLogExtension/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/OpenSaveLogExtension/VBNet/OpenSaveLogExtensionVB.vbproj b/Net/Framework/OpenSaveLogExtension/VBNet/OpenSaveLogExtensionVB.vbproj index 03bb3e3c..03f5d3bf 100644 --- a/Net/Framework/OpenSaveLogExtension/VBNet/OpenSaveLogExtensionVB.vbproj +++ b/Net/Framework/OpenSaveLogExtension/VBNet/OpenSaveLogExtensionVB.vbproj @@ -58,23 +58,23 @@ false - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/ReadMe.md b/Net/Framework/ReadMe.md index 7eddf41f..01a9addc 100644 --- a/Net/Framework/ReadMe.md +++ b/Net/Framework/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Framework -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Framework' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Framework' topic. ## Features diff --git a/Net/Framework/RecentFilesCommands/CSharp/CommandRecentFiles.cs b/Net/Framework/RecentFilesCommands/CSharp/CommandRecentFiles.cs index d5501e09..7812e60e 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/CommandRecentFiles.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/CommandRecentFiles.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.Designer.cs b/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.Designer.cs index 1cd3748f..0e08297a 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.Designer.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.cs b/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.cs index 27045860..73b68076 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/FormRecentFiles.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/MultiItemRecentFiles.cs b/Net/Framework/RecentFilesCommands/CSharp/MultiItemRecentFiles.cs index fafab333..820d7a65 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/MultiItemRecentFiles.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/MultiItemRecentFiles.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/RecentFilesCommands/CSharp/Properties/AssemblyInfo.cs index 2b9afcf5..2c39bd57 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCombo.cs b/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCombo.cs index a8d8a92a..e6dc6924 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCombo.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCombo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCommandsCS.csproj b/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCommandsCS.csproj index 2a19500d..a2a88750 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCommandsCS.csproj +++ b/Net/Framework/RecentFilesCommands/CSharp/RecentFilesCommandsCS.csproj @@ -57,23 +57,23 @@ false - + False False - + False False - + False False - + False False - + False diff --git a/Net/Framework/RecentFilesCommands/CSharp/RecentFilesRegistryHelper.cs b/Net/Framework/RecentFilesCommands/CSharp/RecentFilesRegistryHelper.cs index c6552e0e..3a307959 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/RecentFilesRegistryHelper.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/RecentFilesRegistryHelper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/RootMenuRecentFiles.cs b/Net/Framework/RecentFilesCommands/CSharp/RootMenuRecentFiles.cs index ea0d5d3c..9355cb0b 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/RootMenuRecentFiles.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/RootMenuRecentFiles.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/CSharp/ToolbarRecentFiles.cs b/Net/Framework/RecentFilesCommands/CSharp/ToolbarRecentFiles.cs index 197d861c..c638bdea 100644 --- a/Net/Framework/RecentFilesCommands/CSharp/ToolbarRecentFiles.cs +++ b/Net/Framework/RecentFilesCommands/CSharp/ToolbarRecentFiles.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/Readme.html b/Net/Framework/RecentFilesCommands/Readme.html index 9a5e1d5f..21747627 100644 --- a/Net/Framework/RecentFilesCommands/Readme.html +++ b/Net/Framework/RecentFilesCommands/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/RecentFilesCommands/Readme.md b/Net/Framework/RecentFilesCommands/Readme.md index f6cfc11c..3bfc57c7 100644 --- a/Net/Framework/RecentFilesCommands/Readme.md +++ b/Net/Framework/RecentFilesCommands/Readme.md @@ -8,8 +8,8 @@ This sample shows how to implement different styles of custom commandsfalse - + False - + False - + False ..\..\..\..\..\..\..\WINDOWS\assembly\GAC_MSIL\ESRI.ArcGIS.System\9.2.0.1193__8fc3cc631e44ad86\ESRI.ArcGIS.System.dll - + False ..\..\..\..\..\..\..\WINDOWS\assembly\GAC_MSIL\ESRI.ArcGIS.SystemUI\9.2.0.1193__8fc3cc631e44ad86\ESRI.ArcGIS.SystemUI.dll - + False diff --git a/Net/Framework/RecentFilesCommands/VBNet/RecentFilesRegistryHelper.vb b/Net/Framework/RecentFilesCommands/VBNet/RecentFilesRegistryHelper.vb index 1130a636..0d38df01 100644 --- a/Net/Framework/RecentFilesCommands/VBNet/RecentFilesRegistryHelper.vb +++ b/Net/Framework/RecentFilesCommands/VBNet/RecentFilesRegistryHelper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/VBNet/RootMenuRecentFiles.vb b/Net/Framework/RecentFilesCommands/VBNet/RootMenuRecentFiles.vb index 26dbcd85..1424c76e 100644 --- a/Net/Framework/RecentFilesCommands/VBNet/RootMenuRecentFiles.vb +++ b/Net/Framework/RecentFilesCommands/VBNet/RootMenuRecentFiles.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/RecentFilesCommands/VBNet/ToolbarRecentFiles.vb b/Net/Framework/RecentFilesCommands/VBNet/ToolbarRecentFiles.vb index 53779b14..3c14e3aa 100644 --- a/Net/Framework/RecentFilesCommands/VBNet/ToolbarRecentFiles.vb +++ b/Net/Framework/RecentFilesCommands/VBNet/ToolbarRecentFiles.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/Config.esriaddinx b/Net/Framework/SelectionAddInSample/CSharp/Config.esriaddinx index f5be44aa..65e311bd 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/Config.esriaddinx +++ b/Net/Framework/SelectionAddInSample/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/8/2009 - + diff --git a/Net/Framework/SelectionAddInSample/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/SelectionAddInSample/CSharp/Properties/AssemblyInfo.cs index eec812fc..18c6fb73 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.cs b/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.cs index 47be3b74..62370e56 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.designer.cs b/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.designer.cs index 81894489..a4584c76 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.designer.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/SelCountDockWin.designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/SelectByLineTool.cs b/Net/Framework/SelectionAddInSample/CSharp/SelectByLineTool.cs index da329d27..722a0ce8 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/SelectByLineTool.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/SelectByLineTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/SelectionExtension.cs b/Net/Framework/SelectionAddInSample/CSharp/SelectionExtension.cs index 6fda0aad..1d285298 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/SelectionExtension.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/SelectionExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/SelectionSample.csproj b/Net/Framework/SelectionAddInSample/CSharp/SelectionSample.csproj index b78e5c5b..6c214f56 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/SelectionSample.csproj +++ b/Net/Framework/SelectionAddInSample/CSharp/SelectionSample.csproj @@ -56,7 +56,7 @@ false - + False False @@ -102,35 +102,35 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SelectionAddInSample/CSharp/SelectionTargetComboBox.cs b/Net/Framework/SelectionAddInSample/CSharp/SelectionTargetComboBox.cs index 8468a5c8..11c8cda7 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/SelectionTargetComboBox.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/SelectionTargetComboBox.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/ToggleDockWinBtn.cs b/Net/Framework/SelectionAddInSample/CSharp/ToggleDockWinBtn.cs index a7502c19..b687cbc0 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/ToggleDockWinBtn.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/ToggleDockWinBtn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/CSharp/ZoomToLayerMultiItem.cs b/Net/Framework/SelectionAddInSample/CSharp/ZoomToLayerMultiItem.cs index 7edbc122..7de05085 100644 --- a/Net/Framework/SelectionAddInSample/CSharp/ZoomToLayerMultiItem.cs +++ b/Net/Framework/SelectionAddInSample/CSharp/ZoomToLayerMultiItem.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/Readme.html b/Net/Framework/SelectionAddInSample/Readme.html index 3dd9eb3c..e4b1b486 100644 --- a/Net/Framework/SelectionAddInSample/Readme.html +++ b/Net/Framework/SelectionAddInSample/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/SelectionAddInSample/Readme.md b/Net/Framework/SelectionAddInSample/Readme.md index 07bc524d..8a557871 100644 --- a/Net/Framework/SelectionAddInSample/Readme.md +++ b/Net/Framework/SelectionAddInSample/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/SelectionAddInSample/VBNet/Config.esriaddinx b/Net/Framework/SelectionAddInSample/VBNet/Config.esriaddinx index f4a85abd..1decbed0 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/Config.esriaddinx +++ b/Net/Framework/SelectionAddInSample/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/8/2009 - + diff --git a/Net/Framework/SelectionAddInSample/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/SelectionAddInSample/VBNet/My Project/AssemblyInfo.vb index 84a85019..e82049ce 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.designer.vb b/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.designer.vb index 90dbbe66..cfbdd984 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.designer.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.vb b/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.vb index 53983524..220e88e2 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/SelCountDockWin.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/SelectByLineTool.vb b/Net/Framework/SelectionAddInSample/VBNet/SelectByLineTool.vb index 61592413..4a4a3221 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/SelectByLineTool.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/SelectByLineTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/SelectionExtension.vb b/Net/Framework/SelectionAddInSample/VBNet/SelectionExtension.vb index f255f9d5..44243e29 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/SelectionExtension.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/SelectionExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/SelectionSample.vbproj b/Net/Framework/SelectionAddInSample/VBNet/SelectionSample.vbproj index 1343f0b4..1263e70d 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/SelectionSample.vbproj +++ b/Net/Framework/SelectionAddInSample/VBNet/SelectionSample.vbproj @@ -62,7 +62,7 @@ false - + False False @@ -108,35 +108,35 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SelectionAddInSample/VBNet/SelectionTargetComboBox.vb b/Net/Framework/SelectionAddInSample/VBNet/SelectionTargetComboBox.vb index 2b127945..3bb98664 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/SelectionTargetComboBox.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/SelectionTargetComboBox.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/ToggleDockWinBtn.vb b/Net/Framework/SelectionAddInSample/VBNet/ToggleDockWinBtn.vb index c268fe12..2705399d 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/ToggleDockWinBtn.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/ToggleDockWinBtn.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionAddInSample/VBNet/ZoomToLayerMultiItem.vb b/Net/Framework/SelectionAddInSample/VBNet/ZoomToLayerMultiItem.vb index 2e63101b..a4a9a616 100644 --- a/Net/Framework/SelectionAddInSample/VBNet/ZoomToLayerMultiItem.vb +++ b/Net/Framework/SelectionAddInSample/VBNet/ZoomToLayerMultiItem.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/SelectionCOMSample/CSharp/Properties/AssemblyInfo.cs index 3374a74f..02c1bc34 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectByLineTool.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectByLineTool.cs index cb38f512..df92bba9 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectByLineTool.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectByLineTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionCOMSample.csproj b/Net/Framework/SelectionCOMSample/CSharp/SelectionCOMSample.csproj index 2702d60e..354a08e0 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionCOMSample.csproj +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionCOMSample.csproj @@ -57,51 +57,51 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.Designer.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.Designer.cs index 54eed7a2..2684fa39 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.Designer.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.cs index 34e7c693..075c62f8 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionCountDockWin.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionExtension.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionExtension.cs index 8668a42d..97d0af67 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionExtension.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionMenu.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionMenu.cs index cb351b9a..d5b44354 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionMenu.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionTargetComboBox.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionTargetComboBox.cs index ab109330..e5604271 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionTargetComboBox.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionTargetComboBox.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionToolPalette.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionToolPalette.cs index 81759dbb..600c5e13 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionToolPalette.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionToolPalette.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionToolbar.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionToolbar.cs index 4f3afbe6..4b6c70cd 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionToolbar.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionToolbar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/SelectionZoomToLayerMenu.cs b/Net/Framework/SelectionCOMSample/CSharp/SelectionZoomToLayerMenu.cs index aa2a6b14..e919c3a1 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/SelectionZoomToLayerMenu.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/SelectionZoomToLayerMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/ToggleDockWinBtn.cs b/Net/Framework/SelectionCOMSample/CSharp/ToggleDockWinBtn.cs index 4b81c9b7..d86a251d 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/ToggleDockWinBtn.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/ToggleDockWinBtn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/CSharp/ZoomToLayerMultiItem.cs b/Net/Framework/SelectionCOMSample/CSharp/ZoomToLayerMultiItem.cs index 47c69157..7cc7170d 100644 --- a/Net/Framework/SelectionCOMSample/CSharp/ZoomToLayerMultiItem.cs +++ b/Net/Framework/SelectionCOMSample/CSharp/ZoomToLayerMultiItem.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/Readme.html b/Net/Framework/SelectionCOMSample/Readme.html index ad4b3ed7..624f4339 100644 --- a/Net/Framework/SelectionCOMSample/Readme.html +++ b/Net/Framework/SelectionCOMSample/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/SelectionCOMSample/Readme.md b/Net/Framework/SelectionCOMSample/Readme.md index 160d8edd..26674750 100644 --- a/Net/Framework/SelectionCOMSample/Readme.md +++ b/Net/Framework/SelectionCOMSample/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/SelectionCOMSample/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/SelectionCOMSample/VBNet/My Project/AssemblyInfo.vb index 06dbc38a..d2625e3b 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectByLineTool.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectByLineTool.vb index 2ca77a4e..44d138d3 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectByLineTool.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectByLineTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionCOMSample.vbproj b/Net/Framework/SelectionCOMSample/VBNet/SelectionCOMSample.vbproj index 341a308a..3a47fbb5 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionCOMSample.vbproj +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionCOMSample.vbproj @@ -63,61 +63,61 @@ false - + False False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.ArcMap.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.ArcMapUI.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.Carto.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.CatalogUI.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.Display.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.Editor.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.Framework.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.Geodatabase.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.Geometry.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.System.dll False - + False ..\..\..\..\..\..\ArcGIS\Dotnet\ESRI.ArcGIS.SystemUI.dll False diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.Designer.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.Designer.vb index f24abc2c..25c1cbe6 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.Designer.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.vb index f24135ee..9fa63413 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionCountDockWin.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionExtension.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionExtension.vb index 6eb0bad7..8f5b0bd9 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionExtension.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionMenu.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionMenu.vb index b5427bb3..0a9a5647 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionMenu.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionTargetComboBox.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionTargetComboBox.vb index 0eda8048..2d0390bf 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionTargetComboBox.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionTargetComboBox.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionToolPalette.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionToolPalette.vb index f42e80aa..52d3d3cd 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionToolPalette.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionToolPalette.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionToolbar.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionToolbar.vb index 369b932d..afbe3b18 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionToolbar.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionToolbar.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/SelectionZoomToLayerMenu.vb b/Net/Framework/SelectionCOMSample/VBNet/SelectionZoomToLayerMenu.vb index 6b96ae4c..7d32fb77 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/SelectionZoomToLayerMenu.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/SelectionZoomToLayerMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/ToggleDockWinBtn.vb b/Net/Framework/SelectionCOMSample/VBNet/ToggleDockWinBtn.vb index fbbefbd1..dbbb6d1d 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/ToggleDockWinBtn.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/ToggleDockWinBtn.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SelectionCOMSample/VBNet/ZoomToLayerMultiItem.vb b/Net/Framework/SelectionCOMSample/VBNet/ZoomToLayerMultiItem.vb index cac0fa50..0b3cfa4f 100644 --- a/Net/Framework/SelectionCOMSample/VBNet/ZoomToLayerMultiItem.vb +++ b/Net/Framework/SelectionCOMSample/VBNet/ZoomToLayerMultiItem.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/ClearLoggingCommand.cs b/Net/Framework/SimpleLogWindow/CSharp/ClearLoggingCommand.cs index 2c582b91..6c8dc746 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/ClearLoggingCommand.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/ClearLoggingCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/LogLineMultiItemCmd.cs b/Net/Framework/SimpleLogWindow/CSharp/LogLineMultiItemCmd.cs index 5d9bbdc9..6d257bcc 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/LogLineMultiItemCmd.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/LogLineMultiItemCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.Designer.cs b/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.Designer.cs index c43e5e98..fc0e031c 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.Designer.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.cs b/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.cs index 7dcde36c..3101915d 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindow.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindowCommand.cs b/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindowCommand.cs index 3a73287b..53f62701 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindowCommand.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/LoggingDockableWindowCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/LoggingWindowCtxMnu.cs b/Net/Framework/SimpleLogWindow/CSharp/LoggingWindowCtxMnu.cs index 96a2b6ec..93acd3de 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/LoggingWindowCtxMnu.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/LoggingWindowCtxMnu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/SimpleLogWindow/CSharp/Properties/AssemblyInfo.cs index bf368c16..1bda3f61 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/SimpleLogWindow/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/CSharp/SimpleLogWindowCS.csproj b/Net/Framework/SimpleLogWindow/CSharp/SimpleLogWindowCS.csproj index 66570f03..452d4c17 100644 --- a/Net/Framework/SimpleLogWindow/CSharp/SimpleLogWindowCS.csproj +++ b/Net/Framework/SimpleLogWindow/CSharp/SimpleLogWindowCS.csproj @@ -57,23 +57,23 @@ false - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SimpleLogWindow/Readme.html b/Net/Framework/SimpleLogWindow/Readme.html index 25844045..4f8b1068 100644 --- a/Net/Framework/SimpleLogWindow/Readme.html +++ b/Net/Framework/SimpleLogWindow/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/SimpleLogWindow/Readme.md b/Net/Framework/SimpleLogWindow/Readme.md index 3f134a39..fb5965bc 100644 --- a/Net/Framework/SimpleLogWindow/Readme.md +++ b/Net/Framework/SimpleLogWindow/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/SimpleLogWindow/VBNet/ClearLoggingCommand.vb b/Net/Framework/SimpleLogWindow/VBNet/ClearLoggingCommand.vb index 99c57d3e..078f61a4 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/ClearLoggingCommand.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/ClearLoggingCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/LogLineMultiItemCmd.vb b/Net/Framework/SimpleLogWindow/VBNet/LogLineMultiItemCmd.vb index 851e2586..abe23cfa 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/LogLineMultiItemCmd.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/LogLineMultiItemCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.Designer.vb b/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.Designer.vb index 95f26522..31ab076a 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.Designer.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.vb b/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.vb index dfecdc17..70b2279b 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindow.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindowCommand.vb b/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindowCommand.vb index caf23428..12a14999 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindowCommand.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/LoggingDockableWindowCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/LoggingWindowCtxMnu.vb b/Net/Framework/SimpleLogWindow/VBNet/LoggingWindowCtxMnu.vb index e5e4164d..a00dbe9b 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/LoggingWindowCtxMnu.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/LoggingWindowCtxMnu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/SimpleLogWindow/VBNet/My Project/AssemblyInfo.vb index 90f209a6..be1c011d 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/SimpleLogWindow/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SimpleLogWindow/VBNet/SimpleLogWindowVB.vbproj b/Net/Framework/SimpleLogWindow/VBNet/SimpleLogWindowVB.vbproj index a1dd20be..f07cea25 100644 --- a/Net/Framework/SimpleLogWindow/VBNet/SimpleLogWindowVB.vbproj +++ b/Net/Framework/SimpleLogWindow/VBNet/SimpleLogWindowVB.vbproj @@ -58,23 +58,23 @@ false - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SubtypeCommandTool/CSharp/CommandSubtypeCS.csproj b/Net/Framework/SubtypeCommandTool/CSharp/CommandSubtypeCS.csproj index 156c3bd1..6fbae18b 100644 --- a/Net/Framework/SubtypeCommandTool/CSharp/CommandSubtypeCS.csproj +++ b/Net/Framework/SubtypeCommandTool/CSharp/CommandSubtypeCS.csproj @@ -57,35 +57,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SubtypeCommandTool/CSharp/PolyFeedbackTools.cs b/Net/Framework/SubtypeCommandTool/CSharp/PolyFeedbackTools.cs index 08eaf402..47644f63 100644 --- a/Net/Framework/SubtypeCommandTool/CSharp/PolyFeedbackTools.cs +++ b/Net/Framework/SubtypeCommandTool/CSharp/PolyFeedbackTools.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SubtypeCommandTool/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/SubtypeCommandTool/CSharp/Properties/AssemblyInfo.cs index dbc1e0d1..51047cbf 100644 --- a/Net/Framework/SubtypeCommandTool/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/SubtypeCommandTool/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SubtypeCommandTool/CSharp/ZoomInCommands.cs b/Net/Framework/SubtypeCommandTool/CSharp/ZoomInCommands.cs index 500b9017..c7a45b70 100644 --- a/Net/Framework/SubtypeCommandTool/CSharp/ZoomInCommands.cs +++ b/Net/Framework/SubtypeCommandTool/CSharp/ZoomInCommands.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/SubtypeCommandTool/Readme.html b/Net/Framework/SubtypeCommandTool/Readme.html index a680e1b0..8fad52cb 100644 --- a/Net/Framework/SubtypeCommandTool/Readme.html +++ b/Net/Framework/SubtypeCommandTool/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/SubtypeCommandTool/Readme.md b/Net/Framework/SubtypeCommandTool/Readme.md index 206392b0..b338048d 100644 --- a/Net/Framework/SubtypeCommandTool/Readme.md +++ b/Net/Framework/SubtypeCommandTool/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/SubtypeCommandTool/VBNet/CommandSubtypeVB.vbproj b/Net/Framework/SubtypeCommandTool/VBNet/CommandSubtypeVB.vbproj index 81683f19..17028d65 100644 --- a/Net/Framework/SubtypeCommandTool/VBNet/CommandSubtypeVB.vbproj +++ b/Net/Framework/SubtypeCommandTool/VBNet/CommandSubtypeVB.vbproj @@ -58,35 +58,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/SubtypeCommandTool/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/SubtypeCommandTool/VBNet/My Project/AssemblyInfo.vb index 42457d18..02f1d504 100644 --- a/Net/Framework/SubtypeCommandTool/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/SubtypeCommandTool/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SubtypeCommandTool/VBNet/PolyFeedbackTools.vb b/Net/Framework/SubtypeCommandTool/VBNet/PolyFeedbackTools.vb index 3525b511..6e99e038 100644 --- a/Net/Framework/SubtypeCommandTool/VBNet/PolyFeedbackTools.vb +++ b/Net/Framework/SubtypeCommandTool/VBNet/PolyFeedbackTools.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/SubtypeCommandTool/VBNet/ZoomInCommands.vb b/Net/Framework/SubtypeCommandTool/VBNet/ZoomInCommands.vb index aa245afd..3fe06940 100644 --- a/Net/Framework/SubtypeCommandTool/VBNet/ZoomInCommands.vb +++ b/Net/Framework/SubtypeCommandTool/VBNet/ZoomInCommands.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/TOCLayerFilter/CSharp/Properties/AssemblyInfo.cs index 2d8f0b98..7e03d08c 100644 --- a/Net/Framework/TOCLayerFilter/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/TOCLayerFilter/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/CSharp/TOCFilterLayerContextMenu.cs b/Net/Framework/TOCLayerFilter/CSharp/TOCFilterLayerContextMenu.cs index b388591c..4a7ca33a 100644 --- a/Net/Framework/TOCLayerFilter/CSharp/TOCFilterLayerContextMenu.cs +++ b/Net/Framework/TOCLayerFilter/CSharp/TOCFilterLayerContextMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.Designer.cs b/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.Designer.cs index 3534826f..88da9cc3 100644 --- a/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.Designer.cs +++ b/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.cs b/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.cs index 6d2c2c3f..aa34965d 100644 --- a/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.cs +++ b/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilter.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilterCS.csproj b/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilterCS.csproj index 69e6969a..eb0cdbb2 100644 --- a/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilterCS.csproj +++ b/Net/Framework/TOCLayerFilter/CSharp/TOCLayerFilterCS.csproj @@ -57,31 +57,31 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/TOCLayerFilter/Readme.html b/Net/Framework/TOCLayerFilter/Readme.html index 2d9db8cf..6127ef4e 100644 --- a/Net/Framework/TOCLayerFilter/Readme.html +++ b/Net/Framework/TOCLayerFilter/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/TOCLayerFilter/Readme.md b/Net/Framework/TOCLayerFilter/Readme.md index 62ba8bb0..5a6299e6 100644 --- a/Net/Framework/TOCLayerFilter/Readme.md +++ b/Net/Framework/TOCLayerFilter/Readme.md @@ -8,8 +8,8 @@ This sample shows an implementation of a custom table of contents (TOC) view th Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/TOCLayerFilter/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/TOCLayerFilter/VBNet/My Project/AssemblyInfo.vb index 19b695e3..bcb510e4 100644 --- a/Net/Framework/TOCLayerFilter/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/TOCLayerFilter/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/VBNet/TOCFilterLayerContextMenu.vb b/Net/Framework/TOCLayerFilter/VBNet/TOCFilterLayerContextMenu.vb index b2214a92..1468f65c 100644 --- a/Net/Framework/TOCLayerFilter/VBNet/TOCFilterLayerContextMenu.vb +++ b/Net/Framework/TOCLayerFilter/VBNet/TOCFilterLayerContextMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.Designer.vb b/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.Designer.vb index fdfc2521..e74d69cb 100644 --- a/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.Designer.vb +++ b/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.vb b/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.vb index a2ca8d33..7a7cb566 100644 --- a/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.vb +++ b/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilter.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilterVB.vbproj b/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilterVB.vbproj index c091fe59..e16d9826 100644 --- a/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilterVB.vbproj +++ b/Net/Framework/TOCLayerFilter/VBNet/TOCLayerFilterVB.vbproj @@ -58,27 +58,27 @@ false - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.Designer.cs b/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.Designer.cs index 264a8e55..b1a60a2d 100644 --- a/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.Designer.cs +++ b/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.cs b/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.cs index 45d8197f..c3a4bba5 100644 --- a/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.cs +++ b/Net/Framework/ToolAndControlSample/CSharp/FontToolControl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/CSharp/Properties/AssemblyInfo.cs b/Net/Framework/ToolAndControlSample/CSharp/Properties/AssemblyInfo.cs index 639fce29..44183cff 100644 --- a/Net/Framework/ToolAndControlSample/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Framework/ToolAndControlSample/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/CSharp/ToolAndControlSampleCS.csproj b/Net/Framework/ToolAndControlSample/CSharp/ToolAndControlSampleCS.csproj index 0657d909..13397fa1 100644 --- a/Net/Framework/ToolAndControlSample/CSharp/ToolAndControlSampleCS.csproj +++ b/Net/Framework/ToolAndControlSample/CSharp/ToolAndControlSampleCS.csproj @@ -57,45 +57,45 @@ false - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.ADF.Local.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.ADF.Local.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.ArcMapUI.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.ArcMapUI.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Carto.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Carto.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Display.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Display.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Framework.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Framework.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.Geometry.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.Geometry.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.System.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.System.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet\ESRI.ArcGIS.SystemUI.dll + ..\..\..\..\..\..\Program Files (x86)\ArcGIS\DeveloperKit10.7\DotNet\ESRI.ArcGIS.SystemUI.dll False diff --git a/Net/Framework/ToolAndControlSample/CSharp/ToolSample.cs b/Net/Framework/ToolAndControlSample/CSharp/ToolSample.cs index 5f6f8e6f..84d7b16d 100644 --- a/Net/Framework/ToolAndControlSample/CSharp/ToolSample.cs +++ b/Net/Framework/ToolAndControlSample/CSharp/ToolSample.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/Readme.html b/Net/Framework/ToolAndControlSample/Readme.html index feae14d5..d8eeb18e 100644 --- a/Net/Framework/ToolAndControlSample/Readme.html +++ b/Net/Framework/ToolAndControlSample/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Framework/ToolAndControlSample/Readme.md b/Net/Framework/ToolAndControlSample/Readme.md index 49c05101..b2962eef 100644 --- a/Net/Framework/ToolAndControlSample/Readme.md +++ b/Net/Framework/ToolAndControlSample/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Framework Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.Designer.vb b/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.Designer.vb index 4bf14372..e107a0cd 100644 --- a/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.Designer.vb +++ b/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.vb b/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.vb index 13140fe7..ba0795e8 100644 --- a/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.vb +++ b/Net/Framework/ToolAndControlSample/VBNet/FontToolControl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/VBNet/My Project/AssemblyInfo.vb b/Net/Framework/ToolAndControlSample/VBNet/My Project/AssemblyInfo.vb index 44df7579..9df1ad08 100644 --- a/Net/Framework/ToolAndControlSample/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Framework/ToolAndControlSample/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Framework/ToolAndControlSample/VBNet/ToolAndControlSampleVB.vbproj b/Net/Framework/ToolAndControlSample/VBNet/ToolAndControlSampleVB.vbproj index 904ebc9b..ab55042a 100644 --- a/Net/Framework/ToolAndControlSample/VBNet/ToolAndControlSampleVB.vbproj +++ b/Net/Framework/ToolAndControlSample/VBNet/ToolAndControlSampleVB.vbproj @@ -58,35 +58,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Framework/ToolAndControlSample/VBNet/ToolSample.vb b/Net/Framework/ToolAndControlSample/VBNet/ToolSample.vb index 9f594474..466beca1 100644 --- a/Net/Framework/ToolAndControlSample/VBNet/ToolSample.vb +++ b/Net/Framework/ToolAndControlSample/VBNet/ToolSample.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.csproj b/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.csproj index ed268518..4a1e4ebb 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.csproj +++ b/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.csproj @@ -58,19 +58,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/FindClosestIntersection.cs b/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/FindClosestIntersection.cs index 7250bef9..ca85dd38 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/FindClosestIntersection.cs +++ b/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/FindClosestIntersection.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/Properties/AssemblyInfo.cs b/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/Properties/AssemblyInfo.cs index 5260d70b..21177680 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/Properties/AssemblyInfo.cs +++ b/Net/Geocoding/ClosestIntersectionFromPoint/CSharp/ClosestIntersectionFromPoint/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/Readme.html b/Net/Geocoding/ClosestIntersectionFromPoint/Readme.html index 5bc4ba22..411613cd 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/Readme.html +++ b/Net/Geocoding/ClosestIntersectionFromPoint/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/Readme.md b/Net/Geocoding/ClosestIntersectionFromPoint/Readme.md index 285057fc..61228a5a 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/Readme.md +++ b/Net/Geocoding/ClosestIntersectionFromPoint/Readme.md @@ -8,8 +8,8 @@ This sample shows how to use ArcObjects to reverse geocode a point given an x,y Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.vbproj b/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.vbproj index 17b285ac..9aae6feb 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.vbproj +++ b/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/ClosestIntersectionFromPoint.vbproj @@ -64,19 +64,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/FindClosestIntersection.vb b/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/FindClosestIntersection.vb index b67d68f8..3b2bb153 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/FindClosestIntersection.vb +++ b/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/FindClosestIntersection.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/My Project/AssemblyInfo.vb b/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/My Project/AssemblyInfo.vb index d623973d..cf3a798e 100644 --- a/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/My Project/AssemblyInfo.vb +++ b/Net/Geocoding/ClosestIntersectionFromPoint/VBNet/ClosestIntersectionFromPoint/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.Designer.cs b/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.Designer.cs index 1770c7a4..697f105c 100644 --- a/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.Designer.cs +++ b/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.cs b/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.cs index bfc52703..5590b8b1 100644 --- a/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.cs +++ b/Net/Geocoding/FindAddress/CSharp/FindAddress/AddressForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/CSharp/FindAddress/FindAddress.csproj b/Net/Geocoding/FindAddress/CSharp/FindAddress/FindAddress.csproj index e797f723..faefd902 100644 --- a/Net/Geocoding/FindAddress/CSharp/FindAddress/FindAddress.csproj +++ b/Net/Geocoding/FindAddress/CSharp/FindAddress/FindAddress.csproj @@ -58,22 +58,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/FindAddress/CSharp/FindAddress/Program.cs b/Net/Geocoding/FindAddress/CSharp/FindAddress/Program.cs index c543358e..04e31e78 100644 --- a/Net/Geocoding/FindAddress/CSharp/FindAddress/Program.cs +++ b/Net/Geocoding/FindAddress/CSharp/FindAddress/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/CSharp/FindAddress/Properties/AssemblyInfo.cs b/Net/Geocoding/FindAddress/CSharp/FindAddress/Properties/AssemblyInfo.cs index 3a4a17d6..09d01038 100644 --- a/Net/Geocoding/FindAddress/CSharp/FindAddress/Properties/AssemblyInfo.cs +++ b/Net/Geocoding/FindAddress/CSharp/FindAddress/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/Readme.html b/Net/Geocoding/FindAddress/Readme.html index 882fd8d0..5d637151 100644 --- a/Net/Geocoding/FindAddress/Readme.html +++ b/Net/Geocoding/FindAddress/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geocoding/FindAddress/Readme.md b/Net/Geocoding/FindAddress/Readme.md index 0453b5eb..773d9447 100644 --- a/Net/Geocoding/FindAddress/Readme.md +++ b/Net/Geocoding/FindAddress/Readme.md @@ -8,8 +8,8 @@ This sample shows how to use ArcObjects to geocode an address. Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.Designer.vb b/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.Designer.vb index 10a1c05e..2b084275 100644 --- a/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.Designer.vb +++ b/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.vb b/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.vb index 01c98635..a6965a1d 100644 --- a/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.vb +++ b/Net/Geocoding/FindAddress/VBNet/FindAddress/AddressForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/VBNet/FindAddress/FindAddress.vbproj b/Net/Geocoding/FindAddress/VBNet/FindAddress/FindAddress.vbproj index 69dfe907..561bd663 100644 --- a/Net/Geocoding/FindAddress/VBNet/FindAddress/FindAddress.vbproj +++ b/Net/Geocoding/FindAddress/VBNet/FindAddress/FindAddress.vbproj @@ -63,19 +63,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/FindAddress/VBNet/FindAddress/My Project/AssemblyInfo.vb b/Net/Geocoding/FindAddress/VBNet/FindAddress/My Project/AssemblyInfo.vb index b6fc50f9..c1c87364 100644 --- a/Net/Geocoding/FindAddress/VBNet/FindAddress/My Project/AssemblyInfo.vb +++ b/Net/Geocoding/FindAddress/VBNet/FindAddress/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/FindAddress/VBNet/FindAddress/Program.vb b/Net/Geocoding/FindAddress/VBNet/FindAddress/Program.vb index e35a8762..118b38d6 100644 --- a/Net/Geocoding/FindAddress/VBNet/FindAddress/Program.vb +++ b/Net/Geocoding/FindAddress/VBNet/FindAddress/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/ReadMe.md b/Net/Geocoding/ReadMe.md index c41547cc..ad432798 100644 --- a/Net/Geocoding/ReadMe.md +++ b/Net/Geocoding/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Geocoding -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Geocoding' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Geocoding' topic. ## Features diff --git a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Program.cs b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Program.cs index 950793a7..ffeed88e 100644 --- a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Program.cs +++ b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Properties/AssemblyInfo.cs b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Properties/AssemblyInfo.cs index 6ac88283..427a4caa 100644 --- a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Properties/AssemblyInfo.cs +++ b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocoding.csproj b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocoding.csproj index 5c20745c..dfd1255b 100644 --- a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocoding.csproj +++ b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocoding.csproj @@ -57,43 +57,43 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.Designer.cs b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.Designer.cs index e8a06db2..049f54fc 100644 --- a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.Designer.cs +++ b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.cs b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.cs index ce47f9a1..ef8bf330 100644 --- a/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.cs +++ b/Net/Geocoding/SingleLineGeocoding/CSharp/SingleLineGeocoding/SingleLineGeocodingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/Readme.html b/Net/Geocoding/SingleLineGeocoding/Readme.html index 4ec3f469..7d4c8d9c 100644 --- a/Net/Geocoding/SingleLineGeocoding/Readme.html +++ b/Net/Geocoding/SingleLineGeocoding/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geocoding/SingleLineGeocoding/Readme.md b/Net/Geocoding/SingleLineGeocoding/Readme.md index 05fb9133..116e08ed 100644 --- a/Net/Geocoding/SingleLineGeocoding/Readme.md +++ b/Net/Geocoding/SingleLineGeocoding/Readme.md @@ -8,8 +8,8 @@ This sample shows how to use ArcObjects to geocode an address using the single l Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Program.vb b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Program.vb index 232ae725..d91825b2 100644 --- a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Program.vb +++ b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Properties/AssemblyInfo.vb b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Properties/AssemblyInfo.vb index 747a30e0..53e69e00 100644 --- a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Properties/AssemblyInfo.vb +++ b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocoding.vbproj b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocoding.vbproj index d3b3bff1..ffa14f07 100644 --- a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocoding.vbproj +++ b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocoding.vbproj @@ -60,43 +60,43 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.Designer.vb b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.Designer.vb index 02897d8f..b7a6481d 100644 --- a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.Designer.vb +++ b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.vb b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.vb index 335ac52e..779646b2 100644 --- a/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.vb +++ b/Net/Geocoding/SingleLineGeocoding/VBNet/SingleLineGeocoding/SingleLineGeocodingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.Designer.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.Designer.cs index 5d396938..d8931bb0 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.Designer.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.cs index a198fb6c..93f74212 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/DirectionsForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Application.Designer.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Application.Designer.cs index ed3ff45b..faeb0685 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Application.Designer.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Application.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/AssemblyInfo.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/AssemblyInfo.cs index 32711066..38dcce68 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/AssemblyInfo.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Resources.Designer.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Resources.Designer.cs index 435329c0..a0459f52 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Resources.Designer.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/My Project/Resources.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.Designer.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.Designer.cs index 1b063ca8..71947107 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.Designer.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.cs index 33583f6a..5c8286f6 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictControl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.Designer.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.Designer.cs index 552a9307..9fd4ecbf 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.Designer.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.cs index d2de8138..890be4f3 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RestrictionsForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingCommand.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingCommand.cs index a408889c..5da2c7c9 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingCommand.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.Designer.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.Designer.cs index 4c6581a0..c437bf7d 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.Designer.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.cs index 431057d9..4ffa2f73 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.csproj b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.csproj index afbb0d5f..feb7349d 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.csproj +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.csproj @@ -55,47 +55,47 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.xml b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.xml index 45f16ef0..56f239c1 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.xml +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingSample.xml @@ -1,36 +1,36 @@ - - - - RoutingSample - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Required method for ArcGIS Component Category registration - - Do not modify the contents of this method with the code editor. - - - - - Required method for ArcGIS Component Category unregistration - - Do not modify the contents of this method with the code editor. - - - - + + + + RoutingSample + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Required method for ArcGIS Component Category registration - + Do not modify the contents of this method with the code editor. + + + + + Required method for ArcGIS Component Category unregistration - + Do not modify the contents of this method with the code editor. + + + + diff --git a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingToolbar.cs b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingToolbar.cs index 45791509..03f814f7 100644 --- a/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingToolbar.cs +++ b/Net/Geocoding/StreetMapRoutingSample/CSharp/RoutingSample/RoutingToolbar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/Readme.html b/Net/Geocoding/StreetMapRoutingSample/Readme.html index cd9e6962..4fff9dc0 100644 --- a/Net/Geocoding/StreetMapRoutingSample/Readme.html +++ b/Net/Geocoding/StreetMapRoutingSample/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geocoding/StreetMapRoutingSample/Readme.md b/Net/Geocoding/StreetMapRoutingSample/Readme.md index 22e05996..409f2fbb 100644 --- a/Net/Geocoding/StreetMapRoutingSample/Readme.md +++ b/Net/Geocoding/StreetMapRoutingSample/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Geocoding Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.Designer.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.Designer.vb index c798a639..14f30098 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.Designer.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.vb index 681a83df..3b3b1908 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/DirectionsForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/My Project/AssemblyInfo.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/My Project/AssemblyInfo.vb index 11afcd64..b8b4462b 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/My Project/AssemblyInfo.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.Designer.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.Designer.vb index 57491bac..a3baed67 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.Designer.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.vb index c3dde3b1..d186e95c 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictControl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.Designer.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.Designer.vb index d49ed340..a412aeb6 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.Designer.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.vb index 55dc651c..483a142e 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RestrictionsForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingCommand.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingCommand.vb index 50af23de..03215fab 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingCommand.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.Designer.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.Designer.vb index c8deee16..9834a51c 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.Designer.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.vb index 8fd444d0..9aaadb94 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample.vbproj b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample.vbproj index e36f9027..18ee459c 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample.vbproj +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample.vbproj @@ -58,46 +58,46 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample2008.vbproj b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample2008.vbproj index c9844fab..926d6996 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample2008.vbproj +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingSample2008.vbproj @@ -37,46 +37,46 @@ true - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingToolbar.vb b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingToolbar.vb index d58142a7..ab973256 100644 --- a/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingToolbar.vb +++ b/Net/Geocoding/StreetMapRoutingSample/VBNet/RoutingSample/RoutingToolbar.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTask.csproj b/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTask.csproj index aef5a289..0c169cb1 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTask.csproj +++ b/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTask.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTaskCSharp.cs b/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTaskCSharp.cs index 1d6fe553..b765b885 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTaskCSharp.cs +++ b/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/CustomUpstreamTraceTaskCSharp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/Properties/AssemblyInfo.cs b/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/Properties/AssemblyInfo.cs index dcbe9750..6fecd32b 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Geodatabase/CustomUpstreamTraceTask/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/Readme.html b/Net/Geodatabase/CustomUpstreamTraceTask/Readme.html index 778f9b95..05014975 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/Readme.html +++ b/Net/Geodatabase/CustomUpstreamTraceTask/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/Readme.md b/Net/Geodatabase/CustomUpstreamTraceTask/Readme.md index c3512e2b..b6ee2d45 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/Readme.md +++ b/Net/Geodatabase/CustomUpstreamTraceTask/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to create a custom trace task. The trace task imple Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTask.vbproj b/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTask.vbproj index ee1128e0..61bb1876 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTask.vbproj +++ b/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTask.vbproj @@ -66,22 +66,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTaskVBNet.vb b/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTaskVBNet.vb index b9459b7a..67242c0a 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTaskVBNet.vb +++ b/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/CustomUpstreamTraceTaskVBNet.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/My Project/AssemblyInfo.vb b/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/My Project/AssemblyInfo.vb index 1c6190d3..4d3f80f0 100644 --- a/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Geodatabase/CustomUpstreamTraceTask/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/Properties/AssemblyInfo.cs b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/Properties/AssemblyInfo.cs index 452ff288..9a57da63 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/Properties/AssemblyInfo.cs +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncExtension.csproj b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncExtension.csproj index bf0aa878..2b6fe09a 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncExtension.csproj +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncExtension.csproj @@ -57,13 +57,13 @@ false - + False - + False - + False diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncWorkspaceExtension.cs b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncWorkspaceExtension.cs index 56827605..feb6a117 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncWorkspaceExtension.cs +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtension/RasterSyncWorkspaceExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/Properties/AssemblyInfo.cs b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/Properties/AssemblyInfo.cs index 08cf8773..18a6c669 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/Properties/AssemblyInfo.cs +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RasterSyncExtensionReg.csproj b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RasterSyncExtensionReg.csproj index 5d70153e..524e8a4a 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RasterSyncExtensionReg.csproj +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RasterSyncExtensionReg.csproj @@ -55,16 +55,16 @@ false - + False - + False - + False - + False diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RegisterExtension.cs b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RegisterExtension.cs index a5005360..e57fdc58 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RegisterExtension.cs +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/CSharp/RasterSyncExtensionReg/RegisterExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.html b/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.html index acd8efd3..c023e123 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.html +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.html @@ -34,8 +34,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -44,7 +44,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.md b/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.md index 6a1b8aea..a24099cc 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.md +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/Readme.md @@ -16,8 +16,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/My Project/AssemblyInfo.vb b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/My Project/AssemblyInfo.vb index 30c3adf2..0d781024 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/My Project/AssemblyInfo.vb +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncExtension.vbproj b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncExtension.vbproj index 9dd77c47..60e9b11c 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncExtension.vbproj +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncExtension.vbproj @@ -59,13 +59,13 @@ false - + False - + False - + False diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncWorkspaceExtension.vb b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncWorkspaceExtension.vb index 88fdbd50..c21d6459 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncWorkspaceExtension.vb +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtension/RasterSyncWorkspaceExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/My Project/AssemblyInfo.vb b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/My Project/AssemblyInfo.vb index 1da73a10..c3dfe793 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/My Project/AssemblyInfo.vb +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RasterSyncExtensionReg.vbproj b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RasterSyncExtensionReg.vbproj index a42d441b..a2b0616e 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RasterSyncExtensionReg.vbproj +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RasterSyncExtensionReg.vbproj @@ -58,16 +58,16 @@ false - + False - + False - + False - + False diff --git a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RegisterExtension.vb b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RegisterExtension.vb index ded14255..d5db7ab1 100644 --- a/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RegisterExtension.vb +++ b/Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/RegisterExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/ReadMe.md b/Net/Geodatabase/ReadMe.md index 4a8f401b..3ca4113c 100644 --- a/Net/Geodatabase/ReadMe.md +++ b/Net/Geodatabase/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Geodatabase -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Geodatabase' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Geodatabase' topic. ## Features diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Config.esriaddinx b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Config.esriaddinx index ac14061e..20b2f448 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Config.esriaddinx +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 2009-09-03 13:37:13 - + diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Properties/AssemblyInfo.cs b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Properties/AssemblyInfo.cs index 4c1b65d5..10a004c7 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirection.csproj b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirection.csproj index b7968811..a272f485 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirection.csproj +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirection.csproj @@ -88,23 +88,23 @@ - + False - + False False - + False - + False - + False - + False diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirectionCSharp.cs b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirectionCSharp.cs index 642f3dc4..7abe9da2 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirectionCSharp.cs +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/CSharp/SetFlowByDigitizedDirectionCSharp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.html b/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.html index fdc9e620..e4bb7d61 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.html +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.md b/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.md index d3f69908..117060d8 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.md +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/Readme.md @@ -8,8 +8,8 @@ The Set Flow by Digitized Direction sample is an ArcMap add-in that shows how to Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/Config.esriaddinx b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/Config.esriaddinx index be9c444a..c4bdf063 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/Config.esriaddinx +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 2009-09-03 15:45:25 - + diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/My Project/AssemblyInfo.vb b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/My Project/AssemblyInfo.vb index 96c96dcf..44e4469e 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirection.vbproj b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirection.vbproj index 2f17ba64..27c6bf4d 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirection.vbproj +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirection.vbproj @@ -134,23 +134,23 @@ - + False - + False False - + False - + False - + False - + False diff --git a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirectionVBNet.vb b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirectionVBNet.vb index 6b095477..1113846d 100644 --- a/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirectionVBNet.vb +++ b/Net/Geodatabase/SetFlowByDigitizedDirection/VBNet/SetFlowByDigitizedDirectionVBNet.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/AddSimplePointLayerCmd.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/AddSimplePointLayerCmd.cs index 4f461290..db159b7e 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/AddSimplePointLayerCmd.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/AddSimplePointLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/AssemblyInfo.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/AssemblyInfo.cs index a7c6cdf1..adbbd510 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/AssemblyInfo.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.Designer.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.Designer.cs index 622ebd57..779a4117 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.Designer.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.cs index 071d0037..0c68afd3 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/OpenSimplePointDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointCursor.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointCursor.cs index a3d3c5e4..7a6f83df 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointCursor.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointCursor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointDataset.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointDataset.cs index ee4233c5..352bbd53 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointDataset.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointDataset.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointPlugin.csproj b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointPlugin.csproj index 86430d1e..96db0a3a 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointPlugin.csproj +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointPlugin.csproj @@ -97,34 +97,34 @@ false - + False False - + False False - + False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWksp.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWksp.cs index 63ef7d66..bcdacb3c 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWksp.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWksp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWkspFact.cs b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWkspFact.cs index aafa8545..5217776b 100644 --- a/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWkspFact.cs +++ b/Net/Geodatabase/SimplePointPlugin/CSharp/SimplePointWkspFact.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/Readme.html b/Net/Geodatabase/SimplePointPlugin/Readme.html index f663adc6..54ca7b68 100644 --- a/Net/Geodatabase/SimplePointPlugin/Readme.html +++ b/Net/Geodatabase/SimplePointPlugin/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geodatabase/SimplePointPlugin/Readme.md b/Net/Geodatabase/SimplePointPlugin/Readme.md index c08232da..012805ab 100644 --- a/Net/Geodatabase/SimplePointPlugin/Readme.md +++ b/Net/Geodatabase/SimplePointPlugin/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/AddSimplePointLayerCmd.vb b/Net/Geodatabase/SimplePointPlugin/VBNet/AddSimplePointLayerCmd.vb index f7726049..5ff23d3c 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/AddSimplePointLayerCmd.vb +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/AddSimplePointLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/AssemblyInfo.vb b/Net/Geodatabase/SimplePointPlugin/VBNet/AssemblyInfo.vb index 9d2bf091..432078db 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/AssemblyInfo.vb +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.Designer.vb b/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.Designer.vb index f71fb899..2890110d 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.Designer.vb +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.vb b/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.vb index 55d28524..45cac697 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.vb +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/OpenSimplePointDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointPlugin.vbproj b/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointPlugin.vbproj index adc22c18..4ff95dcb 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointPlugin.vbproj +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointPlugin.vbproj @@ -96,35 +96,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWksp.vb b/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWksp.vb index 8bdab51e..e4bdf8f5 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWksp.vb +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWksp.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWkspFact.vb b/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWkspFact.vb index 3319c76d..b8125f6c 100644 --- a/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWkspFact.vb +++ b/Net/Geodatabase/SimplePointPlugin/VBNet/SimplePointWkspFact.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/CSharp/Properties/AssemblyInfo.cs b/Net/Geodatabase/TimestampClassExtension/CSharp/Properties/AssemblyInfo.cs index adef9956..781ccc71 100644 --- a/Net/Geodatabase/TimestampClassExtension/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Geodatabase/TimestampClassExtension/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassDescription.cs b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassDescription.cs index 9502e939..4227b130 100644 --- a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassDescription.cs +++ b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassDescription.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassExtension.cs b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassExtension.cs index f99427f3..9b987556 100644 --- a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassExtension.cs +++ b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampClassExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.Designer.cs b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.Designer.cs index 4846b604..d047224e 100644 --- a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.Designer.cs +++ b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.cs b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.cs index 50fac33f..b29c1af9 100644 --- a/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.cs +++ b/Net/Geodatabase/TimestampClassExtension/CSharp/TimestampPropertyPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/CSharp/Timestamper.csproj b/Net/Geodatabase/TimestampClassExtension/CSharp/Timestamper.csproj index fdf9bd95..7f618db4 100644 --- a/Net/Geodatabase/TimestampClassExtension/CSharp/Timestamper.csproj +++ b/Net/Geodatabase/TimestampClassExtension/CSharp/Timestamper.csproj @@ -57,19 +57,19 @@ false - + False False - + False False - + False False - + False False diff --git a/Net/Geodatabase/TimestampClassExtension/Readme.html b/Net/Geodatabase/TimestampClassExtension/Readme.html index b79425d5..32f73327 100644 --- a/Net/Geodatabase/TimestampClassExtension/Readme.html +++ b/Net/Geodatabase/TimestampClassExtension/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geodatabase/TimestampClassExtension/Readme.md b/Net/Geodatabase/TimestampClassExtension/Readme.md index ee1f09bf..08e96cf6 100644 --- a/Net/Geodatabase/TimestampClassExtension/Readme.md +++ b/Net/Geodatabase/TimestampClassExtension/Readme.md @@ -8,8 +8,8 @@ This sample provides an example of a geodatabase class extension that implements Language: C#, VB Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geodatabase/TimestampClassExtension/VBNet/My Project/AssemblyInfo.vb b/Net/Geodatabase/TimestampClassExtension/VBNet/My Project/AssemblyInfo.vb index 9bf12727..fd0f8425 100644 --- a/Net/Geodatabase/TimestampClassExtension/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Geodatabase/TimestampClassExtension/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassDescription.vb b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassDescription.vb index 4e750bef..002a8b59 100644 --- a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassDescription.vb +++ b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassDescription.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassExtension.vb b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassExtension.vb index da5ef232..7566ed1b 100644 --- a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassExtension.vb +++ b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampClassExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.Designer.vb b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.Designer.vb index c1b06e40..e7681219 100644 --- a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.Designer.vb +++ b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.vb b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.vb index 0aa5f57b..af60ab7b 100644 --- a/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.vb +++ b/Net/Geodatabase/TimestampClassExtension/VBNet/TimestampPropertyPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geodatabase/TimestampClassExtension/VBNet/Timestamper.vbproj b/Net/Geodatabase/TimestampClassExtension/VBNet/Timestamper.vbproj index e7e27222..ad0fd9f7 100644 --- a/Net/Geodatabase/TimestampClassExtension/VBNet/Timestamper.vbproj +++ b/Net/Geodatabase/TimestampClassExtension/VBNet/Timestamper.vbproj @@ -63,19 +63,19 @@ false - + False False - + False False - + False False - + False False diff --git a/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.Designer.cs b/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.Designer.cs index a695c5b3..90afa240 100644 --- a/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.Designer.cs +++ b/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.cs b/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.cs index 7610e4ab..c5a2e216 100644 --- a/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.cs +++ b/Net/Geoprocessing/GPBufferLayer/CSharp/BufferDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/CSharp/BufferSelectedLayerCmd.cs b/Net/Geoprocessing/GPBufferLayer/CSharp/BufferSelectedLayerCmd.cs index ae8ee0b8..8355de6c 100644 --- a/Net/Geoprocessing/GPBufferLayer/CSharp/BufferSelectedLayerCmd.cs +++ b/Net/Geoprocessing/GPBufferLayer/CSharp/BufferSelectedLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/CSharp/GpBufferLayer.csproj b/Net/Geoprocessing/GPBufferLayer/CSharp/GpBufferLayer.csproj index 5228b61e..952f1735 100644 --- a/Net/Geoprocessing/GPBufferLayer/CSharp/GpBufferLayer.csproj +++ b/Net/Geoprocessing/GPBufferLayer/CSharp/GpBufferLayer.csproj @@ -57,37 +57,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPBufferLayer/CSharp/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPBufferLayer/CSharp/Properties/AssemblyInfo.cs index 811a1c29..2e2acbf9 100644 --- a/Net/Geoprocessing/GPBufferLayer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPBufferLayer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/Readme.html b/Net/Geoprocessing/GPBufferLayer/Readme.html index 3d375aab..01f354a8 100644 --- a/Net/Geoprocessing/GPBufferLayer/Readme.html +++ b/Net/Geoprocessing/GPBufferLayer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPBufferLayer/Readme.md b/Net/Geoprocessing/GPBufferLayer/Readme.md index a3f9d982..0b8897dd 100644 --- a/Net/Geoprocessing/GPBufferLayer/Readme.md +++ b/Net/Geoprocessing/GPBufferLayer/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.Designer.vb b/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.Designer.vb index 880493a6..2eee92f7 100644 --- a/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.Designer.vb +++ b/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.vb b/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.vb index cf31ecc9..93224257 100644 --- a/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.vb +++ b/Net/Geoprocessing/GPBufferLayer/VBNet/BufferDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/VBNet/BufferSelectedLayerCmd.vb b/Net/Geoprocessing/GPBufferLayer/VBNet/BufferSelectedLayerCmd.vb index 1e21dc53..0eb74f5c 100644 --- a/Net/Geoprocessing/GPBufferLayer/VBNet/BufferSelectedLayerCmd.vb +++ b/Net/Geoprocessing/GPBufferLayer/VBNet/BufferSelectedLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPBufferLayer/VBNet/GpBufferLayer.vbproj b/Net/Geoprocessing/GPBufferLayer/VBNet/GpBufferLayer.vbproj index 31cdaa73..007bb698 100644 --- a/Net/Geoprocessing/GPBufferLayer/VBNet/GpBufferLayer.vbproj +++ b/Net/Geoprocessing/GPBufferLayer/VBNet/GpBufferLayer.vbproj @@ -60,37 +60,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPBufferLayer/VBNet/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPBufferLayer/VBNet/Properties/AssemblyInfo.vb index e38c1d61..a3159cf3 100644 --- a/Net/Geoprocessing/GPBufferLayer/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPBufferLayer/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/CalculateAreaFunction.cs b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/CalculateAreaFunction.cs index 9109e360..6370021d 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/CalculateAreaFunction.cs +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/CalculateAreaFunction.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/GPCalculateArea.csproj b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/GPCalculateArea.csproj index b0cbece0..f5d1133d 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/GPCalculateArea.csproj +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/GPCalculateArea.csproj @@ -92,25 +92,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/Properties/AssemblyInfo.cs index db5f6a10..316aac2f 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/CSharp/GPCalculateArea/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.html b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.html index 7e771be4..6cb1f74a 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.html +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.md b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.md index ae723f43..c730bde8 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.md +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/Readme.md @@ -8,8 +8,8 @@ This sample is for developers who want to extend the geoprocessing framework by Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/CalculateAreaFunction.vb b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/CalculateAreaFunction.vb index b2a44c38..fa565a91 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/CalculateAreaFunction.vb +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/CalculateAreaFunction.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/GPCalculateArea.vbproj b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/GPCalculateArea.vbproj index 982629c9..de7c632d 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/GPCalculateArea.vbproj +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/GPCalculateArea.vbproj @@ -59,25 +59,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/Properties/AssemblyInfo.vb index 58d7c3c4..9d19f025 100644 --- a/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPCustomCalculateAreaFunctionTool/VBNet/GPCalculateArea/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GPEventHelper.cs b/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GPEventHelper.cs index a096a36a..8969773f 100644 --- a/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GPEventHelper.cs +++ b/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GPEventHelper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GeoprocessorEventHelper.csproj b/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GeoprocessorEventHelper.csproj index 70da0bae..d6251401 100644 --- a/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GeoprocessorEventHelper.csproj +++ b/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/GeoprocessorEventHelper.csproj @@ -58,22 +58,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/Properties/AssemblyInfo.cs index 12158665..94b935c5 100644 --- a/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPEvents/CSharp/GeoprocessorEventHelper/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/CSharp/TestListner/GPEventListner.cs b/Net/Geoprocessing/GPEvents/CSharp/TestListner/GPEventListner.cs index 2d8ce42a..db806c1a 100644 --- a/Net/Geoprocessing/GPEvents/CSharp/TestListner/GPEventListner.cs +++ b/Net/Geoprocessing/GPEvents/CSharp/TestListner/GPEventListner.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/CSharp/TestListner/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPEvents/CSharp/TestListner/Properties/AssemblyInfo.cs index 1349a030..b5782b4c 100644 --- a/Net/Geoprocessing/GPEvents/CSharp/TestListner/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPEvents/CSharp/TestListner/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/CSharp/TestListner/TestListner.csproj b/Net/Geoprocessing/GPEvents/CSharp/TestListner/TestListner.csproj index 80cf6336..601002dc 100644 --- a/Net/Geoprocessing/GPEvents/CSharp/TestListner/TestListner.csproj +++ b/Net/Geoprocessing/GPEvents/CSharp/TestListner/TestListner.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPEvents/Readme.html b/Net/Geoprocessing/GPEvents/Readme.html index 358d08ed..77a4f028 100644 --- a/Net/Geoprocessing/GPEvents/Readme.html +++ b/Net/Geoprocessing/GPEvents/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPEvents/Readme.md b/Net/Geoprocessing/GPEvents/Readme.md index 0c301f02..879829ad 100644 --- a/Net/Geoprocessing/GPEvents/Readme.md +++ b/Net/Geoprocessing/GPEvents/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GPEventHelper.vb b/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GPEventHelper.vb index 2f3842eb..fbc8ced1 100644 --- a/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GPEventHelper.vb +++ b/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GPEventHelper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GeoprocessorEventHelper.vbproj b/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GeoprocessorEventHelper.vbproj index 91655688..1cb0a113 100644 --- a/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GeoprocessorEventHelper.vbproj +++ b/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/GeoprocessorEventHelper.vbproj @@ -61,19 +61,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/Properties/AssemblyInfo.vb index f859a9df..b8393d21 100644 --- a/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPEvents/VBNet/GeoprocessorEventHelper/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/VBNet/TestListner/GPEventListner.vb b/Net/Geoprocessing/GPEvents/VBNet/TestListner/GPEventListner.vb index ee4e6022..594ee34c 100644 --- a/Net/Geoprocessing/GPEvents/VBNet/TestListner/GPEventListner.vb +++ b/Net/Geoprocessing/GPEvents/VBNet/TestListner/GPEventListner.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/VBNet/TestListner/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPEvents/VBNet/TestListner/Properties/AssemblyInfo.vb index 2a6d1742..013e2395 100644 --- a/Net/Geoprocessing/GPEvents/VBNet/TestListner/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPEvents/VBNet/TestListner/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPEvents/VBNet/TestListner/TestListner.vbproj b/Net/Geoprocessing/GPEvents/VBNet/TestListner/TestListner.vbproj index 2e308be6..97e7ef30 100644 --- a/Net/Geoprocessing/GPEvents/VBNet/TestListner/TestListner.vbproj +++ b/Net/Geoprocessing/GPEvents/VBNet/TestListner/TestListner.vbproj @@ -60,19 +60,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Program.cs b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Program.cs index 8754d100..c7662377 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Program.cs +++ b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Properties/AssemblyInfo.cs index 3eb2a95c..8dd65658 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPAsync.csproj b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPAsync.csproj index 7dba104b..4259a74c 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPAsync.csproj +++ b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPAsync.csproj @@ -57,55 +57,55 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.Designer.cs b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.Designer.cs index 21c5ce27..9929e613 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.Designer.cs +++ b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.cs b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.cs index 08d0d17b..7ca132c8 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.cs +++ b/Net/Geoprocessing/GPExecuteToolsAsync/CSharp/RunGPForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/Readme.html b/Net/Geoprocessing/GPExecuteToolsAsync/Readme.html index a49497f6..1a52b65e 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/Readme.html +++ b/Net/Geoprocessing/GPExecuteToolsAsync/Readme.html @@ -27,8 +27,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -37,7 +37,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/Readme.md b/Net/Geoprocessing/GPExecuteToolsAsync/Readme.md index cbf099f6..cf951531 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/Readme.md +++ b/Net/Geoprocessing/GPExecuteToolsAsync/Readme.md @@ -9,8 +9,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Program.vb b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Program.vb index 5d63c156..29d28ac4 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Program.vb +++ b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Properties/AssemblyInfo.vb index a0dd68f0..b4b3a62c 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPAsync.vbproj b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPAsync.vbproj index 04c18417..6938c3ed 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPAsync.vbproj +++ b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPAsync.vbproj @@ -88,55 +88,55 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.Designer.vb b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.Designer.vb index 7a353f2a..e1872aa5 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.Designer.vb +++ b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.vb b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.vb index f4eedeaf..e87a6de9 100644 --- a/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.vb +++ b/Net/Geoprocessing/GPExecuteToolsAsync/VBNet/RunGPForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/LicenseInitializer.cs b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/LicenseInitializer.cs index fb3cd909..1990def4 100644 --- a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/LicenseInitializer.cs +++ b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/Properties/AssemblyInfo.cs index 8fdfa2d4..052587be 100644 --- a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.cs b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.cs index 1759b038..1e611068 100644 --- a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.cs +++ b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.csproj b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.csproj index 63422323..67745556 100644 --- a/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.csproj +++ b/Net/Geoprocessing/GPExecutingTools/CSharp/executetool/copyfeatures.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPExecutingTools/Readme.html b/Net/Geoprocessing/GPExecutingTools/Readme.html index f9f75856..983ff1c8 100644 --- a/Net/Geoprocessing/GPExecutingTools/Readme.html +++ b/Net/Geoprocessing/GPExecutingTools/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPExecutingTools/Readme.md b/Net/Geoprocessing/GPExecutingTools/Readme.md index e07a68d1..e2aa98ff 100644 --- a/Net/Geoprocessing/GPExecutingTools/Readme.md +++ b/Net/Geoprocessing/GPExecutingTools/Readme.md @@ -8,8 +8,8 @@ This sample uses the Geoprocessor class in conjunction with geoprocessing tool c Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/LicenseInitializer.vb b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/LicenseInitializer.vb index 8e526fc5..8cca320a 100644 --- a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/LicenseInitializer.vb +++ b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/Properties/AssemblyInfo.vb index c125871d..6b844e32 100644 --- a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vb b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vb index 6aa69007..05141592 100644 --- a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vb +++ b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vbproj b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vbproj index 6e11b818..e0d5b3a8 100644 --- a/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vbproj +++ b/Net/Geoprocessing/GPExecutingTools/VBNet/executetool/copyfeatures.vbproj @@ -60,22 +60,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/FieldMapping.cs b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/FieldMapping.cs index 7354bacd..5b273bee 100644 --- a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/FieldMapping.cs +++ b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/FieldMapping.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/GPFieldMapping.csproj b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/GPFieldMapping.csproj index 3eae39ef..c89365a4 100644 --- a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/GPFieldMapping.csproj +++ b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/GPFieldMapping.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/LicenseInitializer.cs b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/LicenseInitializer.cs index b2967a7e..3a31811e 100644 --- a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/LicenseInitializer.cs +++ b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/Properties/AssemblyInfo.cs index 85fd4166..212ee64e 100644 --- a/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPFieldMapping/CSharp/GPFieldMapping/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPFieldMapping/Readme.html b/Net/Geoprocessing/GPFieldMapping/Readme.html index b0344f7b..441f7460 100644 --- a/Net/Geoprocessing/GPFieldMapping/Readme.html +++ b/Net/Geoprocessing/GPFieldMapping/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPFieldMapping/Readme.md b/Net/Geoprocessing/GPFieldMapping/Readme.md index 22f6a18b..7244387f 100644 --- a/Net/Geoprocessing/GPFieldMapping/Readme.md +++ b/Net/Geoprocessing/GPFieldMapping/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/FieldMapping.vb b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/FieldMapping.vb index e4941937..6fa41941 100644 --- a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/FieldMapping.vb +++ b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/FieldMapping.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/GPFieldMapping.vbproj b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/GPFieldMapping.vbproj index 766b3401..7e3c93cb 100644 --- a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/GPFieldMapping.vbproj +++ b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/GPFieldMapping.vbproj @@ -60,22 +60,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/LicenseInitializer.vb b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/LicenseInitializer.vb index 8e526fc5..8cca320a 100644 --- a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/LicenseInitializer.vb +++ b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/Properties/AssemblyInfo.vb index 20bd005d..0011ca2a 100644 --- a/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPFieldMapping/VBNet/GPFieldMapping/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/GeodatabaseConversion.csproj b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/GeodatabaseConversion.csproj index 8f255963..05ec88c8 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/GeodatabaseConversion.csproj +++ b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/GeodatabaseConversion.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/LicenseInitializer.cs b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/LicenseInitializer.cs index 54d1a47f..92ff1a2a 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/LicenseInitializer.cs +++ b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/Properties/AssemblyInfo.cs index 16530365..376fe9f5 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/ToFileGDB.cs b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/ToFileGDB.cs index 77eaba14..120053c7 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/ToFileGDB.cs +++ b/Net/Geoprocessing/GPGeodatabaseConversion/CSharp/GeodatabaseConversion/ToFileGDB.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/Readme.html b/Net/Geoprocessing/GPGeodatabaseConversion/Readme.html index 83b47f9b..de4f9624 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/Readme.html +++ b/Net/Geoprocessing/GPGeodatabaseConversion/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/Readme.md b/Net/Geoprocessing/GPGeodatabaseConversion/Readme.md index 6d959515..1a46363d 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/Readme.md +++ b/Net/Geoprocessing/GPGeodatabaseConversion/Readme.md @@ -8,8 +8,8 @@ A common conversion task is the large-scale transfer of data from one format to Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/GeodatabaseConversion.vbproj b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/GeodatabaseConversion.vbproj index 035c4259..d7ce08c8 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/GeodatabaseConversion.vbproj +++ b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/GeodatabaseConversion.vbproj @@ -60,22 +60,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/LicenseInitializer.vb b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/LicenseInitializer.vb index 8e526fc5..8cca320a 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/LicenseInitializer.vb +++ b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/Properties/AssemblyInfo.vb b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/Properties/AssemblyInfo.vb index ef9e1fd0..3bb9c9bf 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/Properties/AssemblyInfo.vb +++ b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/ToFileGDB.vb b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/ToFileGDB.vb index de39b4bd..10d6cd52 100644 --- a/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/ToFileGDB.vb +++ b/Net/Geoprocessing/GPGeodatabaseConversion/VBNet/GeodatabaseConversion/ToFileGDB.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/GeoprocessingInDotNet.csproj b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/GeoprocessingInDotNet.csproj index 4a95e077..c27f090c 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/GeoprocessingInDotNet.csproj +++ b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/GeoprocessingInDotNet.csproj @@ -57,13 +57,13 @@ false - + False - + False - + False diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/LicenseInitializer.cs b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/LicenseInitializer.cs index 3a1df060..70a633ba 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/LicenseInitializer.cs +++ b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Module1.cs b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Module1.cs index 23d24645..626e7cbb 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Module1.cs +++ b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Module1.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Program.cs b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Program.cs index ef681775..72d2c7c7 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Program.cs +++ b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Properties/AssemblyInfo.cs b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Properties/AssemblyInfo.cs index bd0da7a0..10c004ab 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Geoprocessing/GeoprocessingInDotNet/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/Readme.html b/Net/Geoprocessing/GeoprocessingInDotNet/Readme.html index 9412d5e6..c489bd02 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/Readme.html +++ b/Net/Geoprocessing/GeoprocessingInDotNet/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/Readme.md b/Net/Geoprocessing/GeoprocessingInDotNet/Readme.md index c60b94eb..62d34a41 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/Readme.md +++ b/Net/Geoprocessing/GeoprocessingInDotNet/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/GeoprocessingInDotNet.vbproj b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/GeoprocessingInDotNet.vbproj index 381b51b7..20269707 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/GeoprocessingInDotNet.vbproj +++ b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/GeoprocessingInDotNet.vbproj @@ -63,13 +63,13 @@ false - + False - + False - + False diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/LicenseInitializer.vb b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/LicenseInitializer.vb index 2118e88d..ea85391c 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/LicenseInitializer.vb +++ b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/Module1.vb b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/Module1.vb index 8c954b95..c47fab12 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/Module1.vb +++ b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/Module1.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/My Project/AssemblyInfo.vb b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/My Project/AssemblyInfo.vb index ccd6abdc..8c22118c 100644 --- a/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Geoprocessing/GeoprocessingInDotNet/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Geoprocessing/ReadMe.md b/Net/Geoprocessing/ReadMe.md index ab6f9b79..9f025bb7 100644 --- a/Net/Geoprocessing/ReadMe.md +++ b/Net/Geoprocessing/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Geoprocessing -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Geoprocessing' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Geoprocessing' topic. ## Features diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.cs b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.cs index 839b03fc..fde4e33c 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.cs +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.csproj b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.csproj index f85c507a..c774f1b4 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.csproj +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/AlgorithmicColorRamp.csproj @@ -44,7 +44,7 @@ False - + False False @@ -86,22 +86,22 @@ - + False False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Config.esriaddinx index 095d8dcc..4edc9874 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/15/2009 - + diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Properties/AssemblyInfo.cs index 6bd7aade..8bb67f3b 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.Designer.cs b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.Designer.cs index be99a4e6..60ca5d4c 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.Designer.cs +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.cs b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.cs index 381bab94..ba0a0702 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.cs +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/CSharp/frmAlgorithmicColorRamp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.html b/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.html index 37263002..b46704b6 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.html +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.md b/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.md index 37eff6b2..4f9a8964 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.md +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates a tool for producing a user-specified AlgorithmicColorR Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vb b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vb index d58d6f02..7e759358 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vb +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vbproj b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vbproj index 68b7a217..c56ae82a 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vbproj +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/AlgorithmicColorRamp.vbproj @@ -48,7 +48,7 @@ False - + False False @@ -135,19 +135,19 @@ - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/Config.esriaddinx index 27b2742c..35de209e 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/15/2009 - + diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/My Project/AssemblyInfo.vb index baf892a3..4809a51d 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.Designer.vb b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.Designer.vb index 4784d7b0..9946f5ff 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.Designer.vb +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.vb b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.vb index 637d2e07..b3aa4d92 100644 --- a/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.vb +++ b/Net/GraphicsPipeline/AlgorithmicColorRamp/VBNet/frmAlgorithmicColorRamp.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/ApplyOffsetToATimeAwareLayer.csproj b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/ApplyOffsetToATimeAwareLayer.csproj index 4e7e6ee4..5b5d04ea 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/ApplyOffsetToATimeAwareLayer.csproj +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/ApplyOffsetToATimeAwareLayer.csproj @@ -56,7 +56,7 @@ false - + False False @@ -86,25 +86,25 @@ - + False False - + False - + False False - + False - + False False - + False False diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Config.esriaddinx index 4d75fede..87644df1 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/19/2009 - + diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Properties/AssemblyInfo.cs index 2d39d889..eb0483fe 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/TimeOffsetButton.cs b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/TimeOffsetButton.cs index e30711d6..d7203823 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/TimeOffsetButton.cs +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/CSharp/TimeOffsetButton.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.html b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.html index c976eb77..6bae80a3 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.html +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.md b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.md index 72492e70..ae07ad57 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.md +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to apply an offset to a time-aware layer. Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/ApplyOffsetToATimeAwareLayer.vbproj b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/ApplyOffsetToATimeAwareLayer.vbproj index ef3bc7bc..9c79c78b 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/ApplyOffsetToATimeAwareLayer.vbproj +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/ApplyOffsetToATimeAwareLayer.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -141,10 +141,10 @@ - + False - + False diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/Config.esriaddinx index bf9ddf80..0792c599 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/19/2009 - + diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/My Project/AssemblyInfo.vb index 758f4dfc..9f50979d 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/TimeOffsetButton.vb b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/TimeOffsetButton.vb index 1ba9f2fa..cfa98fb9 100644 --- a/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/TimeOffsetButton.vb +++ b/Net/GraphicsPipeline/ApplyOffsetToATimeAwareLayer/VBNet/TimeOffsetButton.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Config.esriaddinx index 001dd5e8..a1d95be5 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/16/2009 - + diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.cs b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.cs index 2ff84a1b..2decaf50 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.cs +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.csproj b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.csproj index 0668d8ab..9e2857b0 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.csproj +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/DisplayFeedbackSample.csproj @@ -44,7 +44,7 @@ False - + False False @@ -86,16 +86,16 @@ False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Properties/AssemblyInfo.cs index 4316add2..af0724c6 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.html b/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.html index 94963efb..40c96e6b 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.html +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.md b/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.md index 31564a47..7c604df6 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.md +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/Readme.md @@ -8,8 +8,8 @@ This sample illustrates some basics for using the DisplayFeedback objects. This Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/Config.esriaddinx index d54cea9b..833a50aa 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/16/2009 - + diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vb b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vb index dd71fc72..c079a4c8 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vb +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vbproj b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vbproj index d8af59ab..fa7348cc 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vbproj +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/DisplayFeedbackSampleVB.vbproj @@ -48,7 +48,7 @@ False - + False False @@ -130,16 +130,16 @@ - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/My Project/AssemblyInfo.vb index 4baf50db..e2a7db60 100644 --- a/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/DisplayFeedbackSample/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/BikingTrackModeCmd.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/BikingTrackModeCmd.cs index 3e7531ba..ef78f9f3 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/BikingTrackModeCmd.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/BikingTrackModeCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBiking.csproj b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBiking.csproj index 67fd3ffb..e6207b0b 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBiking.csproj +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBiking.csproj @@ -81,39 +81,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingCmd.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingCmd.cs index ed0ca603..853360aa 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingCmd.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCmd.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCmd.cs index 6b604f1b..190a764e 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCmd.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.Designer.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.Designer.cs index 55a6fe9d..5932bfef 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.Designer.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.cs index cc630825..f5725988 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingSpeedCtrl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingToolbarClass.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingToolbarClass.cs index 768e6a14..2eb1a36d 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingToolbarClass.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/DynamicBikingToolbarClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicBiking/CSharp/Properties/AssemblyInfo.cs index ba043f71..73ba1c23 100644 --- a/Net/GraphicsPipeline/DynamicBiking/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicBiking/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/Readme.html b/Net/GraphicsPipeline/DynamicBiking/Readme.html index 9769812e..8cc74660 100644 --- a/Net/GraphicsPipeline/DynamicBiking/Readme.html +++ b/Net/GraphicsPipeline/DynamicBiking/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicBiking/Readme.md b/Net/GraphicsPipeline/DynamicBiking/Readme.md index d7cd4088..7fcc4425 100644 --- a/Net/GraphicsPipeline/DynamicBiking/Readme.md +++ b/Net/GraphicsPipeline/DynamicBiking/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/BikingTrackModeCmd.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/BikingTrackModeCmd.vb index 1e8c203b..9088c2d4 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/BikingTrackModeCmd.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/BikingTrackModeCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBiking.vbproj b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBiking.vbproj index dd729458..da59fbb1 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBiking.vbproj +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBiking.vbproj @@ -89,39 +89,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingCmd.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingCmd.vb index 99c4ccf4..62a4233c 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingCmd.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCmd.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCmd.vb index ec8ff833..5e8c4bcd 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCmd.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.Designer.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.Designer.vb index 71e2c4ce..a478b404 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.Designer.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.vb index ee92f6a6..6943bb30 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingToolbarClass.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingToolbarClass.vb index abd430d2..be51acad 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingToolbarClass.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingToolbarClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicBiking/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/DynamicBiking/VBNet/Properties/AssemblyInfo.vb index 6f764f59..6c533089 100644 --- a/Net/GraphicsPipeline/DynamicBiking/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/DynamicBiking/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheLayerManagerCmd.cs b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheLayerManagerCmd.cs index 8767904c..be61820b 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheLayerManagerCmd.cs +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheLayerManagerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.Designer.cs b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.Designer.cs index a07d2cf7..a6c18f17 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.Designer.cs +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.cs b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.cs index d4cdc9f5..523699bc 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.cs +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/CacheManagerDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/DynamicCacheLayerManagerController.csproj b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/DynamicCacheLayerManagerController.csproj index 03f8d788..dd1229c7 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/DynamicCacheLayerManagerController.csproj +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/DynamicCacheLayerManagerController.csproj @@ -83,31 +83,31 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/Properties/AssemblyInfo.cs index a716549b..7209b87d 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.html b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.html index c757f89d..08394e2b 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.html +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.md b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.md index 4e1c99e6..28a72bb4 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.md +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/Readme.md @@ -8,8 +8,8 @@ This sample shows the properties of the dynamic cache layer manager. The user is Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheLayerManagerCmd.vb b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheLayerManagerCmd.vb index 2ae5e842..c91e4783 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheLayerManagerCmd.vb +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheLayerManagerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.Designer.vb b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.Designer.vb index 3780a62b..1026a548 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.Designer.vb +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.vb b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.vb index d6b06360..7d9e9dac 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.vb +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/CacheManagerDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/DynamicCacheLayerManagerController.vbproj b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/DynamicCacheLayerManagerController.vbproj index 25378398..7de3ceb7 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/DynamicCacheLayerManagerController.vbproj +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/DynamicCacheLayerManagerController.vbproj @@ -88,25 +88,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/Properties/AssemblyInfo.vb index 2ec6296a..8636e011 100644 --- a/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/DynamicCacheLayerManagerController/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomInTool.cs b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomInTool.cs index 90b222c7..5bb8738b 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomInTool.cs +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomInTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomOutTool.cs b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomOutTool.cs index 17df9186..998b4bd4 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomOutTool.cs +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/AnimatedZoomOutTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/DynamicDisplayAnimatedZoom.csproj b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/DynamicDisplayAnimatedZoom.csproj index 70d98c12..7c90602b 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/DynamicDisplayAnimatedZoom.csproj +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/DynamicDisplayAnimatedZoom.csproj @@ -82,31 +82,31 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/Properties/AssemblyInfo.cs index 9c009743..258b87b4 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.html b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.html index e5ae1887..80a7dc77 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.html +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.md b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.md index bfd0dd6f..24d5a710 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.md +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/Readme.md @@ -8,8 +8,8 @@ This sample shows how to use rubber banding envelopes to animate zooming in an Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomInTool.vb b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomInTool.vb index e121b372..99411718 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomInTool.vb +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomInTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomOutTool.vb b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomOutTool.vb index b71e62b5..993e847f 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomOutTool.vb +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/AnimatedZoomOutTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/DynamicDisplayAnimatedZoom.vbproj b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/DynamicDisplayAnimatedZoom.vbproj index 84322175..4519e074 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/DynamicDisplayAnimatedZoom.vbproj +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/DynamicDisplayAnimatedZoom.vbproj @@ -86,31 +86,31 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/Properties/AssemblyInfo.vb index 0d8b27c2..96681467 100644 --- a/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/DynamicDisplayAnimatedZoom/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/CompassCmd.cs b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/CompassCmd.cs index ada1bb5e..1c99b1b0 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/CompassCmd.cs +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/CompassCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/DynamicDisplayCompass.csproj b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/DynamicDisplayCompass.csproj index a419dd94..5d32f05a 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/DynamicDisplayCompass.csproj +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/DynamicDisplayCompass.csproj @@ -87,35 +87,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GLU_v4.cs b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GLU_v4.cs index 6a057604..3dc02ba7 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GLU_v4.cs +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GLU_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GL_v4.cs b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GL_v4.cs index 32775c35..5b74d526 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GL_v4.cs +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_GL_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_WGL_v4.cs b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_WGL_v4.cs index 353ffe88..680e438a 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_WGL_v4.cs +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/OpenGL_WGL_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/Properties/AssemblyInfo.cs index 0ea9ac38..968ddbf9 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.html b/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.html index 880a831c..531333f0 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.html +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.html @@ -31,8 +31,8 @@ Language: C# Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -41,7 +41,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.md b/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.md index 3ddcdc69..bbbf2683 100644 --- a/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.md +++ b/Net/GraphicsPipeline/DynamicDisplayCompass/Readme.md @@ -13,8 +13,8 @@ Language: C# Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DDHUDCmd.cs b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DDHUDCmd.cs index fd7a6908..95237670 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DDHUDCmd.cs +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DDHUDCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DynamicDisplayHUD.csproj b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DynamicDisplayHUD.csproj index d2c85827..926af049 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DynamicDisplayHUD.csproj +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/DynamicDisplayHUD.csproj @@ -86,35 +86,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GLU_v4.cs b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GLU_v4.cs index 6a057604..3dc02ba7 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GLU_v4.cs +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GLU_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GL_v4.cs b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GL_v4.cs index 32775c35..5b74d526 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GL_v4.cs +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_GL_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_WGL_v4.cs b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_WGL_v4.cs index 353ffe88..680e438a 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_WGL_v4.cs +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/OpenGL_WGL_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/Properties/AssemblyInfo.cs index 19235aef..ecbc553d 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/ToggleDynamicModeCmd.cs b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/ToggleDynamicModeCmd.cs index 671d9186..76ccc4f3 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/ToggleDynamicModeCmd.cs +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/CSharp/ToggleDynamicModeCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.html b/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.html index 06162e59..9a1b1307 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.html +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.html @@ -28,8 +28,8 @@ Language: C# Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.md b/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.md index 6bf1ca94..aa4a0fcd 100644 --- a/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.md +++ b/Net/GraphicsPipeline/DynamicDisplayHUD/Readme.md @@ -10,8 +10,8 @@ Language: C# Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.cs b/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.cs index 9aa8ae5a..41afd33c 100644 --- a/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.cs +++ b/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.csproj b/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.csproj index a95195d8..49d0da9f 100644 --- a/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.csproj +++ b/Net/GraphicsPipeline/DynamicLogo/CSharp/DynamicLogo.csproj @@ -81,31 +81,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/DynamicLogo/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicLogo/CSharp/Properties/AssemblyInfo.cs index c4c46f97..7d2295bf 100644 --- a/Net/GraphicsPipeline/DynamicLogo/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicLogo/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicLogo/Readme.html b/Net/GraphicsPipeline/DynamicLogo/Readme.html index 7c155570..8e6ae523 100644 --- a/Net/GraphicsPipeline/DynamicLogo/Readme.html +++ b/Net/GraphicsPipeline/DynamicLogo/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicLogo/Readme.md b/Net/GraphicsPipeline/DynamicLogo/Readme.md index feedb5ee..63c3fc23 100644 --- a/Net/GraphicsPipeline/DynamicLogo/Readme.md +++ b/Net/GraphicsPipeline/DynamicLogo/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vb b/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vb index 1fdedad5..13bfcd3f 100644 --- a/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vb +++ b/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vbproj b/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vbproj index 3d788b16..0ef6f504 100644 --- a/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vbproj +++ b/Net/GraphicsPipeline/DynamicLogo/VBNet/DynamicLogo.vbproj @@ -89,39 +89,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/GraphicsPipeline/DynamicLogo/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/DynamicLogo/VBNet/Properties/AssemblyInfo.vb index 7fd39f79..e8b8fbf3 100644 --- a/Net/GraphicsPipeline/DynamicLogo/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/DynamicLogo/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/DynamicObjectTracking.csproj b/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/DynamicObjectTracking.csproj index 72549582..51a71b62 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/DynamicObjectTracking.csproj +++ b/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/DynamicObjectTracking.csproj @@ -81,47 +81,47 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs index 8141376e..49993b8c 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/TrackObject.cs b/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/TrackObject.cs index ecfd0ad9..83e1d7eb 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/TrackObject.cs +++ b/Net/GraphicsPipeline/DynamicObjectTracking/CSharp/TrackObject.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/Readme.html b/Net/GraphicsPipeline/DynamicObjectTracking/Readme.html index d75d4f1e..a2ab3f01 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/Readme.html +++ b/Net/GraphicsPipeline/DynamicObjectTracking/Readme.html @@ -37,8 +37,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -47,7 +47,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/Readme.md b/Net/GraphicsPipeline/DynamicObjectTracking/Readme.md index 3747bfd9..058fbe55 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/Readme.md +++ b/Net/GraphicsPipeline/DynamicObjectTracking/Readme.md @@ -19,8 +19,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/DynamicObjectTracking.vbproj b/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/DynamicObjectTracking.vbproj index 1ccdaceb..4850c4bb 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/DynamicObjectTracking.vbproj +++ b/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/DynamicObjectTracking.vbproj @@ -89,47 +89,47 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb index b0ee6992..2924b72f 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/TrackObject.vb b/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/TrackObject.vb index 48d5c155..031b1959 100644 --- a/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/TrackObject.vb +++ b/Net/GraphicsPipeline/DynamicObjectTracking/VBNet/TrackObject.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ExportActiveView/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/ExportActiveView/CSharp/Config.esriaddinx index 35cbbd7e..47210408 100644 --- a/Net/GraphicsPipeline/ExportActiveView/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/ExportActiveView/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/30/2009 - + diff --git a/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net.cs b/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net.cs index 6648411f..3cfe64c8 100644 --- a/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net.cs +++ b/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net_Addin.csproj b/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net_Addin.csproj index b893e809..238fa161 100644 --- a/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net_Addin.csproj +++ b/Net/GraphicsPipeline/ExportActiveView/CSharp/ExportActiveViewCS_Net_Addin.csproj @@ -56,7 +56,7 @@ false - + False False @@ -82,31 +82,31 @@ - + False False - + False - + False False - + False - + False False - + False - + False - + False False diff --git a/Net/GraphicsPipeline/ExportActiveView/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/ExportActiveView/CSharp/Properties/AssemblyInfo.cs index 391d4ee7..e693a0ca 100644 --- a/Net/GraphicsPipeline/ExportActiveView/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/ExportActiveView/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ExportActiveView/Readme.html b/Net/GraphicsPipeline/ExportActiveView/Readme.html index 2826c547..6b199517 100644 --- a/Net/GraphicsPipeline/ExportActiveView/Readme.html +++ b/Net/GraphicsPipeline/ExportActiveView/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/ExportActiveView/Readme.md b/Net/GraphicsPipeline/ExportActiveView/Readme.md index 13bfe668..da0731d1 100644 --- a/Net/GraphicsPipeline/ExportActiveView/Readme.md +++ b/Net/GraphicsPipeline/ExportActiveView/Readme.md @@ -8,8 +8,8 @@ This sample shows how to export the active view to any supported export format. Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/ExportActiveView/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/ExportActiveView/VBNet/Config.esriaddinx index 30eb050c..de2bb079 100644 --- a/Net/GraphicsPipeline/ExportActiveView/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/ExportActiveView/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/8/2009 - + diff --git a/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net.vb b/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net.vb index 0f9db49b..ee4125b0 100644 --- a/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net.vb +++ b/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net_Addin.vbproj b/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net_Addin.vbproj index 0d6b80bd..618389b0 100644 --- a/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net_Addin.vbproj +++ b/Net/GraphicsPipeline/ExportActiveView/VBNet/ExportActiveViewVB_Net_Addin.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -143,25 +143,25 @@ - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/ExportActiveView/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/ExportActiveView/VBNet/My Project/AssemblyInfo.vb index 9afd37da..9bc7daa0 100644 --- a/Net/GraphicsPipeline/ExportActiveView/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/ExportActiveView/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/GlobeDynamicObjectTracking.csproj b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/GlobeDynamicObjectTracking.csproj index 081e4fc4..e1ea28c0 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/GlobeDynamicObjectTracking.csproj +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/GlobeDynamicObjectTracking.csproj @@ -81,37 +81,37 @@ - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs index e5184258..09b40bb5 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackDynamicObject.cs b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackDynamicObject.cs index 7fd230a9..23bf189d 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackDynamicObject.cs +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackDynamicObject.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.Designer.cs b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.Designer.cs index 42f6e09c..fc95fe18 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.Designer.cs +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.cs b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.cs index d71a3506..bc8da1a5 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.cs +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/CSharp/TrackSelectionDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.html b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.html index f68013f0..43aa37da 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.html +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.html @@ -33,8 +33,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -43,7 +43,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.md b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.md index 68443a0b..7c3b37bb 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.md +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/Readme.md @@ -15,8 +15,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/GlobeDynamicObjectTracking.vbproj b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/GlobeDynamicObjectTracking.vbproj index 3107fe8d..2448ac65 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/GlobeDynamicObjectTracking.vbproj +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/GlobeDynamicObjectTracking.vbproj @@ -85,37 +85,37 @@ - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb index d50f4df1..9862b31e 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackDynamicObject.vb b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackDynamicObject.vb index 1fd44aba..c66f6d4f 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackDynamicObject.vb +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackDynamicObject.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.Designer.vb b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.Designer.vb index aebdc59d..4a615c6d 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.Designer.vb +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.vb b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.vb index 86dcf716..98d9603c 100644 --- a/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.vb +++ b/Net/GraphicsPipeline/GlobeDynamicObjectTracking/VBNet/TrackSelectionDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayerToolControl.csproj b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayerToolControl.csproj index 3adccbef..eba64d65 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayerToolControl.csproj +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayerToolControl.csproj @@ -57,25 +57,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.Designer.cs b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.Designer.cs index 7c3b8a12..abbf3c06 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.Designer.cs +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.cs b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.cs index d92d37d9..c2e8f007 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.cs +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListCtrl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListToolCtrl.cs b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListToolCtrl.cs index 9e0f66af..78ef8fe3 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListToolCtrl.cs +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersListToolCtrl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersToolbar.cs b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersToolbar.cs index 9af791d2..7b4c519f 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersToolbar.cs +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/GraphicsLayersToolbar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/NewGraphicsLayerCmd.cs b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/NewGraphicsLayerCmd.cs index bfff03a8..58bb7272 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/NewGraphicsLayerCmd.cs +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/NewGraphicsLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/Properties/AssemblyInfo.cs index 382b8c0d..313a6d2a 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.html b/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.html index c72428d7..465fa8a0 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.html +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.md b/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.md index a2686146..18073b82 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.md +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayerToolControl.vbproj b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayerToolControl.vbproj index ad469bf0..aa115ee3 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayerToolControl.vbproj +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayerToolControl.vbproj @@ -60,25 +60,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.Designer.vb b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.Designer.vb index 8948f204..f373e99b 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.Designer.vb +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.vb b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.vb index f358c8de..f1b59daf 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.vb +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListCtrl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListToolCtrl.vb b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListToolCtrl.vb index 79b5d07b..d770bb29 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListToolCtrl.vb +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersListToolCtrl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersToolbar.vb b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersToolbar.vb index 6bbe11e7..4ccd0a9b 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersToolbar.vb +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/GraphicsLayersToolbar.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/NewGraphicsLayerCmd.vb b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/NewGraphicsLayerCmd.vb index 2c9a70d3..a75c00c0 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/NewGraphicsLayerCmd.vb +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/NewGraphicsLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/Properties/AssemblyInfo.vb index 9970d13f..8d9dac4c 100644 --- a/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/GraphicsLayerToolControl/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Config.esriaddinx index 06274b5a..449c15ab 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/13/2009 - + diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/CustomTimeSliderButton.cs b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/CustomTimeSliderButton.cs index fff9b27e..6cc353b8 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/CustomTimeSliderButton.cs +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/CustomTimeSliderButton.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/MakeACustomTimeControl.csproj b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/MakeACustomTimeControl.csproj index bc14bce0..8c1e2d44 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/MakeACustomTimeControl.csproj +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/MakeACustomTimeControl.csproj @@ -59,7 +59,7 @@ False - + False False @@ -104,10 +104,10 @@ False - + False - + False diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Properties/AssemblyInfo.cs index 3a955fcf..1a592a78 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.Designer.cs b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.Designer.cs index 6836f0d5..87d746a4 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.Designer.cs +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.cs b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.cs index ac371e4c..a0afb8da 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.cs +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/CSharp/TimeSliderDialog.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.html b/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.html index 7c4aae03..4a97166e 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.html +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.md b/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.md index ed24718b..f53b9822 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.md +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how the map's current time can be controlled using a cu Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/Config.esriaddinx index 5c084e16..f22e270d 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/19/2009 - + diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/CustomTimeSliderButton.vb b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/CustomTimeSliderButton.vb index 311c5155..82314c8c 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/CustomTimeSliderButton.vb +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/CustomTimeSliderButton.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/MakeACustomTimeControl.vbproj b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/MakeACustomTimeControl.vbproj index d9179fd2..c8b99d83 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/MakeACustomTimeControl.vbproj +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/MakeACustomTimeControl.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -150,10 +150,10 @@ - + False - + False diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/My Project/AssemblyInfo.vb index 4ec09a80..b5bcf59c 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.Designer.vb b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.Designer.vb index e696193c..a7fcbde5 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.Designer.vb +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.vb b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.vb index 04a01be6..eb29ddb2 100644 --- a/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.vb +++ b/Net/GraphicsPipeline/MakeACustomTimeControl/VBNet/TimeSliderDialog.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/AssemblyInfo.cs b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/AssemblyInfo.cs index 1f17e65e..17e6199b 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/IMultivariateRenderer.cs b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/IMultivariateRenderer.cs index f81d4db1..6dbfb8ae 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/IMultivariateRenderer.cs +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/IMultivariateRenderer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRendPropPage.cs b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRendPropPage.cs index f0ad3be1..f6e5ace3 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRendPropPage.cs +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRendPropPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderer.cs b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderer.cs index 3f6048ef..3ca42ae8 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderer.cs +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderers.csproj b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderers.csproj index 0c719798..e43494e8 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderers.csproj +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/MultivariateRenderers.csproj @@ -94,10 +94,10 @@ false - + False - + False diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/PropPageForm.cs b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/PropPageForm.cs index c26bf4d5..6ddbf4d2 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/PropPageForm.cs +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/PropPageForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/SecondaryForm.cs b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/SecondaryForm.cs index 3df67d9a..c490fc59 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/CSharp/SecondaryForm.cs +++ b/Net/GraphicsPipeline/MultivariateRenderer/CSharp/SecondaryForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/Readme.html b/Net/GraphicsPipeline/MultivariateRenderer/Readme.html index 30b6c238..0d608eaf 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/Readme.html +++ b/Net/GraphicsPipeline/MultivariateRenderer/Readme.html @@ -38,8 +38,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -48,7 +48,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/MultivariateRenderer/Readme.md b/Net/GraphicsPipeline/MultivariateRenderer/Readme.md index 05d46294..1a84d564 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/Readme.md +++ b/Net/GraphicsPipeline/MultivariateRenderer/Readme.md @@ -20,8 +20,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/AssemblyInfo.vb b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/AssemblyInfo.vb index 6281baa4..aa40a010 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/IMultivariateRenderer.vb b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/IMultivariateRenderer.vb index 92164b35..82ea501c 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/IMultivariateRenderer.vb +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/IMultivariateRenderer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRendPropPage.vb b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRendPropPage.vb index ed971f35..3c7c85b3 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRendPropPage.vb +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRendPropPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderer.vb b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderer.vb index e29256ab..6be16c27 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderer.vb +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderers.vbproj b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderers.vbproj index 69bc7a09..9650267c 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderers.vbproj +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/MultivariateRenderers.vbproj @@ -98,7 +98,7 @@ false - + False diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/PropPageForm.vb b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/PropPageForm.vb index 9eca7f6a..fc89b722 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/PropPageForm.vb +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/PropPageForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/SecondaryForm.vb b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/SecondaryForm.vb index 3f33632e..a0fdcf5e 100644 --- a/Net/GraphicsPipeline/MultivariateRenderer/VBNet/SecondaryForm.vb +++ b/Net/GraphicsPipeline/MultivariateRenderer/VBNet/SecondaryForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/CreateNewDocument.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/CreateNewDocument.cs index adc09108..256393f9 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/CreateNewDocument.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/CreateNewDocument.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/LoadDynamicLayerCmd.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/LoadDynamicLayerCmd.cs index 949c0429..615ef138 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/LoadDynamicLayerCmd.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/LoadDynamicLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.Designer.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.Designer.cs index 861d5e3d..219c10ee 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.Designer.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.cs index 1e4aa42e..fe503030 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MainForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicDisplayApp.csproj b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicDisplayApp.csproj index 1153580b..26ca8227 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicDisplayApp.csproj +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicDisplayApp.csproj @@ -58,25 +58,25 @@ false - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicLayer.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicLayer.cs index dbb0b7c8..0c31047b 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicLayer.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/MyDynamicLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Program.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Program.cs index c9f9edab..36d7ef6c 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Program.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Properties/AssemblyInfo.cs index 1608cc04..f50786f8 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/ToggleDynamicDisplayCmd.cs b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/ToggleDynamicDisplayCmd.cs index 90abeb55..bcd4ae90 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/ToggleDynamicDisplayCmd.cs +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/CSharp/ToggleDynamicDisplayCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.html b/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.html index 0f9ef701..7883d3ea 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.html +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.md b/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.md index 9f6faabd..f40ecaf9 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.md +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/CreateNewDocument.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/CreateNewDocument.vb index 344f29e3..db8735b6 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/CreateNewDocument.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/CreateNewDocument.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/LoadDynamicLayerCmd.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/LoadDynamicLayerCmd.vb index 0b967015..cfc52454 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/LoadDynamicLayerCmd.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/LoadDynamicLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.Designer.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.Designer.vb index e1dd943a..16630a23 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.Designer.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.vb index 40945530..d2d96352 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MainForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicDisplayApp.vbproj b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicDisplayApp.vbproj index 5054a369..833ee2cd 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicDisplayApp.vbproj +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicDisplayApp.vbproj @@ -61,25 +61,25 @@ false - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicLayer.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicLayer.vb index f1320dcb..2303bf3d 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicLayer.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/MyDynamicLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Program.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Program.vb index 3b17ffec..49cc3ce6 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Program.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Properties/AssemblyInfo.vb index a2fb3d25..53a258ee 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/ToggleDynamicDisplayCmd.vb b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/ToggleDynamicDisplayCmd.vb index 0b2a367a..4b528ce3 100644 --- a/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/ToggleDynamicDisplayCmd.vb +++ b/Net/GraphicsPipeline/MyDynamicDisplayApp/VBNet/ToggleDynamicDisplayCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/AddMyDynamicLayerCmd.cs b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/AddMyDynamicLayerCmd.cs index 702fa944..fbc82538 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/AddMyDynamicLayerCmd.cs +++ b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/AddMyDynamicLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/DynamicLayerToolbar.cs b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/DynamicLayerToolbar.cs index 8654303e..4cfe7c54 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/DynamicLayerToolbar.cs +++ b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/DynamicLayerToolbar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayer.csproj b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayer.csproj index af92e8be..2830967b 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayer.csproj +++ b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayer.csproj @@ -81,31 +81,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayerClass.cs b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayerClass.cs index 41ac4794..b2878e55 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayerClass.cs +++ b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/MyDynamicLayerClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/Properties/AssemblyInfo.cs index ff4b196b..38f3dd15 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/MyDynamicLayer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/Readme.html b/Net/GraphicsPipeline/MyDynamicLayer/Readme.html index c592cfdc..73f000c9 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/Readme.html +++ b/Net/GraphicsPipeline/MyDynamicLayer/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/MyDynamicLayer/Readme.md b/Net/GraphicsPipeline/MyDynamicLayer/Readme.md index edc9e320..0118c05d 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/Readme.md +++ b/Net/GraphicsPipeline/MyDynamicLayer/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/AddMyDynamicLayerCmd.vb b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/AddMyDynamicLayerCmd.vb index 4b315956..eed22d70 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/AddMyDynamicLayerCmd.vb +++ b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/AddMyDynamicLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/DynamicLayerToolbar.vb b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/DynamicLayerToolbar.vb index 6bd62bca..450c908e 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/DynamicLayerToolbar.vb +++ b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/DynamicLayerToolbar.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayer.vbproj b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayer.vbproj index 40f3987c..b101c10e 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayer.vbproj +++ b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayer.vbproj @@ -89,31 +89,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayerClass.vb b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayerClass.vb index ce93f61d..e1d69adc 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayerClass.vb +++ b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/MyDynamicLayerClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/Properties/AssemblyInfo.vb index e41a1e39..230a7068 100644 --- a/Net/GraphicsPipeline/MyDynamicLayer/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/MyDynamicLayer/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveView/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/PrintActiveView/CSharp/Config.esriaddinx index a9a9dd94..9192fb99 100644 --- a/Net/GraphicsPipeline/PrintActiveView/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/PrintActiveView/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 11/2/2009 - + diff --git a/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.cs b/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.cs index 2225e4fb..7886f167 100644 --- a/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.cs +++ b/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.csproj b/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.csproj index 9ff8a104..3f6845fe 100644 --- a/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.csproj +++ b/Net/GraphicsPipeline/PrintActiveView/CSharp/PrintActiveViewCS_Net_Addin.csproj @@ -56,7 +56,7 @@ false - + False False @@ -87,31 +87,31 @@ - + False False - + False - + False False - + False - + False False - + False - + False - + False False diff --git a/Net/GraphicsPipeline/PrintActiveView/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/PrintActiveView/CSharp/Properties/AssemblyInfo.cs index 7609cd32..a579160c 100644 --- a/Net/GraphicsPipeline/PrintActiveView/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/PrintActiveView/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveView/Readme.html b/Net/GraphicsPipeline/PrintActiveView/Readme.html index f2f0be4b..3230cdb2 100644 --- a/Net/GraphicsPipeline/PrintActiveView/Readme.html +++ b/Net/GraphicsPipeline/PrintActiveView/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/PrintActiveView/Readme.md b/Net/GraphicsPipeline/PrintActiveView/Readme.md index 8f10aa2a..ac8b6d2a 100644 --- a/Net/GraphicsPipeline/PrintActiveView/Readme.md +++ b/Net/GraphicsPipeline/PrintActiveView/Readme.md @@ -8,8 +8,8 @@ This sample shows how to print the active view using the IPrintAndExport inte Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/PrintActiveView/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/PrintActiveView/VBNet/Config.esriaddinx index eda66efe..31ba08f1 100644 --- a/Net/GraphicsPipeline/PrintActiveView/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/PrintActiveView/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/9/2009 - + diff --git a/Net/GraphicsPipeline/PrintActiveView/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/PrintActiveView/VBNet/My Project/AssemblyInfo.vb index bfbe1c3f..62ec9b02 100644 --- a/Net/GraphicsPipeline/PrintActiveView/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/PrintActiveView/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vb b/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vb index e663c362..eb6e062c 100644 --- a/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vb +++ b/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vbproj b/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vbproj index 427f8c2a..08af3f74 100644 --- a/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vbproj +++ b/Net/GraphicsPipeline/PrintActiveView/VBNet/PrintActiveViewVB_Net_Addin.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -142,22 +142,22 @@ - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Config.esriaddinx index 9094247c..d2195a35 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Config.esriaddinx @@ -38,7 +38,7 @@ ESRI 3/15/2010 - + diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.cs b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.cs index a512735b..9d8ec60c 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.cs +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.csproj b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.csproj index 2712af29..32346b1b 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.csproj +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/PrintActiveViewArcPressCS_Net_Addin.csproj @@ -44,7 +44,7 @@ False - + False False @@ -88,19 +88,19 @@ False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Properties/AssemblyInfo.cs index c839048a..27713639 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.html b/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.html index cc0f93db..2bb6e637 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.html +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.md b/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.md index 134cea38..d6726d9e 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.md +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to print the active view of a map document using t Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/Config.esriaddinx index c1d71879..783129b4 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/Config.esriaddinx @@ -38,7 +38,7 @@ ESRI 3/15/2010 - + diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/My Project/AssemblyInfo.vb index 52eff91c..c102c89a 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vb b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vb index 648a0c63..9e3c15a9 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vb +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vbproj b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vbproj index 9e186e98..4807d73c 100644 --- a/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vbproj +++ b/Net/GraphicsPipeline/PrintActiveViewArcPress/VBNet/PrintActiveViewArcPressVB_Net_Addin.vbproj @@ -48,7 +48,7 @@ False - + False False @@ -129,19 +129,19 @@ - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/PrintMultiPage/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/PrintMultiPage/CSharp/Config.esriaddinx index b5b46ef2..b1133bca 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/PrintMultiPage/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.cs b/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.cs index 13b694fd..1266290b 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.cs +++ b/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.csproj b/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.csproj index 8b4b09a9..62644de7 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.csproj +++ b/Net/GraphicsPipeline/PrintMultiPage/CSharp/PrintMultiPagesCS_NET_Addin.csproj @@ -56,7 +56,7 @@ false - + False False @@ -83,31 +83,31 @@ - + False False - + False - + False False - + False - + False False - + False - + False - + False False diff --git a/Net/GraphicsPipeline/PrintMultiPage/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/PrintMultiPage/CSharp/Properties/AssemblyInfo.cs index d3e1f765..4ee25c16 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/PrintMultiPage/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintMultiPage/Readme.html b/Net/GraphicsPipeline/PrintMultiPage/Readme.html index 8ae53cd6..9a43cbb4 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/Readme.html +++ b/Net/GraphicsPipeline/PrintMultiPage/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/PrintMultiPage/Readme.md b/Net/GraphicsPipeline/PrintMultiPage/Readme.md index 9ee8cc4e..b2ac06e6 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/Readme.md +++ b/Net/GraphicsPipeline/PrintMultiPage/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/PrintMultiPage/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/PrintMultiPage/VBNet/Config.esriaddinx index c559dffd..b2f889d1 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/PrintMultiPage/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/10/2009 - + diff --git a/Net/GraphicsPipeline/PrintMultiPage/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/PrintMultiPage/VBNet/My Project/AssemblyInfo.vb index b9526dcc..33d65ec7 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/PrintMultiPage/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vb b/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vb index cd6e2b7a..c7cacd29 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vb +++ b/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vbproj b/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vbproj index 1831c238..788ff908 100644 --- a/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vbproj +++ b/Net/GraphicsPipeline/PrintMultiPage/VBNet/PrintMultiPagesVB_NET_Addin.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -137,19 +137,19 @@ - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddRSSWeatherLayer.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddRSSWeatherLayer.cs index 7b2f7537..1228e96c 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddRSSWeatherLayer.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddRSSWeatherLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemCmd.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemCmd.cs index f023bbc9..ff084c60 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemCmd.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemTool.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemTool.cs index a793c424..0542a464 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemTool.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/AddWeatherItemTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/IdentifyDlg.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/IdentifyDlg.cs index efc6504e..b4b134b9 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/IdentifyDlg.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/IdentifyDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/Properties/AssemblyInfo.cs index 3caee28c..f377983a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.Designer.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.Designer.cs index 4e2c0396..49b43aef 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.Designer.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.cs index 1f19b774..bc1f64bf 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/PropertySheet.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProperties.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProperties.cs index 3b013bde..df70bde5 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProperties.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.cs index 58a844de..b3bb9e6d 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.designer.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.designer.cs index 6d7451cb..cd9bb933 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.designer.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps.designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.Designer.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.Designer.cs index a25e5820..99d877f5 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.Designer.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.cs index 6fd4d93f..acf263ed 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSLayerProps2.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherIdentifyObject.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherIdentifyObject.cs index ecef075f..57fde6a9 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherIdentifyObject.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherIdentifyObject.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayer.csproj b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayer.csproj index bc2a4c21..217d15db 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayer.csproj +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayer.csproj @@ -87,32 +87,32 @@ false - - + + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayerClass.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayerClass.cs index 7982bdca..2a232a58 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayerClass.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RSSWeatherLayerClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RefreshLayerCmd.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RefreshLayerCmd.cs index 33c139bf..b1b280d0 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RefreshLayerCmd.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/RefreshLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/SelectByCityName.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/SelectByCityName.cs index bd4ff0c5..07165b06 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/SelectByCityName.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/SelectByCityName.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherItemSelectionDlg.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherItemSelectionDlg.cs index 15667601..74ad7802 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherItemSelectionDlg.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherItemSelectionDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherLayerToolbar.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherLayerToolbar.cs index 5567793f..16eaad29 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherLayerToolbar.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/WeatherLayerToolbar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/ZipCodeDlg.cs b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/ZipCodeDlg.cs index ddc5307e..dcead154 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/ZipCodeDlg.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer/CSharp/ZipCodeDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/Readme.html b/Net/GraphicsPipeline/RSSWeatherLayer/Readme.html index e318e684..dc17500d 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/Readme.html +++ b/Net/GraphicsPipeline/RSSWeatherLayer/Readme.html @@ -33,8 +33,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -43,7 +43,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/Readme.md b/Net/GraphicsPipeline/RSSWeatherLayer/Readme.md index 9b664726..ee4d8b2c 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/Readme.md +++ b/Net/GraphicsPipeline/RSSWeatherLayer/Readme.md @@ -15,8 +15,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddRSSWeatherLayer.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddRSSWeatherLayer.vb index b7711a99..8b966edc 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddRSSWeatherLayer.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddRSSWeatherLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemCmd.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemCmd.vb index a4fb6cf2..7553d11c 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemCmd.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemTool.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemTool.vb index 3899d69b..3d1291dd 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemTool.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/AddWeatherItemTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/IdentifyDlg.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/IdentifyDlg.vb index 4b70ce1c..5efbaa0d 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/IdentifyDlg.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/IdentifyDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/Properties/AssemblyInfo.vb index fb3248ac..97899198 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.Designer.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.Designer.vb index bbdec88f..9921ac40 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.Designer.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.vb index 1ed84993..fda9640d 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/PropertySheet.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProperties.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProperties.vb index 56480a8e..6977a62e 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProperties.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.designer.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.designer.vb index d80ad0e4..279529e5 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.designer.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.vb index c5c58d9f..943ae06a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.Designer.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.Designer.vb index 32f4b5a9..6fe2c255 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.Designer.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.vb index c5cbb700..3e764e1a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSLayerProps2.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherIdentifyObject.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherIdentifyObject.vb index 0cca0b71..90812b4a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherIdentifyObject.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherIdentifyObject.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayer.vbproj b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayer.vbproj index 894f4d66..4e428dbb 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayer.vbproj +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayer.vbproj @@ -89,34 +89,34 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayerClass.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayerClass.vb index ef4ed7f3..b1136cc5 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayerClass.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RSSWeatherLayerClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RefreshLayerCmd.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RefreshLayerCmd.vb index 7f45c4bb..aef4c45a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RefreshLayerCmd.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/RefreshLayerCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/SelectByCityName.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/SelectByCityName.vb index 67d8fff4..a196596c 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/SelectByCityName.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/SelectByCityName.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherItemSelectionDlg.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherItemSelectionDlg.vb index 101292fe..75a79d42 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherItemSelectionDlg.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherItemSelectionDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherLayerToolbar.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherLayerToolbar.vb index 542c20c8..0978a1ca 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherLayerToolbar.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/WeatherLayerToolbar.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/ZipCodeDlg.vb b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/ZipCodeDlg.vb index e8215b5f..c900b602 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/ZipCodeDlg.vb +++ b/Net/GraphicsPipeline/RSSWeatherLayer/VBNet/ZipCodeDlg.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemCmd.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemCmd.cs index 5626a1d0..c8a2c481 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemCmd.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemTool.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemTool.cs index c4d71e77..46015579 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemTool.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherItemTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherLayerCmd.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherLayerCmd.cs index 84fe20bf..4b7f2477 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherLayerCmd.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/AddWeatherLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeCustomLayerBase.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeCustomLayerBase.cs index f94b4f09..0c8f24b2 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeCustomLayerBase.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeCustomLayerBase.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeWeatherIdentifyObject.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeWeatherIdentifyObject.cs index 6681cc53..246c1d28 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeWeatherIdentifyObject.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/GlobeWeatherIdentifyObject.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/IdentifyDlg.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/IdentifyDlg.cs index ec30b2fc..e827bff7 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/IdentifyDlg.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/IdentifyDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GLU_v4.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GLU_v4.cs index 94dfc007..fc5e9920 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GLU_v4.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GLU_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GL_v4.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GL_v4.cs index 68d014c1..0b2224c0 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GL_v4.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_GL_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_WGL_v4.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_WGL_v4.cs index 353ffe88..680e438a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_WGL_v4.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/OpenGL_WGL_v4.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/Properties/AssemblyInfo.cs index 622dab61..4d96c95e 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3D.csproj b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3D.csproj index ec4c1251..814ef135 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3D.csproj +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3D.csproj @@ -60,40 +60,40 @@ - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3DClass.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3DClass.cs index af0c387d..85dba874 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3DClass.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RSSWeatherLayer3DClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RefreshLayerCmd.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RefreshLayerCmd.cs index 20524fe1..82229e36 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RefreshLayerCmd.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/RefreshLayerCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectByCityNameCmd.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectByCityNameCmd.cs index 2e2ea87e..2f1ea091 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectByCityNameCmd.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectByCityNameCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectItemsTool.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectItemsTool.cs index e20d4213..546737f8 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectItemsTool.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/SelectItemsTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherItemSelectionDlg.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherItemSelectionDlg.cs index 3c5ec61c..47356e84 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherItemSelectionDlg.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherItemSelectionDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherLayerToolbar.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherLayerToolbar.cs index 9f4449af..b8ca8ae6 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherLayerToolbar.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/WeatherLayerToolbar.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/ZipCodeDlg.cs b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/ZipCodeDlg.cs index 99381433..4b71357e 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/ZipCodeDlg.cs +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/CSharp/ZipCodeDlg.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.html b/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.html index b6583583..743f1a0a 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.html +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.html @@ -33,8 +33,8 @@ Language: C# Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -43,7 +43,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.md b/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.md index 8481ec72..624f2160 100644 --- a/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.md +++ b/Net/GraphicsPipeline/RSSWeatherLayer3D/Readme.md @@ -15,8 +15,8 @@ Language: C# Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/ReadMe.md b/Net/GraphicsPipeline/ReadMe.md index 588e8d78..91b34fa0 100644 --- a/Net/GraphicsPipeline/ReadMe.md +++ b/Net/GraphicsPipeline/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Graphics Pipeline -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Graphics Pipeline' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Graphics Pipeline' topic. ## Features diff --git a/Net/GraphicsPipeline/RubberBandZoom/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/RubberBandZoom/CSharp/Config.esriaddinx index db4a5388..ac36e0ff 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/RubberBandZoom/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/16/2009 - + diff --git a/Net/GraphicsPipeline/RubberBandZoom/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/RubberBandZoom/CSharp/Properties/AssemblyInfo.cs index 8471953f..5bbede22 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/RubberBandZoom/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.cs b/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.cs index dc5eeded..52c20a1b 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.cs +++ b/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.csproj b/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.csproj index 0cccb968..5d5bf820 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.csproj +++ b/Net/GraphicsPipeline/RubberBandZoom/CSharp/RubberBandZoom.csproj @@ -44,7 +44,7 @@ False - + False False @@ -86,16 +86,16 @@ False - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/RubberBandZoom/Readme.html b/Net/GraphicsPipeline/RubberBandZoom/Readme.html index 4cc96670..ca443708 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/Readme.html +++ b/Net/GraphicsPipeline/RubberBandZoom/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/RubberBandZoom/Readme.md b/Net/GraphicsPipeline/RubberBandZoom/Readme.md index 36aed258..d8f3ea26 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/Readme.md +++ b/Net/GraphicsPipeline/RubberBandZoom/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to use the Display library's RubberBand object to z Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/RubberBandZoom/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/RubberBandZoom/VBNet/Config.esriaddinx index cbac75a5..190a0762 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/RubberBandZoom/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/16/2009 - + diff --git a/Net/GraphicsPipeline/RubberBandZoom/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/RubberBandZoom/VBNet/My Project/AssemblyInfo.vb index db5eed8b..59f85579 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/RubberBandZoom/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vb b/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vb index bfef47ac..cc736aea 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vb +++ b/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vbproj b/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vbproj index 8d8c526b..6b67e20c 100644 --- a/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vbproj +++ b/Net/GraphicsPipeline/RubberBandZoom/VBNet/RubberBandZoom.vbproj @@ -48,7 +48,7 @@ False - + False False @@ -129,16 +129,16 @@ - + False - + False - + False - + False diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Config.esriaddinx b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Config.esriaddinx index b1a879c2..eb5e8598 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Config.esriaddinx +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/13/2009 - + diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Properties/AssemblyInfo.cs index 58f773f4..064365d6 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsButton.cs b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsButton.cs index 83642521..7702e43b 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsButton.cs +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsButton.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsForALayer.csproj b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsForALayer.csproj index e17bb635..ed5d1afd 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsForALayer.csproj +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/CSharp/SetTimeExtentsForALayer.csproj @@ -59,7 +59,7 @@ False - + False False @@ -98,10 +98,10 @@ False - + False - + False diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.html b/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.html index 43e2ab49..51f8efcd 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.html +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.md b/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.md index c8e33a5e..53eccc2f 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.md +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/Readme.md @@ -8,8 +8,8 @@ This sample shows how to take a normal feature layer and make it time aware, the Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/Config.esriaddinx b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/Config.esriaddinx index f9043959..dc27f609 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/Config.esriaddinx +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 10/19/2009 - + diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/My Project/AssemblyInfo.vb b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/My Project/AssemblyInfo.vb index a118d6e3..71fbfe80 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/My Project/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsButton.vb b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsButton.vb index 1b38d35c..9d3b4948 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsButton.vb +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsButton.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsForALayer.vbproj b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsForALayer.vbproj index 8c28d838..bcbc8a2e 100644 --- a/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsForALayer.vbproj +++ b/Net/GraphicsPipeline/SetTimeExtentsForALayer/VBNet/SetTimeExtentsForALayer.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -141,10 +141,10 @@ - + False - + False diff --git a/Net/GraphicsPipeline/TriangleElement/CSharp/Properties/AssemblyInfo.cs b/Net/GraphicsPipeline/TriangleElement/CSharp/Properties/AssemblyInfo.cs index 8f689323..98e6b6ca 100644 --- a/Net/GraphicsPipeline/TriangleElement/CSharp/Properties/AssemblyInfo.cs +++ b/Net/GraphicsPipeline/TriangleElement/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElement.csproj b/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElement.csproj index 01591521..be33580d 100644 --- a/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElement.csproj +++ b/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElement.csproj @@ -84,39 +84,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementClass.cs b/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementClass.cs index ef2fbaaf..0d928da3 100644 --- a/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementClass.cs +++ b/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementTool.cs b/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementTool.cs index c1f684ff..24a00bf1 100644 --- a/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementTool.cs +++ b/Net/GraphicsPipeline/TriangleElement/CSharp/TriangleElementTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/TriangleElement/Readme.html b/Net/GraphicsPipeline/TriangleElement/Readme.html index 3df3251d..d9606886 100644 --- a/Net/GraphicsPipeline/TriangleElement/Readme.html +++ b/Net/GraphicsPipeline/TriangleElement/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/GraphicsPipeline/TriangleElement/Readme.md b/Net/GraphicsPipeline/TriangleElement/Readme.md index eafd8e7a..e04d1f99 100644 --- a/Net/GraphicsPipeline/TriangleElement/Readme.md +++ b/Net/GraphicsPipeline/TriangleElement/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/GraphicsPipeline/TriangleElement/VBNet/Properties/AssemblyInfo.vb b/Net/GraphicsPipeline/TriangleElement/VBNet/Properties/AssemblyInfo.vb index 76f7d123..74ca95f6 100644 --- a/Net/GraphicsPipeline/TriangleElement/VBNet/Properties/AssemblyInfo.vb +++ b/Net/GraphicsPipeline/TriangleElement/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElement.vbproj b/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElement.vbproj index 01356a48..c81baf41 100644 --- a/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElement.vbproj +++ b/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElement.vbproj @@ -86,39 +86,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementClass.vb b/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementClass.vb index b1abe283..77b2fd14 100644 --- a/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementClass.vb +++ b/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementTool.vb b/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementTool.vb index b87aba65..5509fb2b 100644 --- a/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementTool.vb +++ b/Net/GraphicsPipeline/TriangleElement/VBNet/TriangleElementTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/CSharp/Config.esriaddinx b/Net/Map/AddInReportManager/CSharp/Config.esriaddinx index 001feda5..60770b62 100644 --- a/Net/Map/AddInReportManager/CSharp/Config.esriaddinx +++ b/Net/Map/AddInReportManager/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 9/8/2010 - + diff --git a/Net/Map/AddInReportManager/CSharp/CustomReport.csproj b/Net/Map/AddInReportManager/CSharp/CustomReport.csproj index faf7eaf5..e399bdfe 100644 --- a/Net/Map/AddInReportManager/CSharp/CustomReport.csproj +++ b/Net/Map/AddInReportManager/CSharp/CustomReport.csproj @@ -59,7 +59,7 @@ False - + False False @@ -113,13 +113,13 @@ - + False False - + False @@ -164,7 +164,7 @@ esriAddIn Desktop - 10.6 + 10.7 true diff --git a/Net/Map/AddInReportManager/CSharp/ExportReport.Designer.cs b/Net/Map/AddInReportManager/CSharp/ExportReport.Designer.cs index 39976751..cff40593 100644 --- a/Net/Map/AddInReportManager/CSharp/ExportReport.Designer.cs +++ b/Net/Map/AddInReportManager/CSharp/ExportReport.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/CSharp/ExportReport.cs b/Net/Map/AddInReportManager/CSharp/ExportReport.cs index 7b0f3742..1a551054 100644 --- a/Net/Map/AddInReportManager/CSharp/ExportReport.cs +++ b/Net/Map/AddInReportManager/CSharp/ExportReport.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/CSharp/GenerateReport.cs b/Net/Map/AddInReportManager/CSharp/GenerateReport.cs index 28035b27..3017a1cd 100644 --- a/Net/Map/AddInReportManager/CSharp/GenerateReport.cs +++ b/Net/Map/AddInReportManager/CSharp/GenerateReport.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/CSharp/Properties/AssemblyInfo.cs b/Net/Map/AddInReportManager/CSharp/Properties/AssemblyInfo.cs index 108db87b..aa3f93ee 100644 --- a/Net/Map/AddInReportManager/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Map/AddInReportManager/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/Readme.html b/Net/Map/AddInReportManager/Readme.html index 99ee7da2..1a64346c 100644 --- a/Net/Map/AddInReportManager/Readme.html +++ b/Net/Map/AddInReportManager/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/AddInReportManager/Readme.md b/Net/Map/AddInReportManager/Readme.md index ec4f226f..4b1387b0 100644 --- a/Net/Map/AddInReportManager/Readme.md +++ b/Net/Map/AddInReportManager/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/AddInReportManager/VBNET/Config.esriaddinx b/Net/Map/AddInReportManager/VBNET/Config.esriaddinx index fda219aa..abc9c45a 100644 --- a/Net/Map/AddInReportManager/VBNET/Config.esriaddinx +++ b/Net/Map/AddInReportManager/VBNET/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 9/14/2010 - + diff --git a/Net/Map/AddInReportManager/VBNET/CustomReport.vbproj b/Net/Map/AddInReportManager/VBNET/CustomReport.vbproj index dae48c0e..ea6d29f3 100644 --- a/Net/Map/AddInReportManager/VBNET/CustomReport.vbproj +++ b/Net/Map/AddInReportManager/VBNET/CustomReport.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -158,10 +158,10 @@ - + False - + False @@ -193,7 +193,7 @@ esriAddIn Desktop - 10.6 + 10.7 true diff --git a/Net/Map/AddInReportManager/VBNET/ExportReport.Designer.vb b/Net/Map/AddInReportManager/VBNET/ExportReport.Designer.vb index b03ca434..a1d384f8 100644 --- a/Net/Map/AddInReportManager/VBNET/ExportReport.Designer.vb +++ b/Net/Map/AddInReportManager/VBNET/ExportReport.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/VBNET/ExportReport.vb b/Net/Map/AddInReportManager/VBNET/ExportReport.vb index 4c65912e..aa5fba45 100644 --- a/Net/Map/AddInReportManager/VBNET/ExportReport.vb +++ b/Net/Map/AddInReportManager/VBNET/ExportReport.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/VBNET/GenerateReport.vb b/Net/Map/AddInReportManager/VBNET/GenerateReport.vb index 2899728a..6804aaaf 100644 --- a/Net/Map/AddInReportManager/VBNET/GenerateReport.vb +++ b/Net/Map/AddInReportManager/VBNET/GenerateReport.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInReportManager/VBNET/My Project/AssemblyInfo.vb b/Net/Map/AddInReportManager/VBNET/My Project/AssemblyInfo.vb index 8181f44e..1c12789c 100644 --- a/Net/Map/AddInReportManager/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Map/AddInReportManager/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInTimeSeriesGraph/CSharp/Config.esriaddinx b/Net/Map/AddInTimeSeriesGraph/CSharp/Config.esriaddinx index ab0444f8..5ce729eb 100644 --- a/Net/Map/AddInTimeSeriesGraph/CSharp/Config.esriaddinx +++ b/Net/Map/AddInTimeSeriesGraph/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 11/8/2009 - + diff --git a/Net/Map/AddInTimeSeriesGraph/CSharp/Properties/AssemblyInfo.cs b/Net/Map/AddInTimeSeriesGraph/CSharp/Properties/AssemblyInfo.cs index 6c31b5ad..66d414d6 100644 --- a/Net/Map/AddInTimeSeriesGraph/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Map/AddInTimeSeriesGraph/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.cs b/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.cs index 53e2a376..2eb577ef 100644 --- a/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.cs +++ b/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.csproj b/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.csproj index 1bc5dd54..04e56d97 100644 --- a/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.csproj +++ b/Net/Map/AddInTimeSeriesGraph/CSharp/TimeSeriesGraphAddIn.csproj @@ -59,7 +59,7 @@ False - + False False @@ -100,22 +100,22 @@ False - + False - + False - + False - + False - + False - + False diff --git a/Net/Map/AddInTimeSeriesGraph/Readme.html b/Net/Map/AddInTimeSeriesGraph/Readme.html index 831fed56..1902ea2e 100644 --- a/Net/Map/AddInTimeSeriesGraph/Readme.html +++ b/Net/Map/AddInTimeSeriesGraph/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/AddInTimeSeriesGraph/Readme.md b/Net/Map/AddInTimeSeriesGraph/Readme.md index d0d24503..db825d47 100644 --- a/Net/Map/AddInTimeSeriesGraph/Readme.md +++ b/Net/Map/AddInTimeSeriesGraph/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/AddInTimeSeriesGraph/VBNet/Config.esriaddinx b/Net/Map/AddInTimeSeriesGraph/VBNet/Config.esriaddinx index 12b83a2b..64d25844 100644 --- a/Net/Map/AddInTimeSeriesGraph/VBNet/Config.esriaddinx +++ b/Net/Map/AddInTimeSeriesGraph/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 11/17/2009 - + diff --git a/Net/Map/AddInTimeSeriesGraph/VBNet/My Project/AssemblyInfo.vb b/Net/Map/AddInTimeSeriesGraph/VBNet/My Project/AssemblyInfo.vb index 7053b1ae..4786ecea 100644 --- a/Net/Map/AddInTimeSeriesGraph/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Map/AddInTimeSeriesGraph/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraph.vb b/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraph.vb index 7d1c3630..2d40958d 100644 --- a/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraph.vb +++ b/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraph.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraphAddInVB.vbproj b/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraphAddInVB.vbproj index baf60cdd..c191a123 100644 --- a/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraphAddInVB.vbproj +++ b/Net/Map/AddInTimeSeriesGraph/VBNet/TimeSeriesGraphAddInVB.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -144,22 +144,22 @@ - + False - + False - + False - + False - + False - + False diff --git a/Net/Map/AnimationLayerEffects/CSharp/AnimationTypeLayerEffects.cs b/Net/Map/AnimationLayerEffects/CSharp/AnimationTypeLayerEffects.cs index 8a3fcb0b..8d71e34a 100644 --- a/Net/Map/AnimationLayerEffects/CSharp/AnimationTypeLayerEffects.cs +++ b/Net/Map/AnimationLayerEffects/CSharp/AnimationTypeLayerEffects.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationLayerEffects/CSharp/LayerEffectsAnimation.csproj b/Net/Map/AnimationLayerEffects/CSharp/LayerEffectsAnimation.csproj index c0ea1515..f56e893b 100644 --- a/Net/Map/AnimationLayerEffects/CSharp/LayerEffectsAnimation.csproj +++ b/Net/Map/AnimationLayerEffects/CSharp/LayerEffectsAnimation.csproj @@ -79,19 +79,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Map/AnimationLayerEffects/CSharp/MapLayerEffectsKeyframe.cs b/Net/Map/AnimationLayerEffects/CSharp/MapLayerEffectsKeyframe.cs index dcb48e10..1e33522f 100644 --- a/Net/Map/AnimationLayerEffects/CSharp/MapLayerEffectsKeyframe.cs +++ b/Net/Map/AnimationLayerEffects/CSharp/MapLayerEffectsKeyframe.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationLayerEffects/CSharp/Properties/AssemblyInfo.cs b/Net/Map/AnimationLayerEffects/CSharp/Properties/AssemblyInfo.cs index 114202a1..e3d5eed8 100644 --- a/Net/Map/AnimationLayerEffects/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Map/AnimationLayerEffects/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationLayerEffects/Readme.html b/Net/Map/AnimationLayerEffects/Readme.html index 2c49f466..612d5f1f 100644 --- a/Net/Map/AnimationLayerEffects/Readme.html +++ b/Net/Map/AnimationLayerEffects/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/AnimationLayerEffects/Readme.md b/Net/Map/AnimationLayerEffects/Readme.md index 6ba834c6..59cfb8a4 100644 --- a/Net/Map/AnimationLayerEffects/Readme.md +++ b/Net/Map/AnimationLayerEffects/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/AnimationLayerEffects/VBNet/AnimationTypeLayerEffects.vb b/Net/Map/AnimationLayerEffects/VBNet/AnimationTypeLayerEffects.vb index b1c84e52..c19cee9a 100644 --- a/Net/Map/AnimationLayerEffects/VBNet/AnimationTypeLayerEffects.vb +++ b/Net/Map/AnimationLayerEffects/VBNet/AnimationTypeLayerEffects.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationLayerEffects/VBNet/LayerEffectsAnimation.vbproj b/Net/Map/AnimationLayerEffects/VBNet/LayerEffectsAnimation.vbproj index d98d7cbd..6e4c71c6 100644 --- a/Net/Map/AnimationLayerEffects/VBNet/LayerEffectsAnimation.vbproj +++ b/Net/Map/AnimationLayerEffects/VBNet/LayerEffectsAnimation.vbproj @@ -88,19 +88,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Map/AnimationLayerEffects/VBNet/MapLayerEffectsKeyframe.vb b/Net/Map/AnimationLayerEffects/VBNet/MapLayerEffectsKeyframe.vb index b322fc4e..b0020ecd 100644 --- a/Net/Map/AnimationLayerEffects/VBNet/MapLayerEffectsKeyframe.vb +++ b/Net/Map/AnimationLayerEffects/VBNet/MapLayerEffectsKeyframe.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationLayerEffects/VBNet/Properties/AssemblyInfo.vb b/Net/Map/AnimationLayerEffects/VBNet/Properties/AssemblyInfo.vb index 34d0acef..d6b171cd 100644 --- a/Net/Map/AnimationLayerEffects/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Map/AnimationLayerEffects/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationTypeMapGraphic.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationTypeMapGraphic.cs index dfcfa1fd..cf4fae83 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationTypeMapGraphic.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationTypeMapGraphic.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationUtils.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationUtils.cs index f597319d..bed9cb5f 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationUtils.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/AnimationUtils.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicKeyframe.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicKeyframe.cs index 34860ef4..4d150360 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicKeyframe.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicKeyframe.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackExtension.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackExtension.cs index 625beb04..50741b21 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackExtension.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackExtension.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackPropPage.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackPropPage.cs index 46da3c14..61ea2510 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackPropPage.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MapGraphicTrackPropPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MoveGraphicAlongPath.csproj b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MoveGraphicAlongPath.csproj index faf813bc..a8160085 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MoveGraphicAlongPath.csproj +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/MoveGraphicAlongPath.csproj @@ -71,37 +71,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/Properties/AssemblyInfo.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/Properties/AssemblyInfo.cs index 82d1ba99..15923bfa 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/cmdMoveGraphicAlongPath.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/cmdMoveGraphicAlongPath.cs index bd1eed63..78a51dab 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/cmdMoveGraphicAlongPath.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/cmdMoveGraphicAlongPath.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.Designer.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.Designer.cs index be092a90..02962f61 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.Designer.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.cs index 0ac4a5c9..50a4efc1 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmCreateGraphicTrackOptions.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.Designer.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.Designer.cs index 29d13f34..fc03474e 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.Designer.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.cs b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.cs index 96bb4ace..48455d63 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.cs +++ b/Net/Map/AnimationMoveGraphicAlongPath/CSharp/frmPropertyPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/Readme.html b/Net/Map/AnimationMoveGraphicAlongPath/Readme.html index f40b6b58..2877adc0 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/Readme.html +++ b/Net/Map/AnimationMoveGraphicAlongPath/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/AnimationMoveGraphicAlongPath/Readme.md b/Net/Map/AnimationMoveGraphicAlongPath/Readme.md index bc88ce6a..a347570e 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/Readme.md +++ b/Net/Map/AnimationMoveGraphicAlongPath/Readme.md @@ -8,8 +8,8 @@ This sample implements the move-object-along-path functionality for ArcMap anima Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationTypeMapGraphic.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationTypeMapGraphic.vb index dd59fa75..1791ec96 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationTypeMapGraphic.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationTypeMapGraphic.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationUtils.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationUtils.vb index 7a7e2e39..0b220cb2 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationUtils.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/AnimationUtils.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicKeyframe.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicKeyframe.vb index e8567ca3..c2308a79 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicKeyframe.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicKeyframe.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackExtension.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackExtension.vb index 3fb6a53d..caec3c07 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackExtension.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackExtension.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackPropPage.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackPropPage.vb index b6dfc263..9fc29e23 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackPropPage.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MapGraphicTrackPropPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MoveGraphicAlongPath.vbproj b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MoveGraphicAlongPath.vbproj index 230cfe22..ba9a7c23 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MoveGraphicAlongPath.vbproj +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/MoveGraphicAlongPath.vbproj @@ -86,37 +86,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/My Project/AssemblyInfo.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/My Project/AssemblyInfo.vb index 66ce55b3..fb417905 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/cmdMoveGraphicAlongPath.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/cmdMoveGraphicAlongPath.vb index 5f2aa80a..5ffb1d69 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/cmdMoveGraphicAlongPath.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/cmdMoveGraphicAlongPath.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.Designer.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.Designer.vb index 2dc70c63..cafd9010 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.Designer.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.vb index e6b1ea91..e6b0b865 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmCreateGraphicTrackOptions.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.Designer.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.Designer.vb index 9426c9c8..2eb6ea89 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.Designer.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.vb b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.vb index 6dee8306..bb212fc0 100644 --- a/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.vb +++ b/Net/Map/AnimationMoveGraphicAlongPath/VBNet/frmPropertyPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Brushing.csproj b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Brushing.csproj index 73daa13c..1480334c 100644 --- a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Brushing.csproj +++ b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Brushing.csproj @@ -80,22 +80,22 @@ False - + False - + False - + False - + False - + False - + False diff --git a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/BrushingCS.cs b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/BrushingCS.cs index 9a52b170..0f29b466 100644 --- a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/BrushingCS.cs +++ b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/BrushingCS.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Config.esriaddinx b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Config.esriaddinx index d37c040f..6a9ec977 100644 --- a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Config.esriaddinx +++ b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/14/2009 - + diff --git a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Properties/AssemblyInfo.cs b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Properties/AssemblyInfo.cs index b91fb4bf..75f2461e 100644 --- a/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Properties/AssemblyInfo.cs +++ b/Net/Map/Brushing/CSharp/BrushingCS_NET_Addin/BrushingCS_NET_Addin/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/Brushing/Readme.html b/Net/Map/Brushing/Readme.html index a70ecdcb..6c1838cb 100644 --- a/Net/Map/Brushing/Readme.html +++ b/Net/Map/Brushing/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/Brushing/Readme.md b/Net/Map/Brushing/Readme.md index bff82bc9..a134ce4c 100644 --- a/Net/Map/Brushing/Readme.md +++ b/Net/Map/Brushing/Readme.md @@ -8,8 +8,8 @@ The Brushing tool allows you to use any graphic to create a selection within the Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Brushing.vbproj b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Brushing.vbproj index 6962b175..48666946 100644 --- a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Brushing.vbproj +++ b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Brushing.vbproj @@ -122,22 +122,22 @@ - + False - + False - + False - + False - + False - + False diff --git a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/BrushingVB.vb b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/BrushingVB.vb index 394a7202..5918dba2 100644 --- a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/BrushingVB.vb +++ b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/BrushingVB.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Config.esriaddinx b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Config.esriaddinx index 4175d5b4..d8822431 100644 --- a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Config.esriaddinx +++ b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/14/2009 - + diff --git a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/My Project/AssemblyInfo.vb b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/My Project/AssemblyInfo.vb index 61cc8496..994b24d5 100644 --- a/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/My Project/AssemblyInfo.vb +++ b/Net/Map/Brushing/VBNET/BrushingVB_NET_Addin/BrushingVB_NET_Addin/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/CameraFlybyFromPath.csproj b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/CameraFlybyFromPath.csproj index 6979a7d8..7fd00094 100644 --- a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/CameraFlybyFromPath.csproj +++ b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/CameraFlybyFromPath.csproj @@ -94,25 +94,25 @@ - + False - + False False - + False - + False - + False - + False @@ -121,7 +121,7 @@ False - + False diff --git a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Config.esriaddinx b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Config.esriaddinx index 28420238..822e381c 100644 --- a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Config.esriaddinx +++ b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Config.esriaddinx @@ -27,7 +27,7 @@ ESRI 12/11/2009 - + diff --git a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Properties/AssemblyInfo.cs b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Properties/AssemblyInfo.cs index 35a8e683..ecb19cc8 100644 --- a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Properties/AssemblyInfo.cs +++ b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/clsCameraFlyby.cs b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/clsCameraFlyby.cs index dca40888..f505aac0 100644 --- a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/clsCameraFlyby.cs +++ b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/clsCameraFlyby.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/frmCameraPath.cs b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/frmCameraPath.cs index 957adffb..f2b4698a 100644 --- a/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/frmCameraPath.cs +++ b/Net/Map/CameraFlybyFromPath/CSharp/cameraflybyfrompath/frmCameraPath.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/CameraFlybyFromPath/Readme.html b/Net/Map/CameraFlybyFromPath/Readme.html index 1f4d3fad..9798b7b7 100644 --- a/Net/Map/CameraFlybyFromPath/Readme.html +++ b/Net/Map/CameraFlybyFromPath/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/CameraFlybyFromPath/Readme.md b/Net/Map/CameraFlybyFromPath/Readme.md index eb5c8167..aabfef9d 100644 --- a/Net/Map/CameraFlybyFromPath/Readme.md +++ b/Net/Map/CameraFlybyFromPath/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/CameraFlybyFromPath/VBNET/CameraFlybyFromPath.vbproj b/Net/Map/CameraFlybyFromPath/VBNET/CameraFlybyFromPath.vbproj index f6c95ef0..c7008c8b 100644 --- a/Net/Map/CameraFlybyFromPath/VBNET/CameraFlybyFromPath.vbproj +++ b/Net/Map/CameraFlybyFromPath/VBNET/CameraFlybyFromPath.vbproj @@ -97,25 +97,25 @@ - + False - + False False - + False - + False - + False - + False @@ -124,7 +124,7 @@ False - + False diff --git a/Net/Map/CameraFlybyFromPath/VBNET/Config.esriaddinx b/Net/Map/CameraFlybyFromPath/VBNET/Config.esriaddinx index 28420238..822e381c 100644 --- a/Net/Map/CameraFlybyFromPath/VBNET/Config.esriaddinx +++ b/Net/Map/CameraFlybyFromPath/VBNET/Config.esriaddinx @@ -27,7 +27,7 @@ ESRI 12/11/2009 - + diff --git a/Net/Map/CameraFlybyFromPath/VBNET/Properties/AssemblyInfo.vb b/Net/Map/CameraFlybyFromPath/VBNET/Properties/AssemblyInfo.vb index d7b7420e..edd3d046 100644 --- a/Net/Map/CameraFlybyFromPath/VBNET/Properties/AssemblyInfo.vb +++ b/Net/Map/CameraFlybyFromPath/VBNET/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/CameraFlybyFromPath/VBNET/clsCameraFlyby.vb b/Net/Map/CameraFlybyFromPath/VBNET/clsCameraFlyby.vb index 1fed99cd..f4d2da2d 100644 --- a/Net/Map/CameraFlybyFromPath/VBNET/clsCameraFlyby.vb +++ b/Net/Map/CameraFlybyFromPath/VBNET/clsCameraFlyby.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/CameraFlybyFromPath/VBNET/frmCameraPath.vb b/Net/Map/CameraFlybyFromPath/VBNET/frmCameraPath.vb index a76c0d09..28e2f759 100644 --- a/Net/Map/CameraFlybyFromPath/VBNET/frmCameraPath.vb +++ b/Net/Map/CameraFlybyFromPath/VBNET/frmCameraPath.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/CSharp/GETransformCSharp.csproj b/Net/Map/GeometricEffectTransform/CSharp/GETransformCSharp.csproj index 54855b0c..b743cda9 100644 --- a/Net/Map/GeometricEffectTransform/CSharp/GETransformCSharp.csproj +++ b/Net/Map/GeometricEffectTransform/CSharp/GETransformCSharp.csproj @@ -81,16 +81,16 @@ false - + False - + False - + False - + False diff --git a/Net/Map/GeometricEffectTransform/CSharp/GETransform_Move.cs b/Net/Map/GeometricEffectTransform/CSharp/GETransform_Move.cs index 7be7b5e0..cc9d4d22 100644 --- a/Net/Map/GeometricEffectTransform/CSharp/GETransform_Move.cs +++ b/Net/Map/GeometricEffectTransform/CSharp/GETransform_Move.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/CSharp/GETransform_Rotate.cs b/Net/Map/GeometricEffectTransform/CSharp/GETransform_Rotate.cs index 4c0887a7..dc559495 100644 --- a/Net/Map/GeometricEffectTransform/CSharp/GETransform_Rotate.cs +++ b/Net/Map/GeometricEffectTransform/CSharp/GETransform_Rotate.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/CSharp/GETransform_Scale.cs b/Net/Map/GeometricEffectTransform/CSharp/GETransform_Scale.cs index 900092c8..42ee5899 100644 --- a/Net/Map/GeometricEffectTransform/CSharp/GETransform_Scale.cs +++ b/Net/Map/GeometricEffectTransform/CSharp/GETransform_Scale.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/Readme.html b/Net/Map/GeometricEffectTransform/Readme.html index 7488ca2c..4c971889 100644 --- a/Net/Map/GeometricEffectTransform/Readme.html +++ b/Net/Map/GeometricEffectTransform/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/GeometricEffectTransform/Readme.md b/Net/Map/GeometricEffectTransform/Readme.md index 387b1509..fc6bdfc2 100644 --- a/Net/Map/GeometricEffectTransform/Readme.md +++ b/Net/Map/GeometricEffectTransform/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/GeometricEffectTransform/VBNet/GETransformVBNet.vbproj b/Net/Map/GeometricEffectTransform/VBNet/GETransformVBNet.vbproj index 9a96e4ec..ae9ce708 100644 --- a/Net/Map/GeometricEffectTransform/VBNet/GETransformVBNet.vbproj +++ b/Net/Map/GeometricEffectTransform/VBNet/GETransformVBNet.vbproj @@ -98,16 +98,16 @@ false - + False - + False - + False - + False diff --git a/Net/Map/GeometricEffectTransform/VBNet/My Project/AssemblyInfo.vb b/Net/Map/GeometricEffectTransform/VBNet/My Project/AssemblyInfo.vb index a2bb3d9c..cd7dc5df 100644 --- a/Net/Map/GeometricEffectTransform/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Map/GeometricEffectTransform/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Move.vb b/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Move.vb index 21911660..6e57202a 100644 --- a/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Move.vb +++ b/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Move.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Rotate.vb b/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Rotate.vb index cfeb4c73..e31ef897 100644 --- a/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Rotate.vb +++ b/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Rotate.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Scale.vb b/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Scale.vb index b5ffa362..35d608ce 100644 --- a/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Scale.vb +++ b/Net/Map/GeometricEffectTransform/VBNet/clsGE_Transform_Scale.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPoint.csproj b/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPoint.csproj index 751b139d..3720c023 100644 --- a/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPoint.csproj +++ b/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPoint.csproj @@ -79,16 +79,16 @@ false - + False - + False - + False - + False diff --git a/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPointCls.cs b/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPointCls.cs index 45c1ab19..e4a6223f 100644 --- a/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPointCls.cs +++ b/Net/Map/MarkerPlacementAroundPoint/CSharp/AroundPointCls.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/MarkerPlacementAroundPoint/CSharp/AssemblyInfo.cs b/Net/Map/MarkerPlacementAroundPoint/CSharp/AssemblyInfo.cs index 2b5c5190..07a5de21 100644 --- a/Net/Map/MarkerPlacementAroundPoint/CSharp/AssemblyInfo.cs +++ b/Net/Map/MarkerPlacementAroundPoint/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Map/MarkerPlacementAroundPoint/Readme.html b/Net/Map/MarkerPlacementAroundPoint/Readme.html index 36eb51a2..da044429 100644 --- a/Net/Map/MarkerPlacementAroundPoint/Readme.html +++ b/Net/Map/MarkerPlacementAroundPoint/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Map/MarkerPlacementAroundPoint/Readme.md b/Net/Map/MarkerPlacementAroundPoint/Readme.md index f32d9db7..b5241306 100644 --- a/Net/Map/MarkerPlacementAroundPoint/Readme.md +++ b/Net/Map/MarkerPlacementAroundPoint/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Map Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint.vb b/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint.vb index 5cecefdb..7e616a51 100644 --- a/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint.vb +++ b/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint_MP.vbproj b/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint_MP.vbproj index c0d015bb..5ddfff36 100644 --- a/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint_MP.vbproj +++ b/Net/Map/MarkerPlacementAroundPoint/VBNet/AroundPoint_MP.vbproj @@ -95,19 +95,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Map/MarkerPlacementAroundPoint/VBNet/AssemblyInfo.vb b/Net/Map/MarkerPlacementAroundPoint/VBNet/AssemblyInfo.vb index 89e44369..2f2d7e69 100644 --- a/Net/Map/MarkerPlacementAroundPoint/VBNet/AssemblyInfo.vb +++ b/Net/Map/MarkerPlacementAroundPoint/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Map/ReadMe.md b/Net/Map/ReadMe.md index 0b207d55..867c8db6 100644 --- a/Net/Map/ReadMe.md +++ b/Net/Map/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Map -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Map' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Map' topic. ## Features diff --git a/Net/Networks/ClosestFacilitySolver/CSharp/ClosestFacilitySolver.csproj b/Net/Networks/ClosestFacilitySolver/CSharp/ClosestFacilitySolver.csproj index 40e0a08a..a4e54650 100644 --- a/Net/Networks/ClosestFacilitySolver/CSharp/ClosestFacilitySolver.csproj +++ b/Net/Networks/ClosestFacilitySolver/CSharp/ClosestFacilitySolver.csproj @@ -58,31 +58,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/ClosestFacilitySolver/CSharp/LicenseInitializer.cs b/Net/Networks/ClosestFacilitySolver/CSharp/LicenseInitializer.cs index 5a5aafc5..4d0f3b65 100644 --- a/Net/Networks/ClosestFacilitySolver/CSharp/LicenseInitializer.cs +++ b/Net/Networks/ClosestFacilitySolver/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/CSharp/Program.cs b/Net/Networks/ClosestFacilitySolver/CSharp/Program.cs index cf4814cc..5efbd3d1 100644 --- a/Net/Networks/ClosestFacilitySolver/CSharp/Program.cs +++ b/Net/Networks/ClosestFacilitySolver/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/ClosestFacilitySolver/CSharp/Properties/AssemblyInfo.cs index 22cfbe4a..338ed207 100644 --- a/Net/Networks/ClosestFacilitySolver/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/ClosestFacilitySolver/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.Designer.cs b/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.Designer.cs index a051bf95..d3d304c0 100644 --- a/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.Designer.cs +++ b/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.cs b/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.cs index e95880e8..45a419a8 100644 --- a/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.cs +++ b/Net/Networks/ClosestFacilitySolver/CSharp/frmClosestFacilitySolver.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/Readme.html b/Net/Networks/ClosestFacilitySolver/Readme.html index 52904b2d..9ac1c20a 100644 --- a/Net/Networks/ClosestFacilitySolver/Readme.html +++ b/Net/Networks/ClosestFacilitySolver/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/ClosestFacilitySolver/Readme.md b/Net/Networks/ClosestFacilitySolver/Readme.md index 7f9c2439..01f0670b 100644 --- a/Net/Networks/ClosestFacilitySolver/Readme.md +++ b/Net/Networks/ClosestFacilitySolver/Readme.md @@ -8,8 +8,8 @@ This sample is an application that shows how to programmatically perform a close Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/ClosestFacilitySolver/VBNET/ClosestFacilitySolver.vbproj b/Net/Networks/ClosestFacilitySolver/VBNET/ClosestFacilitySolver.vbproj index 9e1b950e..39ce9df8 100644 --- a/Net/Networks/ClosestFacilitySolver/VBNET/ClosestFacilitySolver.vbproj +++ b/Net/Networks/ClosestFacilitySolver/VBNET/ClosestFacilitySolver.vbproj @@ -63,34 +63,34 @@ false - + False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Networks/ClosestFacilitySolver/VBNET/LicenseInitializer.vb b/Net/Networks/ClosestFacilitySolver/VBNET/LicenseInitializer.vb index 2626b39e..43d5b708 100644 --- a/Net/Networks/ClosestFacilitySolver/VBNET/LicenseInitializer.vb +++ b/Net/Networks/ClosestFacilitySolver/VBNET/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/VBNET/My Project/AssemblyInfo.vb b/Net/Networks/ClosestFacilitySolver/VBNET/My Project/AssemblyInfo.vb index a3d06670..b15577ce 100644 --- a/Net/Networks/ClosestFacilitySolver/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Networks/ClosestFacilitySolver/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/VBNET/Program.vb b/Net/Networks/ClosestFacilitySolver/VBNET/Program.vb index c649e191..425a0847 100644 --- a/Net/Networks/ClosestFacilitySolver/VBNET/Program.vb +++ b/Net/Networks/ClosestFacilitySolver/VBNET/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.Designer.vb b/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.Designer.vb index 0fb912b7..364e1fc7 100644 --- a/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.Designer.vb +++ b/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.vb b/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.vb index 65954954..1a5f5ad6 100644 --- a/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.vb +++ b/Net/Networks/ClosestFacilitySolver/VBNET/frmClosestFacilitySolver.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ExportNAClass/CSharp/AssemblyInfo.cs b/Net/Networks/ExportNAClass/CSharp/AssemblyInfo.cs index e63947cb..bfeffbc5 100644 --- a/Net/Networks/ExportNAClass/CSharp/AssemblyInfo.cs +++ b/Net/Networks/ExportNAClass/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ExportNAClass/CSharp/ExportNAClass.csproj b/Net/Networks/ExportNAClass/CSharp/ExportNAClass.csproj index b0ac7b0c..e126ce38 100644 --- a/Net/Networks/ExportNAClass/CSharp/ExportNAClass.csproj +++ b/Net/Networks/ExportNAClass/CSharp/ExportNAClass.csproj @@ -98,7 +98,7 @@ false - + False @@ -129,7 +129,7 @@ ESRI.ArcGIS.NetworkAnalyst hklm\dn\arcgis desktop - + False @@ -140,7 +140,7 @@ ESRI.ArcGIS.SystemUI hklm\dn\arcgis desktop - + False False diff --git a/Net/Networks/ExportNAClass/CSharp/NAClassToTextfileCmd.cs b/Net/Networks/ExportNAClass/CSharp/NAClassToTextfileCmd.cs index 1bcd7140..4adcc0ee 100644 --- a/Net/Networks/ExportNAClass/CSharp/NAClassToTextfileCmd.cs +++ b/Net/Networks/ExportNAClass/CSharp/NAClassToTextfileCmd.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ExportNAClass/Readme.html b/Net/Networks/ExportNAClass/Readme.html index df2f8888..82254974 100644 --- a/Net/Networks/ExportNAClass/Readme.html +++ b/Net/Networks/ExportNAClass/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/ExportNAClass/Readme.md b/Net/Networks/ExportNAClass/Readme.md index 73e398db..f8f140c0 100644 --- a/Net/Networks/ExportNAClass/Readme.md +++ b/Net/Networks/ExportNAClass/Readme.md @@ -8,8 +8,8 @@ This sample exports the field names and data for a network analysis class to a t Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/ExportNAClass/VBNet/AssemblyInfo.vb b/Net/Networks/ExportNAClass/VBNet/AssemblyInfo.vb index b46134b7..33c9a237 100644 --- a/Net/Networks/ExportNAClass/VBNet/AssemblyInfo.vb +++ b/Net/Networks/ExportNAClass/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ExportNAClass/VBNet/ExportNAClass.vbproj b/Net/Networks/ExportNAClass/VBNet/ExportNAClass.vbproj index 4ee9e60e..62a75378 100644 --- a/Net/Networks/ExportNAClass/VBNet/ExportNAClass.vbproj +++ b/Net/Networks/ExportNAClass/VBNet/ExportNAClass.vbproj @@ -97,7 +97,7 @@ false - + False @@ -135,7 +135,7 @@ hklm\dn\arcgis desktop False - + False False @@ -149,7 +149,7 @@ hklm\dn\arcgis desktop False - + False False diff --git a/Net/Networks/ExportNAClass/VBNet/NAClassToTextfileCmd.vb b/Net/Networks/ExportNAClass/VBNet/NAClassToTextfileCmd.vb index 8d9b134e..cb8f9832 100644 --- a/Net/Networks/ExportNAClass/VBNet/NAClassToTextfileCmd.vb +++ b/Net/Networks/ExportNAClass/VBNet/NAClassToTextfileCmd.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Config.esriaddinx b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Config.esriaddinx index f24f7354..8362773e 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Config.esriaddinx +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/26/2009 12:23:12 PM - + diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.cs b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.cs index ee817375..6c145544 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.cs +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.csproj b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.csproj index f168edaa..f04ebf98 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.csproj +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/LoadNetworkLayerFromActiveAnalysisToTOC.csproj @@ -57,7 +57,7 @@ false - + False False @@ -88,27 +88,27 @@ - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Properties/AssemblyInfo.cs index 3b2aa704..21af2266 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.html b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.html index d2bed6c6..a8ba132a 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.html +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.md b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.md index dd841785..a32a2110 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.md +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/Readme.md @@ -8,8 +8,8 @@ Network analysis layers can be opened in ArcMap without loading their correspond Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Config.esriaddinx b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Config.esriaddinx index 8ffd0e68..5ab7f0e7 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Config.esriaddinx +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/26/2009 12:23:12 PM - + diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vb b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vb index 63fba0b1..618e5190 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vb +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vbproj b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vbproj index 6c91424b..2537b227 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vbproj +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/LoadNetworkLayerFromActiveAnalysisToTOC.vbproj @@ -60,7 +60,7 @@ false - + True @@ -91,27 +91,27 @@ - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Properties/AssemblyInfo.vb b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Properties/AssemblyInfo.vb index 0ff81400..4269206b 100644 --- a/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Properties/AssemblyInfo.vb +++ b/Net/Networks/LoadNetworkLayerFromActiveAnalysisToTOC/VBNET/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/CSharp/LicenseInitializer.cs b/Net/Networks/LocationAllocationSolver/CSharp/LicenseInitializer.cs index b509572b..850823aa 100644 --- a/Net/Networks/LocationAllocationSolver/CSharp/LicenseInitializer.cs +++ b/Net/Networks/LocationAllocationSolver/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/CSharp/LocationAllocationSolver.csproj b/Net/Networks/LocationAllocationSolver/CSharp/LocationAllocationSolver.csproj index 1c38eb46..99142d80 100644 --- a/Net/Networks/LocationAllocationSolver/CSharp/LocationAllocationSolver.csproj +++ b/Net/Networks/LocationAllocationSolver/CSharp/LocationAllocationSolver.csproj @@ -61,31 +61,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/LocationAllocationSolver/CSharp/Program.cs b/Net/Networks/LocationAllocationSolver/CSharp/Program.cs index f0727078..8b012ea5 100644 --- a/Net/Networks/LocationAllocationSolver/CSharp/Program.cs +++ b/Net/Networks/LocationAllocationSolver/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/LocationAllocationSolver/CSharp/Properties/AssemblyInfo.cs index b681aac4..612cf437 100644 --- a/Net/Networks/LocationAllocationSolver/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/LocationAllocationSolver/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.Designer.cs b/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.Designer.cs index df1dbee3..f0db2115 100644 --- a/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.Designer.cs +++ b/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.cs b/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.cs index f19b3485..081c9839 100644 --- a/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.cs +++ b/Net/Networks/LocationAllocationSolver/CSharp/frmLocationAllocationSolver.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/Readme.html b/Net/Networks/LocationAllocationSolver/Readme.html index 7c2a3d42..568872fb 100644 --- a/Net/Networks/LocationAllocationSolver/Readme.html +++ b/Net/Networks/LocationAllocationSolver/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/LocationAllocationSolver/Readme.md b/Net/Networks/LocationAllocationSolver/Readme.md index 118ea928..2a013315 100644 --- a/Net/Networks/LocationAllocationSolver/Readme.md +++ b/Net/Networks/LocationAllocationSolver/Readme.md @@ -8,8 +8,8 @@ This sample application demonstrates how to programmatically perform a Location Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/LocationAllocationSolver/VBNET/LicenseInitializer.vb b/Net/Networks/LocationAllocationSolver/VBNET/LicenseInitializer.vb index 69a178d7..f3fc8dfc 100644 --- a/Net/Networks/LocationAllocationSolver/VBNET/LicenseInitializer.vb +++ b/Net/Networks/LocationAllocationSolver/VBNET/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/VBNET/LocationAllocationSolver.vbproj b/Net/Networks/LocationAllocationSolver/VBNET/LocationAllocationSolver.vbproj index 5100297b..fff6a837 100644 --- a/Net/Networks/LocationAllocationSolver/VBNET/LocationAllocationSolver.vbproj +++ b/Net/Networks/LocationAllocationSolver/VBNET/LocationAllocationSolver.vbproj @@ -63,34 +63,34 @@ false - + False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Networks/LocationAllocationSolver/VBNET/Program.vb b/Net/Networks/LocationAllocationSolver/VBNET/Program.vb index cde73dc0..85e154bb 100644 --- a/Net/Networks/LocationAllocationSolver/VBNET/Program.vb +++ b/Net/Networks/LocationAllocationSolver/VBNET/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/VBNET/Properties/AssemblyInfo.vb b/Net/Networks/LocationAllocationSolver/VBNET/Properties/AssemblyInfo.vb index baa4736e..b0707ec5 100644 --- a/Net/Networks/LocationAllocationSolver/VBNET/Properties/AssemblyInfo.vb +++ b/Net/Networks/LocationAllocationSolver/VBNET/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.Designer.vb b/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.Designer.vb index 5190d45d..7c830174 100644 --- a/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.Designer.vb +++ b/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.vb b/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.vb index fb0bbe82..eed50f62 100644 --- a/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.vb +++ b/Net/Networks/LocationAllocationSolver/VBNET/frmLocationAllocationSolver.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAAddTraversalResultToMap/CSharp/AddTraversalResultsToMap.cs b/Net/Networks/NAAddTraversalResultToMap/CSharp/AddTraversalResultsToMap.cs index 3b7d7fbc..8921a077 100644 --- a/Net/Networks/NAAddTraversalResultToMap/CSharp/AddTraversalResultsToMap.cs +++ b/Net/Networks/NAAddTraversalResultToMap/CSharp/AddTraversalResultsToMap.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAAddTraversalResultToMap/CSharp/Config.esriaddinx b/Net/Networks/NAAddTraversalResultToMap/CSharp/Config.esriaddinx index 9ab7c6ce..e8950867 100644 --- a/Net/Networks/NAAddTraversalResultToMap/CSharp/Config.esriaddinx +++ b/Net/Networks/NAAddTraversalResultToMap/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/20/2009 3:52:50 PM - + diff --git a/Net/Networks/NAAddTraversalResultToMap/CSharp/NAAddTraversalResultToMap.csproj b/Net/Networks/NAAddTraversalResultToMap/CSharp/NAAddTraversalResultToMap.csproj index 62387d95..2c069ee8 100644 --- a/Net/Networks/NAAddTraversalResultToMap/CSharp/NAAddTraversalResultToMap.csproj +++ b/Net/Networks/NAAddTraversalResultToMap/CSharp/NAAddTraversalResultToMap.csproj @@ -57,7 +57,7 @@ false - + False False @@ -85,40 +85,40 @@ - + False False - + False False - + False - + False False - + False False - + False - + False False - + False - + False False - + False False diff --git a/Net/Networks/NAAddTraversalResultToMap/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/NAAddTraversalResultToMap/CSharp/Properties/AssemblyInfo.cs index 3f69fa82..e6a30db5 100644 --- a/Net/Networks/NAAddTraversalResultToMap/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/NAAddTraversalResultToMap/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAAddTraversalResultToMap/Readme.html b/Net/Networks/NAAddTraversalResultToMap/Readme.html index f16e9994..e79cbe02 100644 --- a/Net/Networks/NAAddTraversalResultToMap/Readme.html +++ b/Net/Networks/NAAddTraversalResultToMap/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/NAAddTraversalResultToMap/Readme.md b/Net/Networks/NAAddTraversalResultToMap/Readme.md index 48d5c535..c9b1cf0e 100644 --- a/Net/Networks/NAAddTraversalResultToMap/Readme.md +++ b/Net/Networks/NAAddTraversalResultToMap/Readme.md @@ -8,8 +8,8 @@ ArcGIS Network Analyst extension solvers generate solutions as routes that are r Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/NAAddTraversalResultToMap/VBNET/AddTraversalResultsToMap.vb b/Net/Networks/NAAddTraversalResultToMap/VBNET/AddTraversalResultsToMap.vb index 3e003989..1b430d83 100644 --- a/Net/Networks/NAAddTraversalResultToMap/VBNET/AddTraversalResultsToMap.vb +++ b/Net/Networks/NAAddTraversalResultToMap/VBNET/AddTraversalResultsToMap.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAAddTraversalResultToMap/VBNET/Config.esriaddinx b/Net/Networks/NAAddTraversalResultToMap/VBNET/Config.esriaddinx index 290366d7..510371d2 100644 --- a/Net/Networks/NAAddTraversalResultToMap/VBNET/Config.esriaddinx +++ b/Net/Networks/NAAddTraversalResultToMap/VBNET/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 8/20/2009 3:52:50 PM - + diff --git a/Net/Networks/NAAddTraversalResultToMap/VBNET/NAAddTraversalResultToMap.vbproj b/Net/Networks/NAAddTraversalResultToMap/VBNET/NAAddTraversalResultToMap.vbproj index c6f5a3c5..4538ce72 100644 --- a/Net/Networks/NAAddTraversalResultToMap/VBNET/NAAddTraversalResultToMap.vbproj +++ b/Net/Networks/NAAddTraversalResultToMap/VBNET/NAAddTraversalResultToMap.vbproj @@ -60,7 +60,7 @@ false - + False False @@ -91,39 +91,39 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/NAAddTraversalResultToMap/VBNET/Properties/AssemblyInfo.vb b/Net/Networks/NAAddTraversalResultToMap/VBNET/Properties/AssemblyInfo.vb index fadad860..dc594880 100644 --- a/Net/Networks/NAAddTraversalResultToMap/VBNET/Properties/AssemblyInfo.vb +++ b/Net/Networks/NAAddTraversalResultToMap/VBNET/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.Designer.cs b/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.Designer.cs index 9ad2c4e4..88a70b46 100644 --- a/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.Designer.cs +++ b/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.cs b/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.cs index c1dbee76..6c8dfe1c 100644 --- a/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.cs +++ b/Net/Networks/NABarrierLocationEditor/CSharp/EditorForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.cs b/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.cs index 96b2faa0..4b7f9ed0 100644 --- a/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.cs +++ b/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.csproj b/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.csproj index e3935c40..a0f1398f 100644 --- a/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.csproj +++ b/Net/Networks/NABarrierLocationEditor/CSharp/NABarrierLocationEditor.csproj @@ -58,37 +58,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/NABarrierLocationEditor/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/NABarrierLocationEditor/CSharp/Properties/AssemblyInfo.cs index 1139617c..d8f8e616 100644 --- a/Net/Networks/NABarrierLocationEditor/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/NABarrierLocationEditor/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/Readme.html b/Net/Networks/NABarrierLocationEditor/Readme.html index c60a15d4..0d766e16 100644 --- a/Net/Networks/NABarrierLocationEditor/Readme.html +++ b/Net/Networks/NABarrierLocationEditor/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/NABarrierLocationEditor/Readme.md b/Net/Networks/NABarrierLocationEditor/Readme.md index f50775b9..92c416ee 100644 --- a/Net/Networks/NABarrierLocationEditor/Readme.md +++ b/Net/Networks/NABarrierLocationEditor/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.Designer.vb b/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.Designer.vb index 3dd0e25f..593f4e89 100644 --- a/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.Designer.vb +++ b/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.vb b/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.vb index 25b45fc6..d1d79b55 100644 --- a/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.vb +++ b/Net/Networks/NABarrierLocationEditor/VBNET/EditorForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vb b/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vb index 2ece961b..dd24ae66 100644 --- a/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vb +++ b/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vbproj b/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vbproj index 9aedc042..8e1d170f 100644 --- a/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vbproj +++ b/Net/Networks/NABarrierLocationEditor/VBNET/NABarrierLocationEditor.vbproj @@ -61,37 +61,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/NABarrierLocationEditor/VBNET/Properties/AssemblyInfo.vb b/Net/Networks/NABarrierLocationEditor/VBNET/Properties/AssemblyInfo.vb index c2f889c8..57895936 100644 --- a/Net/Networks/NABarrierLocationEditor/VBNET/Properties/AssemblyInfo.vb +++ b/Net/Networks/NABarrierLocationEditor/VBNET/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/AssemblyInfo.cs b/Net/Networks/NAEngine/CSharp/AssemblyInfo.cs index 693b0663..4d2f7631 100644 --- a/Net/Networks/NAEngine/CSharp/AssemblyInfo.cs +++ b/Net/Networks/NAEngine/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/CommonFunctions.cs b/Net/Networks/NAEngine/CSharp/CommonFunctions.cs index 2a9d03d8..ee1b763e 100644 --- a/Net/Networks/NAEngine/CSharp/CommonFunctions.cs +++ b/Net/Networks/NAEngine/CSharp/CommonFunctions.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/NAEngine.csproj b/Net/Networks/NAEngine/CSharp/NAEngine.csproj index deefe3e3..545c30a0 100644 --- a/Net/Networks/NAEngine/CSharp/NAEngine.csproj +++ b/Net/Networks/NAEngine/CSharp/NAEngine.csproj @@ -100,41 +100,41 @@ false - - + + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/NAEngine/CSharp/cmdClearAnalysisLayer.cs b/Net/Networks/NAEngine/CSharp/cmdClearAnalysisLayer.cs index 64424d78..0f6d5a9c 100644 --- a/Net/Networks/NAEngine/CSharp/cmdClearAnalysisLayer.cs +++ b/Net/Networks/NAEngine/CSharp/cmdClearAnalysisLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/cmdLoadLocations.cs b/Net/Networks/NAEngine/CSharp/cmdLoadLocations.cs index 7d513067..c2e97c05 100644 --- a/Net/Networks/NAEngine/CSharp/cmdLoadLocations.cs +++ b/Net/Networks/NAEngine/CSharp/cmdLoadLocations.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/cmdNALayerProperties.cs b/Net/Networks/NAEngine/CSharp/cmdNALayerProperties.cs index 00732b4c..2c9dce00 100644 --- a/Net/Networks/NAEngine/CSharp/cmdNALayerProperties.cs +++ b/Net/Networks/NAEngine/CSharp/cmdNALayerProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/cmdNAProperties.cs b/Net/Networks/NAEngine/CSharp/cmdNAProperties.cs index 0442ae87..fa8f2016 100644 --- a/Net/Networks/NAEngine/CSharp/cmdNAProperties.cs +++ b/Net/Networks/NAEngine/CSharp/cmdNAProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/cmdRemoveLayer.cs b/Net/Networks/NAEngine/CSharp/cmdRemoveLayer.cs index 3cfc2ff3..a0068235 100644 --- a/Net/Networks/NAEngine/CSharp/cmdRemoveLayer.cs +++ b/Net/Networks/NAEngine/CSharp/cmdRemoveLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/frmLoadLocations.cs b/Net/Networks/NAEngine/CSharp/frmLoadLocations.cs index 7932a6d5..1848d442 100644 --- a/Net/Networks/NAEngine/CSharp/frmLoadLocations.cs +++ b/Net/Networks/NAEngine/CSharp/frmLoadLocations.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/frmMain.cs b/Net/Networks/NAEngine/CSharp/frmMain.cs index 5d0fd589..cf7ef778 100644 --- a/Net/Networks/NAEngine/CSharp/frmMain.cs +++ b/Net/Networks/NAEngine/CSharp/frmMain.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/frmNALayerProperties.cs b/Net/Networks/NAEngine/CSharp/frmNALayerProperties.cs index 92a53599..91187cfc 100644 --- a/Net/Networks/NAEngine/CSharp/frmNALayerProperties.cs +++ b/Net/Networks/NAEngine/CSharp/frmNALayerProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/CSharp/frmNAProperties.cs b/Net/Networks/NAEngine/CSharp/frmNAProperties.cs index 81762806..82e9507f 100644 --- a/Net/Networks/NAEngine/CSharp/frmNAProperties.cs +++ b/Net/Networks/NAEngine/CSharp/frmNAProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/Readme.html b/Net/Networks/NAEngine/Readme.html index fce1de7b..1d5bbe46 100644 --- a/Net/Networks/NAEngine/Readme.html +++ b/Net/Networks/NAEngine/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/NAEngine/Readme.md b/Net/Networks/NAEngine/Readme.md index 30b4cb32..e5cf8d9a 100644 --- a/Net/Networks/NAEngine/Readme.md +++ b/Net/Networks/NAEngine/Readme.md @@ -8,8 +8,8 @@ This sample application implements some simple tools to assist in working with n Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/NAEngine/VBNet/AssemblyInfo.vb b/Net/Networks/NAEngine/VBNet/AssemblyInfo.vb index 09da4182..69909e66 100644 --- a/Net/Networks/NAEngine/VBNet/AssemblyInfo.vb +++ b/Net/Networks/NAEngine/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/CommonFunctions.vb b/Net/Networks/NAEngine/VBNet/CommonFunctions.vb index dc01a42f..20ca6bc4 100644 --- a/Net/Networks/NAEngine/VBNet/CommonFunctions.vb +++ b/Net/Networks/NAEngine/VBNet/CommonFunctions.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/NAEngine.vbproj b/Net/Networks/NAEngine/VBNet/NAEngine.vbproj index 4f541d7d..0f4ea775 100644 --- a/Net/Networks/NAEngine/VBNet/NAEngine.vbproj +++ b/Net/Networks/NAEngine/VBNet/NAEngine.vbproj @@ -100,40 +100,40 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/NAEngine/VBNet/cmdClearAnalysisLayer.vb b/Net/Networks/NAEngine/VBNet/cmdClearAnalysisLayer.vb index 592dad71..0bf3731f 100644 --- a/Net/Networks/NAEngine/VBNet/cmdClearAnalysisLayer.vb +++ b/Net/Networks/NAEngine/VBNet/cmdClearAnalysisLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/cmdLoadLocations.vb b/Net/Networks/NAEngine/VBNet/cmdLoadLocations.vb index c92a172f..62741745 100644 --- a/Net/Networks/NAEngine/VBNet/cmdLoadLocations.vb +++ b/Net/Networks/NAEngine/VBNet/cmdLoadLocations.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/cmdNALayerProperties.vb b/Net/Networks/NAEngine/VBNet/cmdNALayerProperties.vb index 11486241..1267c2f2 100644 --- a/Net/Networks/NAEngine/VBNet/cmdNALayerProperties.vb +++ b/Net/Networks/NAEngine/VBNet/cmdNALayerProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/cmdNAProperties.vb b/Net/Networks/NAEngine/VBNet/cmdNAProperties.vb index 4447b41e..98b2b584 100644 --- a/Net/Networks/NAEngine/VBNet/cmdNAProperties.vb +++ b/Net/Networks/NAEngine/VBNet/cmdNAProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/cmdRemoveLayer.vb b/Net/Networks/NAEngine/VBNet/cmdRemoveLayer.vb index f47f8c43..3e242b08 100644 --- a/Net/Networks/NAEngine/VBNet/cmdRemoveLayer.vb +++ b/Net/Networks/NAEngine/VBNet/cmdRemoveLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/frmLoadLocations.vb b/Net/Networks/NAEngine/VBNet/frmLoadLocations.vb index 1454a0b6..1f5198c5 100644 --- a/Net/Networks/NAEngine/VBNet/frmLoadLocations.vb +++ b/Net/Networks/NAEngine/VBNet/frmLoadLocations.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/frmMain.vb b/Net/Networks/NAEngine/VBNet/frmMain.vb index 7d2775b7..48ebf6b3 100644 --- a/Net/Networks/NAEngine/VBNet/frmMain.vb +++ b/Net/Networks/NAEngine/VBNet/frmMain.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/frmNALayerProperties.vb b/Net/Networks/NAEngine/VBNet/frmNALayerProperties.vb index 7e8b7f4b..5f961bdc 100644 --- a/Net/Networks/NAEngine/VBNet/frmNALayerProperties.vb +++ b/Net/Networks/NAEngine/VBNet/frmNALayerProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/NAEngine/VBNet/frmNAProperties.vb b/Net/Networks/NAEngine/VBNet/frmNAProperties.vb index 6e7e7b64..31703299 100644 --- a/Net/Networks/NAEngine/VBNet/frmNAProperties.vb +++ b/Net/Networks/NAEngine/VBNet/frmNAProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/CSharp/LicenseInitializer.cs b/Net/Networks/ODCostMatrixSolver/CSharp/LicenseInitializer.cs index 3d734e0c..a84f5b48 100644 --- a/Net/Networks/ODCostMatrixSolver/CSharp/LicenseInitializer.cs +++ b/Net/Networks/ODCostMatrixSolver/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/CSharp/ODCostMatrixSolver.csproj b/Net/Networks/ODCostMatrixSolver/CSharp/ODCostMatrixSolver.csproj index 45fd0a37..977ec281 100644 --- a/Net/Networks/ODCostMatrixSolver/CSharp/ODCostMatrixSolver.csproj +++ b/Net/Networks/ODCostMatrixSolver/CSharp/ODCostMatrixSolver.csproj @@ -58,39 +58,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Networks/ODCostMatrixSolver/CSharp/Program.cs b/Net/Networks/ODCostMatrixSolver/CSharp/Program.cs index 6336d18c..d99b2c9c 100644 --- a/Net/Networks/ODCostMatrixSolver/CSharp/Program.cs +++ b/Net/Networks/ODCostMatrixSolver/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/ODCostMatrixSolver/CSharp/Properties/AssemblyInfo.cs index d4d2f0fe..1ae95d7a 100644 --- a/Net/Networks/ODCostMatrixSolver/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/ODCostMatrixSolver/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.Designer.cs b/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.Designer.cs index 9a807122..d6a15ab5 100644 --- a/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.Designer.cs +++ b/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.cs b/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.cs index 02fc18ee..fd89eb4d 100644 --- a/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.cs +++ b/Net/Networks/ODCostMatrixSolver/CSharp/frmODCostMatrixSolver.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/Readme.html b/Net/Networks/ODCostMatrixSolver/Readme.html index 4b905898..8ed05368 100644 --- a/Net/Networks/ODCostMatrixSolver/Readme.html +++ b/Net/Networks/ODCostMatrixSolver/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/ODCostMatrixSolver/Readme.md b/Net/Networks/ODCostMatrixSolver/Readme.md index 291a28c3..2cc91890 100644 --- a/Net/Networks/ODCostMatrixSolver/Readme.md +++ b/Net/Networks/ODCostMatrixSolver/Readme.md @@ -8,8 +8,8 @@ This sample application demonstrates how to programmatically perform an origin- Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/ODCostMatrixSolver/VBNet/LicenseInitializer.vb b/Net/Networks/ODCostMatrixSolver/VBNet/LicenseInitializer.vb index 9899e1b5..4c3992a5 100644 --- a/Net/Networks/ODCostMatrixSolver/VBNet/LicenseInitializer.vb +++ b/Net/Networks/ODCostMatrixSolver/VBNet/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/VBNet/My Project/AssemblyInfo.vb b/Net/Networks/ODCostMatrixSolver/VBNet/My Project/AssemblyInfo.vb index 801ff500..4507b1b1 100644 --- a/Net/Networks/ODCostMatrixSolver/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Networks/ODCostMatrixSolver/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/VBNet/ODCostMatrixSolver.vbproj b/Net/Networks/ODCostMatrixSolver/VBNet/ODCostMatrixSolver.vbproj index f73b6904..f9acd20a 100644 --- a/Net/Networks/ODCostMatrixSolver/VBNet/ODCostMatrixSolver.vbproj +++ b/Net/Networks/ODCostMatrixSolver/VBNet/ODCostMatrixSolver.vbproj @@ -65,37 +65,37 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/ODCostMatrixSolver/VBNet/Program.vb b/Net/Networks/ODCostMatrixSolver/VBNet/Program.vb index c073bbaf..de7b394e 100644 --- a/Net/Networks/ODCostMatrixSolver/VBNet/Program.vb +++ b/Net/Networks/ODCostMatrixSolver/VBNet/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.Designer.vb b/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.Designer.vb index 3f083c90..b2a98f60 100644 --- a/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.Designer.vb +++ b/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.vb b/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.vb index 34388d9e..1d88cf04 100644 --- a/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.vb +++ b/Net/Networks/ODCostMatrixSolver/VBNet/frmODCostMatrixSolver.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ReadMe.md b/Net/Networks/ReadMe.md index fbea61b6..2331cacd 100644 --- a/Net/Networks/ReadMe.md +++ b/Net/Networks/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Networks -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Networks' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Networks' topic. ## Features diff --git a/Net/Networks/RouteLayer/CSharp/LicenseInitializer.cs b/Net/Networks/RouteLayer/CSharp/LicenseInitializer.cs index 07599493..81a02506 100644 --- a/Net/Networks/RouteLayer/CSharp/LicenseInitializer.cs +++ b/Net/Networks/RouteLayer/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/RouteLayer/CSharp/Program.cs b/Net/Networks/RouteLayer/CSharp/Program.cs index 7d19063f..7fdfa5ad 100644 --- a/Net/Networks/RouteLayer/CSharp/Program.cs +++ b/Net/Networks/RouteLayer/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/RouteLayer/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/RouteLayer/CSharp/Properties/AssemblyInfo.cs index 38aded3b..3df4263a 100644 --- a/Net/Networks/RouteLayer/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/RouteLayer/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/RouteLayer/CSharp/RouteLayer.csproj b/Net/Networks/RouteLayer/CSharp/RouteLayer.csproj index 6f1e15a4..7edd970b 100644 --- a/Net/Networks/RouteLayer/CSharp/RouteLayer.csproj +++ b/Net/Networks/RouteLayer/CSharp/RouteLayer.csproj @@ -59,27 +59,27 @@ false - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/RouteLayer/Readme.html b/Net/Networks/RouteLayer/Readme.html index 02f44512..f9a0cb62 100644 --- a/Net/Networks/RouteLayer/Readme.html +++ b/Net/Networks/RouteLayer/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/RouteLayer/Readme.md b/Net/Networks/RouteLayer/Readme.md index ab72b2d1..b9b8472c 100644 --- a/Net/Networks/RouteLayer/Readme.md +++ b/Net/Networks/RouteLayer/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/RouteLayer/VBNet/LicenseInitializer.vb b/Net/Networks/RouteLayer/VBNet/LicenseInitializer.vb index 9899e1b5..4c3992a5 100644 --- a/Net/Networks/RouteLayer/VBNet/LicenseInitializer.vb +++ b/Net/Networks/RouteLayer/VBNet/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/RouteLayer/VBNet/My Project/AssemblyInfo.vb b/Net/Networks/RouteLayer/VBNet/My Project/AssemblyInfo.vb index fed031f7..9eda0bf8 100644 --- a/Net/Networks/RouteLayer/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Networks/RouteLayer/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/RouteLayer/VBNet/Program.vb b/Net/Networks/RouteLayer/VBNet/Program.vb index eda0dbe0..4717c57c 100644 --- a/Net/Networks/RouteLayer/VBNet/Program.vb +++ b/Net/Networks/RouteLayer/VBNet/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/RouteLayer/VBNet/RouteLayer.vbproj b/Net/Networks/RouteLayer/VBNet/RouteLayer.vbproj index 9d1dcaaa..cfde7b16 100644 --- a/Net/Networks/RouteLayer/VBNet/RouteLayer.vbproj +++ b/Net/Networks/RouteLayer/VBNet/RouteLayer.vbproj @@ -62,31 +62,31 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/SelectionRestriction/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/SelectionRestriction/CSharp/Properties/AssemblyInfo.cs index 8ea65150..c61e3940 100644 --- a/Net/Networks/SelectionRestriction/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/SelectionRestriction/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SelectionRestriction/CSharp/SelectionRestriction.csproj b/Net/Networks/SelectionRestriction/CSharp/SelectionRestriction.csproj index 844b80bf..f95517e4 100644 --- a/Net/Networks/SelectionRestriction/CSharp/SelectionRestriction.csproj +++ b/Net/Networks/SelectionRestriction/CSharp/SelectionRestriction.csproj @@ -57,55 +57,55 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluator.cs b/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluator.cs index 7d3d4a7e..cb065f67 100644 --- a/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluator.cs +++ b/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluator.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluatorEditor.cs b/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluatorEditor.cs index a222285a..309f03be 100644 --- a/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluatorEditor.cs +++ b/Net/Networks/SelectionRestriction/CSharp/SelectionRestrictionEvaluatorEditor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SelectionRestriction/Readme.html b/Net/Networks/SelectionRestriction/Readme.html index 481f2c93..b5001248 100644 --- a/Net/Networks/SelectionRestriction/Readme.html +++ b/Net/Networks/SelectionRestriction/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/SelectionRestriction/Readme.md b/Net/Networks/SelectionRestriction/Readme.md index 4373900b..88659f01 100644 --- a/Net/Networks/SelectionRestriction/Readme.md +++ b/Net/Networks/SelectionRestriction/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to create a dynamic network evaluator that can be u Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/SelectionRestriction/VBNet/Properties/AssemblyInfo.vb b/Net/Networks/SelectionRestriction/VBNet/Properties/AssemblyInfo.vb index c661b2de..37856564 100644 --- a/Net/Networks/SelectionRestriction/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Networks/SelectionRestriction/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SelectionRestriction/VBNet/SelectionRestriction.vbproj b/Net/Networks/SelectionRestriction/VBNet/SelectionRestriction.vbproj index f1510efc..c2636bcd 100644 --- a/Net/Networks/SelectionRestriction/VBNet/SelectionRestriction.vbproj +++ b/Net/Networks/SelectionRestriction/VBNet/SelectionRestriction.vbproj @@ -65,55 +65,55 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluator.vb b/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluator.vb index 8eea37ae..6407fbde 100644 --- a/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluator.vb +++ b/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluator.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluatorEditor.vb b/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluatorEditor.vb index ce01a52e..296b7bb2 100644 --- a/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluatorEditor.vb +++ b/Net/Networks/SelectionRestriction/VBNet/SelectionRestrictionEvaluatorEditor.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/CSharp/LicenseInitializer.cs b/Net/Networks/ServiceAreaSolver/CSharp/LicenseInitializer.cs index 6b4c1db8..0ffbb6e5 100644 --- a/Net/Networks/ServiceAreaSolver/CSharp/LicenseInitializer.cs +++ b/Net/Networks/ServiceAreaSolver/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/CSharp/Program.cs b/Net/Networks/ServiceAreaSolver/CSharp/Program.cs index 60d5d280..c7c2bbcb 100644 --- a/Net/Networks/ServiceAreaSolver/CSharp/Program.cs +++ b/Net/Networks/ServiceAreaSolver/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/ServiceAreaSolver/CSharp/Properties/AssemblyInfo.cs index 5f07e178..be471c88 100644 --- a/Net/Networks/ServiceAreaSolver/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/ServiceAreaSolver/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/CSharp/ServiceAreaSolver.csproj b/Net/Networks/ServiceAreaSolver/CSharp/ServiceAreaSolver.csproj index b82323df..c858cb4d 100644 --- a/Net/Networks/ServiceAreaSolver/CSharp/ServiceAreaSolver.csproj +++ b/Net/Networks/ServiceAreaSolver/CSharp/ServiceAreaSolver.csproj @@ -58,35 +58,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.Designer.cs b/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.Designer.cs index 04f53671..b3968582 100644 --- a/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.Designer.cs +++ b/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.cs b/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.cs index fa21e48c..d7442ca4 100644 --- a/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.cs +++ b/Net/Networks/ServiceAreaSolver/CSharp/frmServiceAreaSolver.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/Readme.html b/Net/Networks/ServiceAreaSolver/Readme.html index 8b4737de..c3b1fcbe 100644 --- a/Net/Networks/ServiceAreaSolver/Readme.html +++ b/Net/Networks/ServiceAreaSolver/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/ServiceAreaSolver/Readme.md b/Net/Networks/ServiceAreaSolver/Readme.md index b60f62cd..90ef9bb8 100644 --- a/Net/Networks/ServiceAreaSolver/Readme.md +++ b/Net/Networks/ServiceAreaSolver/Readme.md @@ -8,8 +8,8 @@ This sample is an application that shows how to programmatically perform a serv Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/ServiceAreaSolver/VBNet/LicenseInitializer.vb b/Net/Networks/ServiceAreaSolver/VBNet/LicenseInitializer.vb index e02e882a..c4716e2b 100644 --- a/Net/Networks/ServiceAreaSolver/VBNet/LicenseInitializer.vb +++ b/Net/Networks/ServiceAreaSolver/VBNet/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/VBNet/My Project/AssemblyInfo.vb b/Net/Networks/ServiceAreaSolver/VBNet/My Project/AssemblyInfo.vb index 076614c1..d5c42c5c 100644 --- a/Net/Networks/ServiceAreaSolver/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Networks/ServiceAreaSolver/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/VBNet/Program.vb b/Net/Networks/ServiceAreaSolver/VBNet/Program.vb index 79cf08ae..d62ec7fb 100644 --- a/Net/Networks/ServiceAreaSolver/VBNet/Program.vb +++ b/Net/Networks/ServiceAreaSolver/VBNet/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/VBNet/ServiceAreaSolver.vbproj b/Net/Networks/ServiceAreaSolver/VBNet/ServiceAreaSolver.vbproj index 15c224c5..35087c26 100644 --- a/Net/Networks/ServiceAreaSolver/VBNet/ServiceAreaSolver.vbproj +++ b/Net/Networks/ServiceAreaSolver/VBNet/ServiceAreaSolver.vbproj @@ -60,35 +60,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.Designer.vb b/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.Designer.vb index b720006d..7a27849d 100644 --- a/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.Designer.vb +++ b/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.vb b/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.vb index fd04a6c9..dc35c03b 100644 --- a/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.vb +++ b/Net/Networks/ServiceAreaSolver/VBNet/frmServiceAreaSolver.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/FilterSubsetEvaluator.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/FilterSubsetEvaluator.cs index 2b36c792..ddf9cb70 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/FilterSubsetEvaluator.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/FilterSubsetEvaluator.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/Properties/AssemblyInfo.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/Properties/AssemblyInfo.cs index 3053d41a..36601f50 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/Properties/AssemblyInfo.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/ScaleSubsetEvaluator.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/ScaleSubsetEvaluator.cs index 42850026..3b66b81b 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/ScaleSubsetEvaluator.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/ScaleSubsetEvaluator.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetHelper.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetHelper.cs index 76da0f92..29d87516 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetHelper.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetHelper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetNetworkEvaluators.csproj b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetNetworkEvaluators.csproj index b924a3be..cafaafdb 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetNetworkEvaluators.csproj +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluators/SubsetNetworkEvaluators.csproj @@ -58,11 +58,11 @@ false - + False False - + False False diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.cs index e2812f80..10e47721 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.cs index 17d62eff..ea8c84ce 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.cs index 3a176815..92f0d183 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.cs index 775e612a..688b5b55 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.cs index 8c652113..a78077f8 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.cs index 8973dc12..9def4e39 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.cs index 1ff9d6db..efb79a0c 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.cs index 630c3488..eb22707d 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetHelperUI.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetHelperUI.cs index ae504385..f0d754f0 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetHelperUI.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetHelperUI.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.csproj b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.csproj index dca69719..620f239c 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.csproj +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.csproj @@ -58,59 +58,59 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/WindowWrapper.cs b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/WindowWrapper.cs index cee5ad3c..0233428e 100644 --- a/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/WindowWrapper.cs +++ b/Net/Networks/SubsetNetworkEvaluators/CSharp/SubsetNetworkEvaluatorsUI/WindowWrapper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/Readme.html b/Net/Networks/SubsetNetworkEvaluators/Readme.html index c29ced5f..ca2552c9 100644 --- a/Net/Networks/SubsetNetworkEvaluators/Readme.html +++ b/Net/Networks/SubsetNetworkEvaluators/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/SubsetNetworkEvaluators/Readme.md b/Net/Networks/SubsetNetworkEvaluators/Readme.md index cb634ee3..ba1f24f6 100644 --- a/Net/Networks/SubsetNetworkEvaluators/Readme.md +++ b/Net/Networks/SubsetNetworkEvaluators/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/FilterSubsetEvaluator.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/FilterSubsetEvaluator.vb index 21bbb11a..1846e3fd 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/FilterSubsetEvaluator.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/FilterSubsetEvaluator.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/Properties/AssemblyInfo.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/Properties/AssemblyInfo.vb index a698fed3..8c1bf411 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/Properties/AssemblyInfo.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/ScaleSubsetEvaluator.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/ScaleSubsetEvaluator.vb index 251ac3a5..f9f4b5ab 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/ScaleSubsetEvaluator.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/ScaleSubsetEvaluator.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetHelper.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetHelper.vb index 47977c2d..6fa4698b 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetHelper.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetHelper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetNetworkEvaluators.vbproj b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetNetworkEvaluators.vbproj index 74ec840b..34cb4713 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetNetworkEvaluators.vbproj +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluators/SubsetNetworkEvaluators.vbproj @@ -66,11 +66,11 @@ false - + False False - + False False diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.vb index 44a0d72f..1210abaf 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AddSubsetAttributesCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.vb index fc474290..83d0aed5 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/AutoUpdateNetworkElementArrayParametersCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.vb index 8bbd65fd..895ade58 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/FilterSubsetEvaluatorEditor.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.vb index 3dbabfa9..08ee2282 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.vb index dbfa1ff3..53992650 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.vb index 23e41f07..176a2839 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/ScaleSubsetEvaluatorEditor.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.vb index b91c63da..22846be1 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.vb index 3b886915..cfe57c93 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SimpleEvaluatorProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetHelperUI.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetHelperUI.vb index c86c321b..557f78aa 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetHelperUI.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetHelperUI.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.vbproj b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.vbproj index 3b890c3d..8843f2b3 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.vbproj +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/SubsetNetworkEvaluatorsUI.vbproj @@ -66,58 +66,58 @@ false - + False False - + False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/WindowWrapper.vb b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/WindowWrapper.vb index 33a50160..ba92c047 100644 --- a/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/WindowWrapper.vb +++ b/Net/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/WindowWrapper.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/CSharp/LicenseInitializer.cs b/Net/Networks/VRPSolver/CSharp/LicenseInitializer.cs index ec9a4d1b..2afd7593 100644 --- a/Net/Networks/VRPSolver/CSharp/LicenseInitializer.cs +++ b/Net/Networks/VRPSolver/CSharp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/CSharp/Program.cs b/Net/Networks/VRPSolver/CSharp/Program.cs index fe0e8b9b..05e79ea7 100644 --- a/Net/Networks/VRPSolver/CSharp/Program.cs +++ b/Net/Networks/VRPSolver/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/CSharp/Properties/AssemblyInfo.cs b/Net/Networks/VRPSolver/CSharp/Properties/AssemblyInfo.cs index 1f17fa72..2a776363 100644 --- a/Net/Networks/VRPSolver/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Networks/VRPSolver/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/CSharp/VRPSolver.csproj b/Net/Networks/VRPSolver/CSharp/VRPSolver.csproj index 7763ea12..7b00f260 100644 --- a/Net/Networks/VRPSolver/CSharp/VRPSolver.csproj +++ b/Net/Networks/VRPSolver/CSharp/VRPSolver.csproj @@ -59,35 +59,35 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Networks/VRPSolver/CSharp/frmVRPSolver.Designer.cs b/Net/Networks/VRPSolver/CSharp/frmVRPSolver.Designer.cs index 72eda590..bab79a4d 100644 --- a/Net/Networks/VRPSolver/CSharp/frmVRPSolver.Designer.cs +++ b/Net/Networks/VRPSolver/CSharp/frmVRPSolver.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/CSharp/frmVRPSolver.cs b/Net/Networks/VRPSolver/CSharp/frmVRPSolver.cs index f553ef62..a8488f03 100644 --- a/Net/Networks/VRPSolver/CSharp/frmVRPSolver.cs +++ b/Net/Networks/VRPSolver/CSharp/frmVRPSolver.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/Readme.html b/Net/Networks/VRPSolver/Readme.html index 23fecefa..3f856de4 100644 --- a/Net/Networks/VRPSolver/Readme.html +++ b/Net/Networks/VRPSolver/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Networks/VRPSolver/Readme.md b/Net/Networks/VRPSolver/Readme.md index 9e7fb93d..233a090e 100644 --- a/Net/Networks/VRPSolver/Readme.md +++ b/Net/Networks/VRPSolver/Readme.md @@ -8,8 +8,8 @@ This sample application demonstrates how to programmatically perform a Vehicle R Language: C#, VB Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Networks/VRPSolver/VBNet/LicenseInitializer.vb b/Net/Networks/VRPSolver/VBNet/LicenseInitializer.vb index 9899e1b5..4c3992a5 100644 --- a/Net/Networks/VRPSolver/VBNet/LicenseInitializer.vb +++ b/Net/Networks/VRPSolver/VBNet/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/VBNet/Program.vb b/Net/Networks/VRPSolver/VBNet/Program.vb index b2562a35..7b694ce6 100644 --- a/Net/Networks/VRPSolver/VBNet/Program.vb +++ b/Net/Networks/VRPSolver/VBNet/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/VBNet/Properties/AssemblyInfo.vb b/Net/Networks/VRPSolver/VBNet/Properties/AssemblyInfo.vb index 3c9e622d..54058a38 100644 --- a/Net/Networks/VRPSolver/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Networks/VRPSolver/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/VBNet/VRP.vbproj b/Net/Networks/VRPSolver/VBNet/VRP.vbproj index 9ea5135a..d4298c15 100644 --- a/Net/Networks/VRPSolver/VBNet/VRP.vbproj +++ b/Net/Networks/VRPSolver/VBNet/VRP.vbproj @@ -61,28 +61,28 @@ false - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Networks/VRPSolver/VBNet/frmVRPSolver.Designer.vb b/Net/Networks/VRPSolver/VBNet/frmVRPSolver.Designer.vb index 8ba1c3a1..8562f42e 100644 --- a/Net/Networks/VRPSolver/VBNet/frmVRPSolver.Designer.vb +++ b/Net/Networks/VRPSolver/VBNet/frmVRPSolver.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Networks/VRPSolver/VBNet/frmVRPSolver.vb b/Net/Networks/VRPSolver/VBNet/frmVRPSolver.vb index 19ae1646..7376c861 100644 --- a/Net/Networks/VRPSolver/VBNet/frmVRPSolver.vb +++ b/Net/Networks/VRPSolver/VBNet/frmVRPSolver.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlAttributeQuery/CSharp/AssemblyInfo.cs b/Net/Publisher/ARControlAttributeQuery/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Publisher/ARControlAttributeQuery/CSharp/AssemblyInfo.cs +++ b/Net/Publisher/ARControlAttributeQuery/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.cs b/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.cs index 446f7206..e5aa80bc 100644 --- a/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.cs +++ b/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.csproj b/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.csproj index 6c71859e..d7829747 100644 --- a/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.csproj +++ b/Net/Publisher/ARControlAttributeQuery/CSharp/AttributeQuery.csproj @@ -107,7 +107,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlAttributeQuery/Readme.html b/Net/Publisher/ARControlAttributeQuery/Readme.html index d2d3f57b..7963ec55 100644 --- a/Net/Publisher/ARControlAttributeQuery/Readme.html +++ b/Net/Publisher/ARControlAttributeQuery/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/ARControlAttributeQuery/Readme.md b/Net/Publisher/ARControlAttributeQuery/Readme.md index 4f716121..f8acd465 100644 --- a/Net/Publisher/ARControlAttributeQuery/Readme.md +++ b/Net/Publisher/ARControlAttributeQuery/Readme.md @@ -8,8 +8,8 @@ This sample shows how to query the field attribute values of a layer in a Publi Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/ARControlAttributeQuery/VBNET/AssemblyInfo.vb b/Net/Publisher/ARControlAttributeQuery/VBNET/AssemblyInfo.vb index 80e0f7bb..fa8aaa1d 100644 --- a/Net/Publisher/ARControlAttributeQuery/VBNET/AssemblyInfo.vb +++ b/Net/Publisher/ARControlAttributeQuery/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vb b/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vb index a35893fd..59667ba0 100644 --- a/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vb +++ b/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vbproj b/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vbproj index 9810d820..e83c7a06 100644 --- a/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vbproj +++ b/Net/Publisher/ARControlAttributeQuery/VBNET/AttributeQuery.vbproj @@ -103,7 +103,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlDocumentProperties/CSharp/AssemblyInfo.cs b/Net/Publisher/ARControlDocumentProperties/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Publisher/ARControlDocumentProperties/CSharp/AssemblyInfo.cs +++ b/Net/Publisher/ARControlDocumentProperties/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.cs b/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.cs index 3e7243d7..34f9eb1d 100644 --- a/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.cs +++ b/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.csproj b/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.csproj index 2cdb3694..9b744039 100644 --- a/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.csproj +++ b/Net/Publisher/ARControlDocumentProperties/CSharp/DocumentProperties.csproj @@ -99,7 +99,7 @@ false - + False @@ -110,7 +110,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlDocumentProperties/Readme.html b/Net/Publisher/ARControlDocumentProperties/Readme.html index 7146f60f..289cf1f6 100644 --- a/Net/Publisher/ARControlDocumentProperties/Readme.html +++ b/Net/Publisher/ARControlDocumentProperties/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/ARControlDocumentProperties/Readme.md b/Net/Publisher/ARControlDocumentProperties/Readme.md index 01af9fd8..c1dc1a46 100644 --- a/Net/Publisher/ARControlDocumentProperties/Readme.md +++ b/Net/Publisher/ARControlDocumentProperties/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/ARControlDocumentProperties/VBNET/AssemblyInfo.vb b/Net/Publisher/ARControlDocumentProperties/VBNET/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Publisher/ARControlDocumentProperties/VBNET/AssemblyInfo.vb +++ b/Net/Publisher/ARControlDocumentProperties/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vb b/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vb index b960a051..e232a35b 100644 --- a/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vb +++ b/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vbproj b/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vbproj index d6e96b4a..54741728 100644 --- a/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vbproj +++ b/Net/Publisher/ARControlDocumentProperties/VBNET/DocumentProperties.vbproj @@ -92,17 +92,17 @@ false - + False - + False ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlMapTools/CSharp/AssemblyInfo.cs b/Net/Publisher/ARControlMapTools/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Publisher/ARControlMapTools/CSharp/AssemblyInfo.cs +++ b/Net/Publisher/ARControlMapTools/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlMapTools/CSharp/MapTools.cs b/Net/Publisher/ARControlMapTools/CSharp/MapTools.cs index 689f55d3..d5d391b5 100644 --- a/Net/Publisher/ARControlMapTools/CSharp/MapTools.cs +++ b/Net/Publisher/ARControlMapTools/CSharp/MapTools.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlMapTools/CSharp/MapTools.csproj b/Net/Publisher/ARControlMapTools/CSharp/MapTools.csproj index 8f6c5fa0..fdd523fe 100644 --- a/Net/Publisher/ARControlMapTools/CSharp/MapTools.csproj +++ b/Net/Publisher/ARControlMapTools/CSharp/MapTools.csproj @@ -99,7 +99,7 @@ false - + False @@ -110,7 +110,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlMapTools/Readme.html b/Net/Publisher/ARControlMapTools/Readme.html index f7d23655..89d7be43 100644 --- a/Net/Publisher/ARControlMapTools/Readme.html +++ b/Net/Publisher/ARControlMapTools/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/ARControlMapTools/Readme.md b/Net/Publisher/ARControlMapTools/Readme.md index 12dfcf9c..f05ef0d9 100644 --- a/Net/Publisher/ARControlMapTools/Readme.md +++ b/Net/Publisher/ARControlMapTools/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/ARControlMapTools/VBNET/AssemblyInfo.vb b/Net/Publisher/ARControlMapTools/VBNET/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/Publisher/ARControlMapTools/VBNET/AssemblyInfo.vb +++ b/Net/Publisher/ARControlMapTools/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlMapTools/VBNET/MapTools.vb b/Net/Publisher/ARControlMapTools/VBNET/MapTools.vb index 446c298b..d1dfeed6 100644 --- a/Net/Publisher/ARControlMapTools/VBNET/MapTools.vb +++ b/Net/Publisher/ARControlMapTools/VBNET/MapTools.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlMapTools/VBNET/MapTools.vbproj b/Net/Publisher/ARControlMapTools/VBNET/MapTools.vbproj index 812363a8..49c8a3d0 100644 --- a/Net/Publisher/ARControlMapTools/VBNET/MapTools.vbproj +++ b/Net/Publisher/ARControlMapTools/VBNET/MapTools.vbproj @@ -92,7 +92,7 @@ false - + False @@ -103,7 +103,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlSpatialQuery/CSharp/AssemblyInfo.cs b/Net/Publisher/ARControlSpatialQuery/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Publisher/ARControlSpatialQuery/CSharp/AssemblyInfo.cs +++ b/Net/Publisher/ARControlSpatialQuery/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.cs b/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.cs index 1c83acf0..65093cf2 100644 --- a/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.cs +++ b/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.csproj b/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.csproj index 4f298d4c..afd7c137 100644 --- a/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.csproj +++ b/Net/Publisher/ARControlSpatialQuery/CSharp/DocumentProperties.csproj @@ -99,7 +99,7 @@ false - + False @@ -110,7 +110,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARControlSpatialQuery/Readme.html b/Net/Publisher/ARControlSpatialQuery/Readme.html index e17d0ea3..04e0d904 100644 --- a/Net/Publisher/ARControlSpatialQuery/Readme.html +++ b/Net/Publisher/ARControlSpatialQuery/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/ARControlSpatialQuery/Readme.md b/Net/Publisher/ARControlSpatialQuery/Readme.md index b264048c..fc6c19f2 100644 --- a/Net/Publisher/ARControlSpatialQuery/Readme.md +++ b/Net/Publisher/ARControlSpatialQuery/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/ARControlSpatialQuery/VBNET/AssemblyInfo.vb b/Net/Publisher/ARControlSpatialQuery/VBNET/AssemblyInfo.vb index df3209ca..318165c2 100644 --- a/Net/Publisher/ARControlSpatialQuery/VBNET/AssemblyInfo.vb +++ b/Net/Publisher/ARControlSpatialQuery/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vb b/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vb index 27e5756d..0de48ef7 100644 --- a/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vb +++ b/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vbproj b/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vbproj index 45c6a72a..36c4e433 100644 --- a/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vbproj +++ b/Net/Publisher/ARControlSpatialQuery/VBNET/DocumentProperties.vbproj @@ -94,7 +94,7 @@ false - + False True @@ -106,7 +106,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARGlobeControlGlobeTools/CSharp/AssemblyInfo.cs b/Net/Publisher/ARGlobeControlGlobeTools/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/CSharp/AssemblyInfo.cs +++ b/Net/Publisher/ARGlobeControlGlobeTools/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.cs b/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.cs index 644c3c9b..d872ab7b 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.cs +++ b/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.csproj b/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.csproj index 29440f56..69a5c443 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.csproj +++ b/Net/Publisher/ARGlobeControlGlobeTools/CSharp/GlobeTools.csproj @@ -99,7 +99,7 @@ false - + False @@ -110,7 +110,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARGlobeControlGlobeTools/Readme.html b/Net/Publisher/ARGlobeControlGlobeTools/Readme.html index 5e34ceb5..78070a3e 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/Readme.html +++ b/Net/Publisher/ARGlobeControlGlobeTools/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/ARGlobeControlGlobeTools/Readme.md b/Net/Publisher/ARGlobeControlGlobeTools/Readme.md index a8d35997..ebb6a901 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/Readme.md +++ b/Net/Publisher/ARGlobeControlGlobeTools/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to set the IARGlobeControl.CurrentARGlobeTool prope Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/ARGlobeControlGlobeTools/VBNET/AssemblyInfo.vb b/Net/Publisher/ARGlobeControlGlobeTools/VBNET/AssemblyInfo.vb index f5988d9c..8600dbfe 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/VBNET/AssemblyInfo.vb +++ b/Net/Publisher/ARGlobeControlGlobeTools/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vb b/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vb index d37014ef..ea3e5b46 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vb +++ b/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vbproj b/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vbproj index 7a80559e..787b39d9 100644 --- a/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vbproj +++ b/Net/Publisher/ARGlobeControlGlobeTools/VBNET/GlobeTools.vbproj @@ -94,7 +94,7 @@ false - + False @@ -105,7 +105,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/AssemblyInfo.cs b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/AssemblyInfo.cs +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.Designer.cs b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.Designer.cs index 6b9841c4..edf08ccd 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.Designer.cs +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.cs b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.cs index 4c910c15..023a948b 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.cs +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.csproj b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.csproj index 59486024..219eef79 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.csproj +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/PlayAnimation.csproj @@ -57,13 +57,13 @@ false - + False - + False - + False diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/Program.cs b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/Program.cs index b57c89e8..341662a7 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/Program.cs +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.cs b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.cs index 7a0534c9..1ce43a7f 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.cs +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.csproj b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.csproj index 9ab1a9ef..b522d452 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.csproj +++ b/Net/Publisher/ARGlobeControlPlayAnimation/CSharp/SpinGlobe.csproj @@ -99,7 +99,7 @@ false - + False @@ -110,7 +110,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/Readme.html b/Net/Publisher/ARGlobeControlPlayAnimation/Readme.html index 4583f7c1..d5320ed1 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/Readme.html +++ b/Net/Publisher/ARGlobeControlPlayAnimation/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/Readme.md b/Net/Publisher/ARGlobeControlPlayAnimation/Readme.md index 705f8803..6bdaf534 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/Readme.md +++ b/Net/Publisher/ARGlobeControlPlayAnimation/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to use the IARGlobeControl.GetObserverLocation and Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/AssemblyInfo.vb b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/AssemblyInfo.vb index 2d7bf3e9..372ae7b2 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/AssemblyInfo.vb +++ b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.Designer.vb b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.Designer.vb index 0315cb98..b37e6418 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.Designer.vb +++ b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vb b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vb index ed8290d8..e1116039 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vb +++ b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vbproj b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vbproj index fddc9d37..01e7d2ab 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vbproj +++ b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/PlayAnimation.vbproj @@ -59,13 +59,13 @@ false - + False - + False - + False diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vb b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vb index 0fc1fd34..47dd21f4 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vb +++ b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vbproj b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vbproj index eec5fa6e..312b0746 100644 --- a/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vbproj +++ b/Net/Publisher/ARGlobeControlPlayAnimation/VBNet/SpinGlobe.vbproj @@ -94,7 +94,7 @@ false - + False @@ -105,7 +105,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Publisher/PackagePMF/CSharp/Config.esriaddinx b/Net/Publisher/PackagePMF/CSharp/Config.esriaddinx index 77049c54..66c71bfc 100644 --- a/Net/Publisher/PackagePMF/CSharp/Config.esriaddinx +++ b/Net/Publisher/PackagePMF/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 19/11/2009 - + diff --git a/Net/Publisher/PackagePMF/CSharp/PackagePMF.cs b/Net/Publisher/PackagePMF/CSharp/PackagePMF.cs index 2e34485e..2ba0a9f5 100644 --- a/Net/Publisher/PackagePMF/CSharp/PackagePMF.cs +++ b/Net/Publisher/PackagePMF/CSharp/PackagePMF.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PackagePMF/CSharp/PackagePMF.csproj b/Net/Publisher/PackagePMF/CSharp/PackagePMF.csproj index d03850a5..a9b28ca8 100644 --- a/Net/Publisher/PackagePMF/CSharp/PackagePMF.csproj +++ b/Net/Publisher/PackagePMF/CSharp/PackagePMF.csproj @@ -59,7 +59,7 @@ False - + False False @@ -98,13 +98,13 @@ False - + False - + False - + False diff --git a/Net/Publisher/PackagePMF/CSharp/Properties/AssemblyInfo.cs b/Net/Publisher/PackagePMF/CSharp/Properties/AssemblyInfo.cs index cd427f18..55de1237 100644 --- a/Net/Publisher/PackagePMF/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Publisher/PackagePMF/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PackagePMF/Readme.html b/Net/Publisher/PackagePMF/Readme.html index dad2f67f..08665fcb 100644 --- a/Net/Publisher/PackagePMF/Readme.html +++ b/Net/Publisher/PackagePMF/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/PackagePMF/Readme.md b/Net/Publisher/PackagePMF/Readme.md index f7332d7d..3a3ae404 100644 --- a/Net/Publisher/PackagePMF/Readme.md +++ b/Net/Publisher/PackagePMF/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to package a Published Map File (PMF) to a file ge Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/PackagePMF/VBNet/Config.esriaddinx b/Net/Publisher/PackagePMF/VBNet/Config.esriaddinx index cbdb9695..9d6d1076 100644 --- a/Net/Publisher/PackagePMF/VBNet/Config.esriaddinx +++ b/Net/Publisher/PackagePMF/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 19/11/2009 - + diff --git a/Net/Publisher/PackagePMF/VBNet/My Project/AssemblyInfo.vb b/Net/Publisher/PackagePMF/VBNet/My Project/AssemblyInfo.vb index f3614db4..8d42f33b 100644 --- a/Net/Publisher/PackagePMF/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Publisher/PackagePMF/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PackagePMF/VBNet/PackagePMF.vb b/Net/Publisher/PackagePMF/VBNet/PackagePMF.vb index efdca783..05dd330d 100644 --- a/Net/Publisher/PackagePMF/VBNet/PackagePMF.vb +++ b/Net/Publisher/PackagePMF/VBNet/PackagePMF.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PackagePMF/VBNet/PackagePMF.vbproj b/Net/Publisher/PackagePMF/VBNet/PackagePMF.vbproj index ce8b445d..3bbf85a8 100644 --- a/Net/Publisher/PackagePMF/VBNet/PackagePMF.vbproj +++ b/Net/Publisher/PackagePMF/VBNet/PackagePMF.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -141,13 +141,13 @@ - + False - + False - + False diff --git a/Net/Publisher/PublishMap/CSharp/Config.esriaddinx b/Net/Publisher/PublishMap/CSharp/Config.esriaddinx index 69ca2993..a7717997 100644 --- a/Net/Publisher/PublishMap/CSharp/Config.esriaddinx +++ b/Net/Publisher/PublishMap/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 19/11/2009 - + diff --git a/Net/Publisher/PublishMap/CSharp/Properties/AssemblyInfo.cs b/Net/Publisher/PublishMap/CSharp/Properties/AssemblyInfo.cs index f3ab0df6..45da8079 100644 --- a/Net/Publisher/PublishMap/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Publisher/PublishMap/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PublishMap/CSharp/PublishMap.cs b/Net/Publisher/PublishMap/CSharp/PublishMap.cs index c4e265dd..a97f2304 100644 --- a/Net/Publisher/PublishMap/CSharp/PublishMap.cs +++ b/Net/Publisher/PublishMap/CSharp/PublishMap.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PublishMap/CSharp/PublishMap.csproj b/Net/Publisher/PublishMap/CSharp/PublishMap.csproj index d163fccd..e499ef99 100644 --- a/Net/Publisher/PublishMap/CSharp/PublishMap.csproj +++ b/Net/Publisher/PublishMap/CSharp/PublishMap.csproj @@ -59,7 +59,7 @@ False - + False False @@ -98,13 +98,13 @@ False - + False - + False - + False diff --git a/Net/Publisher/PublishMap/Readme.html b/Net/Publisher/PublishMap/Readme.html index 239ef326..1217823a 100644 --- a/Net/Publisher/PublishMap/Readme.html +++ b/Net/Publisher/PublishMap/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Publisher/PublishMap/Readme.md b/Net/Publisher/PublishMap/Readme.md index 42e1e951..192c33fd 100644 --- a/Net/Publisher/PublishMap/Readme.md +++ b/Net/Publisher/PublishMap/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates how to publish a map using default parameters with the Language: C#, VB Subject: Publisher Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Publisher/PublishMap/VBNet/Config.esriaddinx b/Net/Publisher/PublishMap/VBNet/Config.esriaddinx index c92921b9..20595575 100644 --- a/Net/Publisher/PublishMap/VBNet/Config.esriaddinx +++ b/Net/Publisher/PublishMap/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 19/11/2009 - + diff --git a/Net/Publisher/PublishMap/VBNet/My Project/AssemblyInfo.vb b/Net/Publisher/PublishMap/VBNet/My Project/AssemblyInfo.vb index 9208e56e..61a35ca6 100644 --- a/Net/Publisher/PublishMap/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Publisher/PublishMap/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PublishMap/VBNet/PublishMap.vb b/Net/Publisher/PublishMap/VBNet/PublishMap.vb index ad2298af..809f671e 100644 --- a/Net/Publisher/PublishMap/VBNet/PublishMap.vb +++ b/Net/Publisher/PublishMap/VBNet/PublishMap.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Publisher/PublishMap/VBNet/PublishMap.vbproj b/Net/Publisher/PublishMap/VBNet/PublishMap.vbproj index 7ec51c93..291840be 100644 --- a/Net/Publisher/PublishMap/VBNet/PublishMap.vbproj +++ b/Net/Publisher/PublishMap/VBNet/PublishMap.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -141,13 +141,13 @@ - + False - + False - + False diff --git a/Net/Publisher/ReadMe.md b/Net/Publisher/ReadMe.md index c5c8f8b5..e3de2681 100644 --- a/Net/Publisher/ReadMe.md +++ b/Net/Publisher/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Publisher -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Publisher' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Publisher' topic. ## Features diff --git a/Net/PublisherARControlSpatialQuery/CSharp/AssemblyInfo.cs b/Net/PublisherARControlSpatialQuery/CSharp/AssemblyInfo.cs index 7025b303..33b4309a 100644 --- a/Net/PublisherARControlSpatialQuery/CSharp/AssemblyInfo.cs +++ b/Net/PublisherARControlSpatialQuery/CSharp/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.cs b/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.cs index 34e90ec3..2349456b 100644 --- a/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.cs +++ b/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.csproj b/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.csproj index 5b3397e1..92ec5528 100644 --- a/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.csproj +++ b/Net/PublisherARControlSpatialQuery/CSharp/SpatialQuery.csproj @@ -99,7 +99,7 @@ false - + False @@ -110,7 +110,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/PublisherARControlSpatialQuery/Readme.html b/Net/PublisherARControlSpatialQuery/Readme.html index 471033a1..2a9ba178 100644 --- a/Net/PublisherARControlSpatialQuery/Readme.html +++ b/Net/PublisherARControlSpatialQuery/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Publisher AR Control Spatial Query Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/PublisherARControlSpatialQuery/Readme.md b/Net/PublisherARControlSpatialQuery/Readme.md index 2232524a..bbf6fd57 100644 --- a/Net/PublisherARControlSpatialQuery/Readme.md +++ b/Net/PublisherARControlSpatialQuery/Readme.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Publisher AR Control Spatial Query -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Publisher AR Control Spatial Query' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Publisher AR Control Spatial Query' topic. ## Features diff --git a/Net/PublisherARControlSpatialQuery/VBNET/AssemblyInfo.vb b/Net/PublisherARControlSpatialQuery/VBNET/AssemblyInfo.vb index 3bafe202..0b208ab1 100644 --- a/Net/PublisherARControlSpatialQuery/VBNET/AssemblyInfo.vb +++ b/Net/PublisherARControlSpatialQuery/VBNET/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vb b/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vb index 80a55860..e99d3557 100644 --- a/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vb +++ b/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vbproj b/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vbproj index 3df5331b..6feb661f 100644 --- a/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vbproj +++ b/Net/PublisherARControlSpatialQuery/VBNET/SpatialQuery.vbproj @@ -92,7 +92,7 @@ false - + False @@ -103,7 +103,7 @@ ESRI.ArcGIS.PublisherControls hklm\dn\arcgis desktop - + False diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.cs b/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.cs index 88af07e5..635126b0 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.cs +++ b/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.csproj b/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.csproj index c31cddcd..035bb8ca 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.csproj +++ b/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/CreateFileRasterMosaic.csproj @@ -57,28 +57,28 @@ false - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs index 6f4fe413..c79c2db9 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CreateFileRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/Readme.html b/Net/Raster/CreateFileRasterDatasetMosaic/Readme.html index 6661d92f..0f39b5d9 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/Readme.html +++ b/Net/Raster/CreateFileRasterDatasetMosaic/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/Readme.md b/Net/Raster/CreateFileRasterDatasetMosaic/Readme.md index ea4725fe..969c8b99 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/Readme.md +++ b/Net/Raster/CreateFileRasterDatasetMosaic/Readme.md @@ -8,8 +8,8 @@ This sample shows how to create a file raster dataset or a personal geodatabas Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vb b/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vb index 9c9de457..79c2830c 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vb +++ b/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vbproj b/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vbproj index 361a2df3..c975a371 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vbproj +++ b/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/CreateFileRasterMosaic.vbproj @@ -59,25 +59,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb b/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb index 81e608df..7312d51c 100644 --- a/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Raster/CreateFileRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.cs b/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.cs index cf695d35..9752da44 100644 --- a/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.cs +++ b/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.csproj b/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.csproj index f59fe148..a6cab578 100644 --- a/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.csproj +++ b/Net/Raster/CreateFunctionRasterDataset/CSharp/CreateFunctionRasterDataset.csproj @@ -57,19 +57,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateFunctionRasterDataset/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CreateFunctionRasterDataset/CSharp/Properties/AssemblyInfo.cs index d71f7199..f56357e4 100644 --- a/Net/Raster/CreateFunctionRasterDataset/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CreateFunctionRasterDataset/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFunctionRasterDataset/Readme.html b/Net/Raster/CreateFunctionRasterDataset/Readme.html index 428c3f02..1b3d87ef 100644 --- a/Net/Raster/CreateFunctionRasterDataset/Readme.html +++ b/Net/Raster/CreateFunctionRasterDataset/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CreateFunctionRasterDataset/Readme.md b/Net/Raster/CreateFunctionRasterDataset/Readme.md index d911e7f6..21bce45b 100644 --- a/Net/Raster/CreateFunctionRasterDataset/Readme.md +++ b/Net/Raster/CreateFunctionRasterDataset/Readme.md @@ -8,8 +8,8 @@ This topic shows how to create a Function Raster dataset from a raster dataset Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vb b/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vb index c5ad6daf..ed5ac73b 100644 --- a/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vb +++ b/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vbproj b/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vbproj index cb462edb..b9f2ef0c 100644 --- a/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vbproj +++ b/Net/Raster/CreateFunctionRasterDataset/VBNet/CreateFunctionRasterDataset.vbproj @@ -64,16 +64,16 @@ false - + False - + False - + False - + False diff --git a/Net/Raster/CreateFunctionRasterDataset/VBNet/My Project/AssemblyInfo.vb b/Net/Raster/CreateFunctionRasterDataset/VBNet/My Project/AssemblyInfo.vb index 096f5dd5..7bd1cc69 100644 --- a/Net/Raster/CreateFunctionRasterDataset/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Raster/CreateFunctionRasterDataset/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.cs b/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.cs index 8f219190..40453b3b 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.cs +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.csproj b/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.csproj index e2644d62..ec861d11 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.csproj +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/CreateRasterMosaic.csproj @@ -57,16 +57,16 @@ false - + False - + False - + False - + False diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs index ef4a896d..253154e7 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.html b/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.html index b44b0297..41e511f8 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.html +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.md b/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.md index 89cc4fc0..e7edf723 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.md +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/Readme.md @@ -8,8 +8,8 @@ This sample demonstrates the recommended approach to create a raster mosaic in a Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vb b/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vb index 0f0e0f68..6759efbd 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vb +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vbproj b/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vbproj index d25e94f3..cd63125e 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vbproj +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/CreateRasterMosaic.vbproj @@ -59,16 +59,16 @@ false - + False - + False - + False - + False diff --git a/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb b/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb index 1100b7a6..de86b0fb 100644 --- a/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Raster/CreateGDBRasterDatasetMosaic/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.cs b/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.cs index 06655642..4c8a0115 100644 --- a/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.cs +++ b/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.csproj b/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.csproj index f1790795..c7e3c452 100644 --- a/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.csproj +++ b/Net/Raster/CreateMosaicDataset/CSharp/CreateMosaicDataset.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateMosaicDataset/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CreateMosaicDataset/CSharp/Properties/AssemblyInfo.cs index 38fa01ad..dbd82e1a 100644 --- a/Net/Raster/CreateMosaicDataset/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CreateMosaicDataset/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateMosaicDataset/Readme.html b/Net/Raster/CreateMosaicDataset/Readme.html index e6c76c8d..05d51d07 100644 --- a/Net/Raster/CreateMosaicDataset/Readme.html +++ b/Net/Raster/CreateMosaicDataset/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CreateMosaicDataset/Readme.md b/Net/Raster/CreateMosaicDataset/Readme.md index 73158fbe..eda02c5d 100644 --- a/Net/Raster/CreateMosaicDataset/Readme.md +++ b/Net/Raster/CreateMosaicDataset/Readme.md @@ -8,8 +8,8 @@ This topic shows how to create a Mosaic dataset, add rasters to it using one of Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vb b/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vb index df4932de..a91cad9e 100644 --- a/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vb +++ b/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vbproj b/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vbproj index 655655a1..ae427bcd 100644 --- a/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vbproj +++ b/Net/Raster/CreateMosaicDataset/VBNet/CreateMosaicDataset.vbproj @@ -60,22 +60,22 @@ - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateMosaicDataset/VBNet/Properties/AssemblyInfo.vb b/Net/Raster/CreateMosaicDataset/VBNet/Properties/AssemblyInfo.vb index b7d7e486..8874e465 100644 --- a/Net/Raster/CreateMosaicDataset/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Raster/CreateMosaicDataset/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalog_GP.cs b/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalog_GP.cs index 5388c99d..41de6538 100644 --- a/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalog_GP.cs +++ b/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalog_GP.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalogs.csproj b/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalogs.csproj index f0e0764e..a042b08c 100644 --- a/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalogs.csproj +++ b/Net/Raster/CreateRasterCatalog_GP/CSharp/CreateRasterCatalogs.csproj @@ -68,31 +68,31 @@ - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateRasterCatalog_GP/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CreateRasterCatalog_GP/CSharp/Properties/AssemblyInfo.cs index b549bca4..4c6e747e 100644 --- a/Net/Raster/CreateRasterCatalog_GP/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CreateRasterCatalog_GP/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterCatalog_GP/Readme.html b/Net/Raster/CreateRasterCatalog_GP/Readme.html index 913a3437..3d8b2433 100644 --- a/Net/Raster/CreateRasterCatalog_GP/Readme.html +++ b/Net/Raster/CreateRasterCatalog_GP/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CreateRasterCatalog_GP/Readme.md b/Net/Raster/CreateRasterCatalog_GP/Readme.md index fd633c1d..c9a860f7 100644 --- a/Net/Raster/CreateRasterCatalog_GP/Readme.md +++ b/Net/Raster/CreateRasterCatalog_GP/Readme.md @@ -8,8 +8,8 @@ This sample uses the geoprocessor class in conjunction with CreateRasterCatalog Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalog_GP.vb b/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalog_GP.vb index 13d09d05..de511184 100644 --- a/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalog_GP.vb +++ b/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalog_GP.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalogs.vbproj b/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalogs.vbproj index 11145265..274ee73b 100644 --- a/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalogs.vbproj +++ b/Net/Raster/CreateRasterCatalog_GP/VBNet/CreateRasterCatalogs.vbproj @@ -67,31 +67,31 @@ false - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateRasterCatalog_GP/VBNet/My Project/AssemblyInfo.vb b/Net/Raster/CreateRasterCatalog_GP/VBNet/My Project/AssemblyInfo.vb index 48b853e9..5dbdbbf2 100644 --- a/Net/Raster/CreateRasterCatalog_GP/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Raster/CreateRasterCatalog_GP/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.cs b/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.cs index 81adb679..8b3d3cd5 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.cs +++ b/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.csproj b/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.csproj index cbf15edd..d962d6c5 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.csproj +++ b/Net/Raster/CreateRasterFunctionTemplate/CSharp/CreateRasterFunctionTemplate.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateRasterFunctionTemplate/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CreateRasterFunctionTemplate/CSharp/Properties/AssemblyInfo.cs index 817ae237..80b99a31 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CreateRasterFunctionTemplate/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterFunctionTemplate/Readme.html b/Net/Raster/CreateRasterFunctionTemplate/Readme.html index 0d4624e9..0fab45b5 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/Readme.html +++ b/Net/Raster/CreateRasterFunctionTemplate/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CreateRasterFunctionTemplate/Readme.md b/Net/Raster/CreateRasterFunctionTemplate/Readme.md index 11b212d9..68504643 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/Readme.md +++ b/Net/Raster/CreateRasterFunctionTemplate/Readme.md @@ -8,8 +8,8 @@ This topic shows how to create a Raster Function template, which defines a seri Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vb b/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vb index 9e5d37d6..19d94871 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vb +++ b/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vbproj b/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vbproj index 5adc4f76..fc52d461 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vbproj +++ b/Net/Raster/CreateRasterFunctionTemplate/VBNet/CreateRasterFunctionTemplate.vbproj @@ -63,19 +63,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Raster/CreateRasterFunctionTemplate/VBNet/My Project/AssemblyInfo.vb b/Net/Raster/CreateRasterFunctionTemplate/VBNet/My Project/AssemblyInfo.vb index f71c1701..3391123a 100644 --- a/Net/Raster/CreateRasterFunctionTemplate/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Raster/CreateRasterFunctionTemplate/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomDefaultRasterRender/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CustomDefaultRasterRender/CSharp/Properties/AssemblyInfo.cs index 95ddfe55..faa79ba6 100644 --- a/Net/Raster/CustomDefaultRasterRender/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomDefaultRasterRender/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bitTiff_csharp.cs b/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bitTiff_csharp.cs index 979f709d..e6998d89 100644 --- a/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bitTiff_csharp.cs +++ b/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bitTiff_csharp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bittiff_csharp.csproj b/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bittiff_csharp.csproj index a2677c82..c82fee5d 100644 --- a/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bittiff_csharp.csproj +++ b/Net/Raster/CustomDefaultRasterRender/CSharp/RasterRenderMaker_1bittiff_csharp.csproj @@ -57,25 +57,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomDefaultRasterRender/Readme.html b/Net/Raster/CustomDefaultRasterRender/Readme.html index 6f2930c1..baab3be1 100644 --- a/Net/Raster/CustomDefaultRasterRender/Readme.html +++ b/Net/Raster/CustomDefaultRasterRender/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CustomDefaultRasterRender/Readme.md b/Net/Raster/CustomDefaultRasterRender/Readme.md index db0e7349..decbe506 100644 --- a/Net/Raster/CustomDefaultRasterRender/Readme.md +++ b/Net/Raster/CustomDefaultRasterRender/Readme.md @@ -8,8 +8,8 @@ This sample shows how to create a custom default raster renderer. This sample cr Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CustomDefaultRasterRender/VBNET/My Project/AssemblyInfo.vb b/Net/Raster/CustomDefaultRasterRender/VBNET/My Project/AssemblyInfo.vb index 59cccb0b..449026d4 100644 --- a/Net/Raster/CustomDefaultRasterRender/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Raster/CustomDefaultRasterRender/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vb b/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vb index 5fc51acf..8c1e4f26 100644 --- a/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vb +++ b/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vbproj b/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vbproj index c51dc6f3..a08e77ba 100644 --- a/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vbproj +++ b/Net/Raster/CustomDefaultRasterRender/VBNET/RasterRendererMaker_1bit_TIFF_VBNET.vbproj @@ -62,25 +62,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/CustomNodataFilter.csproj b/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/CustomNodataFilter.csproj index 6e6aada7..91583ea5 100644 --- a/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/CustomNodataFilter.csproj +++ b/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/CustomNodataFilter.csproj @@ -65,10 +65,10 @@ false - + False - + False diff --git a/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/NodataFilter.cs b/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/NodataFilter.cs index e5c7eb35..8863ef2f 100644 --- a/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/NodataFilter.cs +++ b/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/NodataFilter.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/Properties/AssemblyInfo.cs b/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/Properties/AssemblyInfo.cs index 0dba1caa..31f46370 100644 --- a/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomNodataFilter/CSharp/CustomNodataFilter/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/Properties/AssemblyInfo.cs b/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/Properties/AssemblyInfo.cs index d1461463..8204d365 100644 --- a/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestApp.cs b/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestApp.cs index 52166ed5..33f3e417 100644 --- a/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestApp.cs +++ b/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestApp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestNodataFilter.csproj b/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestNodataFilter.csproj index 214c446f..fbbd7131 100644 --- a/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestNodataFilter.csproj +++ b/Net/Raster/CustomNodataFilter/CSharp/TestNodataFilter/TestNodataFilter.csproj @@ -65,19 +65,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomNodataFilter/Readme.html b/Net/Raster/CustomNodataFilter/Readme.html index cb82fb9e..ebe88108 100644 --- a/Net/Raster/CustomNodataFilter/Readme.html +++ b/Net/Raster/CustomNodataFilter/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CustomNodataFilter/Readme.md b/Net/Raster/CustomNodataFilter/Readme.md index be34235c..72fb5dc7 100644 --- a/Net/Raster/CustomNodataFilter/Readme.md +++ b/Net/Raster/CustomNodataFilter/Readme.md @@ -8,8 +8,8 @@ This sample shows how to implement a custom raster pixel filter by extending IPi Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/CustomFilter_VB.vbproj b/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/CustomFilter_VB.vbproj index e38f019f..4e10c295 100644 --- a/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/CustomFilter_VB.vbproj +++ b/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/CustomFilter_VB.vbproj @@ -66,19 +66,19 @@ false - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/My Project/AssemblyInfo.vb b/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/My Project/AssemblyInfo.vb index 53c34a57..fd0f52e2 100644 --- a/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/My Project/AssemblyInfo.vb +++ b/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/NodataFilter.vb b/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/NodataFilter.vb index dda04b6b..0c2189cd 100644 --- a/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/NodataFilter.vb +++ b/Net/Raster/CustomNodataFilter/VBNet/CustomNodataFilter/NodataFilter.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/VBNet/TestApp/My Project/AssemblyInfo.vb b/Net/Raster/CustomNodataFilter/VBNet/TestApp/My Project/AssemblyInfo.vb index 389d4557..16548898 100644 --- a/Net/Raster/CustomNodataFilter/VBNet/TestApp/My Project/AssemblyInfo.vb +++ b/Net/Raster/CustomNodataFilter/VBNet/TestApp/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vb b/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vb index b03739b3..a2682de3 100644 --- a/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vb +++ b/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vbproj b/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vbproj index ac1771ad..ce1827ff 100644 --- a/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vbproj +++ b/Net/Raster/CustomNodataFilter/VBNet/TestApp/TestApp.vbproj @@ -67,20 +67,20 @@ false - + False - + False - + False - + ..\..\..\..\..\..\arcgis\DotNet\ESRI.ArcGIS.System.dll False - + False diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRendererPicker_CSharp.csproj b/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRendererPicker_CSharp.csproj index 35b4c283..9cfde004 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRendererPicker_CSharp.csproj +++ b/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRendererPicker_CSharp.csproj @@ -57,25 +57,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRenderer_CSharp.cs b/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRenderer_CSharp.cs index 55ba413b..187db8d0 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRenderer_CSharp.cs +++ b/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/CustomRasterCatalogRenderer_CSharp.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/Properties/AssemblyInfo.cs index ed35043b..32302991 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomRasterCatalogRendererPicker/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/Readme.html b/Net/Raster/CustomRasterCatalogRendererPicker/Readme.html index 36fa52ce..e589463e 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/Readme.html +++ b/Net/Raster/CustomRasterCatalogRendererPicker/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/Readme.md b/Net/Raster/CustomRasterCatalogRendererPicker/Readme.md index 81348ba4..d82e617b 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/Readme.md +++ b/Net/Raster/CustomRasterCatalogRendererPicker/Readme.md @@ -8,8 +8,8 @@ This sample shows how to customize the default raster catalog renderer. This sa Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRendererPicker_VBNET.vbproj b/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRendererPicker_VBNET.vbproj index f4974fb0..bd50ca0f 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRendererPicker_VBNET.vbproj +++ b/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRendererPicker_VBNET.vbproj @@ -62,25 +62,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRenderer_VBNET.vb b/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRenderer_VBNET.vb index 3daac3c0..ea9d827d 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRenderer_VBNET.vb +++ b/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/CustomRasterCatalogRenderer_VBNET.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/My Project/AssemblyInfo.vb b/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/My Project/AssemblyInfo.vb index 03ee6cdb..cbbcb7a6 100644 --- a/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Raster/CustomRasterCatalogRendererPicker/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/Properties/AssemblyInfo.cs b/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/Properties/AssemblyInfo.cs index 299dbdca..0c1b9fd9 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.cs b/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.cs index 0993c6a9..3bf2d6fb 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.csproj b/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.csproj index 351f23ac..cebe7c74 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.csproj +++ b/Net/Raster/CustomRasterFunction/CSharp/TestWatermarkFunction/TestWatermarkFunction.csproj @@ -57,22 +57,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/Properties/AssemblyInfo.cs b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/Properties/AssemblyInfo.cs index f4b3777c..44bfc209 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.cs b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.cs index 1512bb2b..c1b556d3 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.csproj b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.csproj index 6dab7670..07b46948 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.csproj +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunction/WatermarkFunction.csproj @@ -61,22 +61,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/Properties/AssemblyInfo.cs b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/Properties/AssemblyInfo.cs index 866aa4d9..e98e7960 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUI.csproj b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUI.csproj index b44e4845..d52ffbc4 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUI.csproj +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUI.csproj @@ -61,28 +61,28 @@ false - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIClass.cs b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIClass.cs index 5652ea49..d843ac90 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIClass.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.cs b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.cs index 11199769..bc4da8ca 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.cs b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.cs index ae66f6f1..b722afab 100644 --- a/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.cs +++ b/Net/Raster/CustomRasterFunction/CSharp/WatermarkFunctionUI/WatermarkFunctionUIForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/Readme.html b/Net/Raster/CustomRasterFunction/Readme.html index 9500409b..c7af7c7c 100644 --- a/Net/Raster/CustomRasterFunction/Readme.html +++ b/Net/Raster/CustomRasterFunction/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CustomRasterFunction/Readme.md b/Net/Raster/CustomRasterFunction/Readme.md index 6703226a..1ca8974d 100644 --- a/Net/Raster/CustomRasterFunction/Readme.md +++ b/Net/Raster/CustomRasterFunction/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/My Project/AssemblyInfo.vb b/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/My Project/AssemblyInfo.vb index 726d49ca..050f87e5 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/My Project/AssemblyInfo.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vb b/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vb index 88ce0d6b..76e7a9f4 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vbproj b/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vbproj index b450dbd5..d96e4f6a 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vbproj +++ b/Net/Raster/CustomRasterFunction/VBNet/TestWatermarkFunction/TestWatermarkFunction.vbproj @@ -63,22 +63,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/Properties/AssemblyInfo.vb b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/Properties/AssemblyInfo.vb index e03b195f..56f37acc 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/Properties/AssemblyInfo.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vb b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vb index e236c453..79a009e6 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vbproj b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vbproj index 989b2751..abd2ce0e 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vbproj +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunction/WatermarkFunction.vbproj @@ -66,22 +66,22 @@ - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/Properties/AssemblyInfo.vb b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/Properties/AssemblyInfo.vb index 67bc0de0..26c903a2 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/Properties/AssemblyInfo.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUI.vbproj b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUI.vbproj index a6bc3df7..70fd03c3 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUI.vbproj +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUI.vbproj @@ -66,28 +66,28 @@ - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIClass.vb b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIClass.vb index 2b236abf..cf197db5 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIClass.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.vb b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.vb index 77b910bd..7bb0e050 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.vb b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.vb index d68825c8..fc4cd0bf 100644 --- a/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.vb +++ b/Net/Raster/CustomRasterFunction/VBNet/WatermarkFunctionUI/WatermarkFunctionUIForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/Properties/AssemblyInfo.cs b/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/Properties/AssemblyInfo.cs index d2eb8017..dba93da4 100644 --- a/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.cs b/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.cs index b0a43315..609b09e9 100644 --- a/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.cs +++ b/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.csproj b/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.csproj index c15109f9..ee9eeb76 100644 --- a/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.csproj +++ b/Net/Raster/CustomRasterType/CSharp/TestThumbnailBuilder/TestThumbnailBuilder.csproj @@ -57,25 +57,25 @@ false - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/Properties/AssemblyInfo.cs b/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/Properties/AssemblyInfo.cs index 5bf606a6..5010c8ed 100644 --- a/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/Properties/AssemblyInfo.cs +++ b/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.cs b/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.cs index 42a6fe51..59b3636b 100644 --- a/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.cs +++ b/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.csproj b/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.csproj index f02a6c79..cfb4c850 100644 --- a/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.csproj +++ b/Net/Raster/CustomRasterType/CSharp/ThumbnailBuilder/ThumbnailBuilder.csproj @@ -63,22 +63,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterType/Readme.html b/Net/Raster/CustomRasterType/Readme.html index c42c07aa..d9687f3d 100644 --- a/Net/Raster/CustomRasterType/Readme.html +++ b/Net/Raster/CustomRasterType/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/CustomRasterType/Readme.md b/Net/Raster/CustomRasterType/Readme.md index d4c63b0c..68f155df 100644 --- a/Net/Raster/CustomRasterType/Readme.md +++ b/Net/Raster/CustomRasterType/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/Properties/AssemblyInfo.vb b/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/Properties/AssemblyInfo.vb index 4159135d..f6603650 100644 --- a/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/Properties/AssemblyInfo.vb +++ b/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vb b/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vb index 7a17af43..8d98fd89 100644 --- a/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vb +++ b/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vbproj b/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vbproj index fdc4bf05..b8a0541c 100644 --- a/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vbproj +++ b/Net/Raster/CustomRasterType/VBNet/TestThumbnailBuilder/TestThumbnailBuilder.vbproj @@ -98,25 +98,25 @@ - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/Properties/AssemblyInfo.vb b/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/Properties/AssemblyInfo.vb index 2a28cc99..a8439756 100644 --- a/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/Properties/AssemblyInfo.vb +++ b/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vb b/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vb index e5f2d2f8..401613bc 100644 --- a/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vb +++ b/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vbproj b/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vbproj index cd80ab31..346cebae 100644 --- a/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vbproj +++ b/Net/Raster/CustomRasterType/VBNet/ThumbnailBuilder/ThumbnailBuilder.vbproj @@ -68,22 +68,22 @@ - + False - + False - + False - + False - + False - + False diff --git a/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.cs b/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.cs index 0613daaa..d7a24fee 100644 --- a/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.cs +++ b/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.csproj b/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.csproj index ed4ffa39..8a9adf3c 100644 --- a/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.csproj +++ b/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/DMCIIRasterType.csproj @@ -35,26 +35,26 @@ false - + False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/Properties/AssemblyInfo.cs b/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/Properties/AssemblyInfo.cs index f0e8592d..afd8cc41 100644 --- a/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/Properties/AssemblyInfo.cs +++ b/Net/Raster/DMCIIRasterType/CSharp/DMCIIRasterType/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/Properties/AssemblyInfo.cs b/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/Properties/AssemblyInfo.cs index 75d64f97..95a0a309 100644 --- a/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/Properties/AssemblyInfo.cs +++ b/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.cs b/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.cs index 3f1ba36e..9d81b520 100644 --- a/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.cs +++ b/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.csproj b/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.csproj index 6e54d5d0..64a274ed 100644 --- a/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.csproj +++ b/Net/Raster/DMCIIRasterType/CSharp/TestDMCIIRasterType/TestDMCIIRasterType.csproj @@ -36,27 +36,27 @@ false - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Raster/DMCIIRasterType/Readme.html b/Net/Raster/DMCIIRasterType/Readme.html index 27ffa81b..8bb65f75 100644 --- a/Net/Raster/DMCIIRasterType/Readme.html +++ b/Net/Raster/DMCIIRasterType/Readme.html @@ -34,8 +34,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -44,7 +44,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/DMCIIRasterType/Readme.md b/Net/Raster/DMCIIRasterType/Readme.md index 9d5952af..7335101a 100644 --- a/Net/Raster/DMCIIRasterType/Readme.md +++ b/Net/Raster/DMCIIRasterType/Readme.md @@ -16,8 +16,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vb b/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vb index dacc45d4..b4205649 100644 --- a/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vb +++ b/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vbproj b/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vbproj index bd9e2cab..d1ae7cbf 100644 --- a/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vbproj +++ b/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/DMCIIRasterType.vbproj @@ -39,26 +39,26 @@ - + False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/Properties/AssemblyInfo.vb b/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/Properties/AssemblyInfo.vb index f216fa2c..a76ca500 100644 --- a/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/Properties/AssemblyInfo.vb +++ b/Net/Raster/DMCIIRasterType/VBNet/DMCIIRasterType/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/Properties/AssemblyInfo.vb b/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/Properties/AssemblyInfo.vb index c453b271..ea3cc935 100644 --- a/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/Properties/AssemblyInfo.vb +++ b/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vb b/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vb index 7657d1a8..50bdb722 100644 --- a/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vb +++ b/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vbproj b/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vbproj index 9d948ff6..e32efb89 100644 --- a/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vbproj +++ b/Net/Raster/DMCIIRasterType/VBNet/TestDMCIIRasterType/TestDMCIIRasterType.vbproj @@ -40,27 +40,27 @@ - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.cs b/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.cs index ec7ceb63..8c180f6e 100644 --- a/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.cs +++ b/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.csproj b/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.csproj index 5d55cd9b..27c7d7c6 100644 --- a/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.csproj +++ b/Net/Raster/GetSetKeyProperty/CSharp/GetSetKeyProperty.csproj @@ -36,27 +36,27 @@ false - + False True - + False True - + False True - + False True - + False True - + False diff --git a/Net/Raster/GetSetKeyProperty/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/GetSetKeyProperty/CSharp/Properties/AssemblyInfo.cs index f66626d5..c39144b9 100644 --- a/Net/Raster/GetSetKeyProperty/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/GetSetKeyProperty/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/GetSetKeyProperty/Readme.html b/Net/Raster/GetSetKeyProperty/Readme.html index c83d3967..7b43ac0e 100644 --- a/Net/Raster/GetSetKeyProperty/Readme.html +++ b/Net/Raster/GetSetKeyProperty/Readme.html @@ -36,8 +36,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -46,7 +46,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/GetSetKeyProperty/Readme.md b/Net/Raster/GetSetKeyProperty/Readme.md index 96bb2224..9f5e6127 100644 --- a/Net/Raster/GetSetKeyProperty/Readme.md +++ b/Net/Raster/GetSetKeyProperty/Readme.md @@ -18,8 +18,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vb b/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vb index 13fdb6d5..151c682b 100644 --- a/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vb +++ b/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vbproj b/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vbproj index c8000b35..4e5f1a7e 100644 --- a/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vbproj +++ b/Net/Raster/GetSetKeyProperty/VBNet/GetSetKeyProperty.vbproj @@ -40,27 +40,27 @@ - + False True - + False True - + False True - + False True - + False True - + False diff --git a/Net/Raster/GetSetKeyProperty/VBNet/Properties/AssemblyInfo.vb b/Net/Raster/GetSetKeyProperty/VBNet/Properties/AssemblyInfo.vb index c2e0e6d9..fc2a951f 100644 --- a/Net/Raster/GetSetKeyProperty/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Raster/GetSetKeyProperty/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/ImageServiceConfigConsole/CSharp/ISConfig.cs b/Net/Raster/ImageServiceConfigConsole/CSharp/ISConfig.cs index 0fc47fdc..437cc967 100644 --- a/Net/Raster/ImageServiceConfigConsole/CSharp/ISConfig.cs +++ b/Net/Raster/ImageServiceConfigConsole/CSharp/ISConfig.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,1254 +32,1268 @@ limitations under the License. using System.Runtime.InteropServices; using System.Web; namespace ISConfig -{ +{ + /// + /// 1. Description: + /// This sample demonstrate how to create an image service and set configurations based on data source types (raster dataset, mosaic dataset, raster layer); it also have additional features to start,stop,delete image service programmatically. + /// The user running this utility needs access to data source. + /// The application can be run locally on AGSServer machine or remotely. + /// Source data must be accessible by the account that runs ArcGIS Server. Data is not copied to ArcGIS Server through this tool. + /// CachingScheme/Metadata/thumbnail/iteminfo can't be defined through this tool. + /// CachingScheme can be done through Caching geoprocessing tools. REST Metadata/thumbnail/iteminfo are not available through this app but can be developed using a similar approach to server admin endpoint + /// The sample uses Raster API to populate dataset properties (used to construct service configuration), and can eitehr directly invoke rest Admin API to create service; or using AGSClient to create service. + /// 2. Case sensitivity: + /// (1) switches are case sensitive. + /// (2) when publish a service, the service name is case sensitive + /// 3. Usage: + /// Run from command line environment. Usage. <>: required parameter; |: pick one. + /// isconfig -o publish -h -d -n + /// isconfig -o -h -n + /// isconfig -o -h + /// Example 1: isconfig -o publish -h "http://host:6080/arcgis/admin" -u "adminuser" -p "adminpassword" -d \\myserver\data\test.gdb\mdtest -n mdtest + /// Example 2: isconfig -o stop -h myservername -u "adminuser" -p "adminpassword" -n mdtest + /// Example 3: isconfig -o list -h myservername -u "adminuser" -p "adminpassword" + /// + class ISConfig + { + #region static variables + private static string sourcePath = ""; //data source path: a raster dataset, a mosaic dataset + private static string restAdmin = ""; //host admin url e.g. http://host:6080/arcgis/admin + private static string serviceName = ""; //image service name + private static IRasterDataset rasterDataset = null; + private static IServerObjectAdmin soAdmin = null; + private static string username = ""; //user name for publisher/admin + private static string password = ""; //password for publisher/admin + #endregion + + [STAThread] + public static void Main(string[] args) + { + try + { + //args = new string[] { "-o", "publish", "-h", "http://server:6080/arcgis/admin", "-u", "adminuser", "-p", "adminuser", "-d", @"\\server\test\rgb.tif", "-n", "mdtest12356" }; + //args = new string[] { "-o", "list", "-h", "http://server:6080/arcgis/admin", "-u", "adminuser", "-p", "adminuser" };//@"\\server\Images.gdb\mdtest" + //validation + if (!ValidateParams(args)) + return; + //license + if (!InitLicense()) + return; + // added with 10.7: ignore certificate errors + ServicePointManager.ServerCertificateValidationCallback += + (sender, cert, chain, sslPolicyErrors) => true; + + //retrieve parameters + Retrieve_Params(args); + string operation = args[1]; + switch (operation.ToLower()) + { + case "publish": + //CreateISConfig(); + CreateISConfig_RESTAdmin(); + break; + case "delete": + //DeleteService(); + DeleteService_RESTAdmin(); + break; + case "start": + //StartService(); + StartService_RESTAdmin(); + break; + case "stop": + //StopService(); + StopService_RESTAdmin(); + break; + case "pause": + PauseService(); + break; + case "list": + //ListServices(); + ListServices_RESTAdmin(); + break; + } + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + + + #region management operations /// - /// 1. Description: - /// This sample demonstrate how to create an image service and set configurations based on data source types (raster dataset, mosaic dataset, raster layer); it also have additional features to start,stop,delete image service programmatically. - /// The user running this utility needs access to data source. - /// The application can be run locally on AGSServer machine or remotely. - /// Source data must be accessible by the account that runs ArcGIS Server. Data is not copied to ArcGIS Server through this tool. - /// CachingScheme/Metadata/thumbnail/iteminfo can't be defined through this tool. - /// CachingScheme can be done through Caching geoprocessing tools. REST Metadata/thumbnail/iteminfo are not available through this app but can be developed using a similar approach to server admin endpoint - /// The sample uses Raster API to populate dataset properties (used to construct service configuration), and can eitehr directly invoke rest Admin API to create service; or using AGSClient to create service. - /// 2. Case sensitivity: - /// (1) switches are case sensitive. - /// (2) when publish a service, the service name is case sensitive - /// 3. Usage: - /// Run from command line environment. Usage. <>: required parameter; |: pick one. - /// isconfig -o publish -h -d -n - /// isconfig -o -h -n - /// isconfig -o -h - /// Example 1: isconfig -o publish -h "http://host:6080/arcgis/admin" -u "adminuser" -p "adminpassword" -d \\myserver\data\test.gdb\mdtest -n mdtest - /// Example 2: isconfig -o stop -h myservername -u "adminuser" -p "adminpassword" -n mdtest - /// Example 3: isconfig -o list -h myservername -u "adminuser" -p "adminpassword" + /// create image service configuration /// - class ISConfig - { - #region static variables - private static string sourcePath = ""; //data source path: a raster dataset, a mosaic dataset - private static string restAdmin = ""; //host admin url e.g. http://host:6080/arcgis/admin - private static string serviceName = ""; //image service name - private static IRasterDataset rasterDataset = null; - private static IServerObjectAdmin soAdmin = null; - private static string username = ""; //user name for publisher/admin - private static string password = ""; //password for publisher/admin - #endregion - - [STAThread] - public static void Main(string[] args) - { - try - { - //args = new string[] { "-o", "publish", "-h", "http://server:6080/arcgis/admin", "-u", "adminuser", "-p", "adminuser", "-d", @"\\server\test\rgb.tif", "-n", "mdtest12356" }; - //args = new string[] { "-o", "list", "-h", "http://server:6080/arcgis/admin", "-u", "adminuser", "-p", "adminuser" };//@"\\server\Images.gdb\mdtest" - //validation - if (!ValidateParams(args)) - return; - //license - if (!InitLicense()) - return; - - //retrieve parameters - Retrieve_Params(args); - string operation = args[1]; - switch (operation.ToLower()) - { - case "publish": - //CreateISConfig(); - CreateISConfig_RESTAdmin(); - break; - case "delete": - //DeleteService(); - DeleteService_RESTAdmin(); - break; - case "start": - //StartService(); - StartService_RESTAdmin(); - break; - case "stop": - //StopService(); - StopService_RESTAdmin(); - break; - case "pause": - PauseService(); - break; - case "list": - //ListServices(); - ListServices_RESTAdmin(); - break; - } - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - - - #region management operations - /// - /// create image service configuration - /// - private static void CreateISConfig() - { - try - { - if (!ConnectAGS(restAdmin)) return; - - //get source type - esriImageServiceSourceType sourceType = GetSourceType(sourcePath); - - //connect to ArcGIS Server and create configuration - IServerObjectConfiguration5 soConfig = (IServerObjectConfiguration5)soAdmin.CreateConfiguration(); - - //set general service parameters - soConfig.Name = serviceName; - soConfig.TypeName = "ImageServer"; - soConfig.TargetCluster = "default"; - - soConfig.StartupType = esriStartupType.esriSTAutomatic; - soConfig.IsPooled = true; - soConfig.IsolationLevel = esriServerIsolationLevel.esriServerIsolationHigh; - soConfig.MinInstances = 1; - soConfig.MaxInstances = 2; - - //customize recycle properties - IPropertySet propertySet_Recycle = soConfig.RecycleProperties; - propertySet_Recycle.SetProperty("Interval", "24"); - - - //path to the data - IPropertySet propertySet = soConfig.Properties; - IWorkspace workspace = ((IDataset)rasterDataset).Workspace; - if (workspace.WorkspaceFactory.WorkspaceType == esriWorkspaceType.esriRemoteDatabaseWorkspace) - { - IWorkspaceName2 wsName2 = ((IDataset)workspace).FullName as IWorkspaceName2; - string connString = wsName2.ConnectionString; - propertySet.SetProperty("ConnectionString", connString); - propertySet.SetProperty("Raster", ((IDataset)rasterDataset).Name); - } - else - propertySet.SetProperty("Path", sourcePath); - propertySet.SetProperty("EsriImageServiceSourceType", sourceType.ToString()); - - //MIME+URL (virtual directory) - propertySet.SetProperty("SupportedImageReturnTypes", "MIME+URL"); - IEnumServerDirectory dirs = soAdmin.GetServerDirectories(); - dirs.Reset(); - IServerDirectory serverDir = dirs.Next(); - while (serverDir != null) - { - if (((IServerDirectory2)serverDir).Type == esriServerDirectoryType.esriSDTypeOutput) - { - propertySet.SetProperty("OutputDir", serverDir.Path); - propertySet.SetProperty("VirtualOutputDir", serverDir.URL); - break; - } - serverDir = dirs.Next(); - } - - //copy right - propertySet.SetProperty("CopyRight", ""); - - //properties for a mosaic dataset; - if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) - { - IFunctionRasterDataset functionRasterDataset = (IFunctionRasterDataset)rasterDataset; - IPropertySet propDefaults = functionRasterDataset.Properties; - - object names, values; - propDefaults.GetAllProperties(out names, out values); - List propNames = new List(); - propNames.AddRange((string[])names); - if (propNames.Contains("MaxImageHeight")) - propertySet.SetProperty("MaxImageHeight", propDefaults.GetProperty("MaxImageHeight"));//4100 - if (propNames.Contains("MaxImageWidth")) - propertySet.SetProperty("MaxImageWidth", propDefaults.GetProperty("MaxImageWidth"));//15000 - if (propNames.Contains("AllowedCompressions")) - propertySet.SetProperty("AllowedCompressions", propDefaults.GetProperty("AllowedCompressions"));//"None,JPEG,LZ77,LERC" - if (propNames.Contains("DefaultResamplingMethod")) - propertySet.SetProperty("DefaultResamplingMethod", propDefaults.GetProperty("DefaultResamplingMethod"));//0 - if (propNames.Contains("DefaultCompressionQuality")) - propertySet.SetProperty("DefaultCompressionQuality", propDefaults.GetProperty("DefaultCompressionQuality"));//75 - if (propNames.Contains("MaxRecordCount")) - propertySet.SetProperty("MaxRecordCount", propDefaults.GetProperty("MaxRecordCount"));//500 - if (propNames.Contains("MaxMosaicImageCount")) - propertySet.SetProperty("MaxMosaicImageCount", propDefaults.GetProperty("MaxMosaicImageCount"));//20 - if (propNames.Contains("MaxDownloadSizeLimit")) - propertySet.SetProperty("MaxDownloadSizeLimit", propDefaults.GetProperty("MaxDownloadSizeLimit"));//20 - if (propNames.Contains("MaxDownloadImageCount")) - propertySet.SetProperty("MaxDownloadImageCount", propDefaults.GetProperty("MaxDownloadImageCount"));//20 - if (propNames.Contains("AllowedFields")) - propertySet.SetProperty("AllowedFields", propDefaults.GetProperty("AllowedFields"));//"Name,MinPS,MaxPS,LowPS,HighPS,CenterX,CenterY" - if (propNames.Contains("AllowedMosaicMethods")) - propertySet.SetProperty("AllowedMosaicMethods", propDefaults.GetProperty("AllowedMosaicMethods"));//"Center,NorthWest,LockRaster,ByAttribute,Nadir,Viewpoint,Seamline" - if (propNames.Contains("AllowedItemMetadata")) - propertySet.SetProperty("AllowedItemMetadata", propDefaults.GetProperty("AllowedItemMetadata"));//"Full" - if (propNames.Contains("AllowedMensurationCapabilities")) - propertySet.SetProperty("AllowedMensurationCapabilities", propDefaults.GetProperty("AllowedMensurationCapabilities"));//"Full" - if (propNames.Contains("DefaultCompressionTolerance")) - propertySet.SetProperty("DefaultCompressionTolerance", propDefaults.GetProperty("DefaultCompressionTolerance"));//"0.01" LERC compression - //propertySet.SetProperty("RasterFunctions", @"\\server\dir\rft1.rft.xml,\\server\dir\rft2.rft.xml");//"put raster function templates here, the first one is applied to exportimage request by default" - //propertySet.SetProperty("RasterTypes", @"Raster Dataset,\\server\dir\art1.art.xml,\\server\dir\art2.art");//"put raster types here" - //propertySet.SetProperty("DynamicImageWorkspace", @"\\server\dynamicImageDir"); //put the workspace that holds uploaded imagery here - //propertySet.SetProperty("supportsOwnershipBasedAccessControl", true); //ownership based access control - //propertySet.SetProperty("AllowOthersToUpdate", true); //allow others to update a catalog item - //propertySet.SetProperty("AllowOthersToDelete", true); //allow others to delete a catalog item - //propertySet.SetProperty("DownloadDir", ""); //put the download directory here - //propertySet.SetProperty("VirutalDownloadDir", ""); //put the virtual download directory here - } - else - { - propertySet.SetProperty("MaxImageHeight", 4100); - propertySet.SetProperty("MaxImageWidth", 15000); - propertySet.SetProperty("AllowedCompressions", "None,JPEG,LZ77"); - propertySet.SetProperty("DefaultResamplingMethod", 0); - propertySet.SetProperty("DefaultCompressionQuality", 75);//for jpg compression - propertySet.SetProperty("DefaultCompressionTolerance", 0.01);//for LERC compression - // rasterDataset = OpenRasterDataset(sourcePath); - IMensuration measure = new MensurationClass(); - measure.Raster = ((IRasterDataset2)rasterDataset).CreateFullRaster(); - string mensurationCaps = ""; - if (measure.CanMeasure) - mensurationCaps = "Basic"; - if (measure.CanMeasureHeightBaseToTop) - mensurationCaps += ",Base-Top Height"; - if (measure.CanMeasureHeightBaseToTopShadow) - mensurationCaps += ",Base-Top Shadow Height"; - if (measure.CanMeasureHeightTopToTopShadow) - mensurationCaps += ",Top-Top Shadow Height"; - propertySet.SetProperty("AllowedMensurationCapabilities", mensurationCaps); //set mensuration here - } - - //not cached - propertySet.SetProperty("IsCached", false); - propertySet.SetProperty("IgnoreCache", true); - propertySet.SetProperty("UseLocalCacheDir", false); - propertySet.SetProperty("ClientCachingAllowed", false); - - //propertySet.SetProperty("DEM", ""); //put the elevation raster dataset or service for 3D mensuration, may need to add 3D to AllowedMensurationCapabilities - - //convert colormap to RGB or not - propertySet.SetProperty("ColormapToRGB", false); - - //whether to return jpgs for all jpgpng request or not - propertySet.SetProperty("ReturnJPGPNGAsJPG", false); - - //allow server to process client defined function - propertySet.SetProperty("AllowFunction", true); //allow raster function - - - //capabilities - if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) - soConfig.Info.SetProperty("Capabilities", "Image,Catalog,Metadata,Mensuration"); - //Full set: Image,Catalog,Metadata,Download,Pixels,Edit,Mensuration - else - soConfig.Info.SetProperty("Capabilities", "Image,Metadata,Mensuration"); - - //enable wcs, assume data has spatial reference - soConfig.set_ExtensionEnabled("WCSServer", true); - IPropertySet wcsInfo = new PropertySetClass(); - wcsInfo.SetProperty("WebEnabled", "true"); - soConfig.set_ExtensionInfo("WCSServer", wcsInfo); - IPropertySet propertySetWCS = new PropertySetClass(); - propertySetWCS.SetProperty("CustomGetCapabilities", false); - propertySetWCS.SetProperty("PathToCustomGetCapabilitiesFiles", ""); - soConfig.set_ExtensionProperties("WCSServer", propertySetWCS); - - //enable wms - soConfig.set_ExtensionEnabled("WMSServer", true); - IPropertySet wmsInfo = new PropertySetClass(); - wmsInfo.SetProperty("WebEnabled", "true"); - soConfig.set_ExtensionInfo("WMSServer", wmsInfo); - IPropertySet propertySetWMS = new PropertySetClass(); - propertySetWMS.SetProperty("name", "WMS"); //set other properties here - soConfig.set_ExtensionProperties("WMSServer", propertySetWMS); - - - //add configuration and start - soAdmin.AddConfiguration(soConfig); - soAdmin.StartConfiguration(serviceName, "ImageServer"); - - if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStarted) - Console.WriteLine("{0} on {1} has been configured and started.", serviceName, restAdmin); - else - Console.WriteLine("{0} on {1} was configured but can not be started, please investigate.", serviceName, restAdmin); - - if (rasterDataset != null) - System.Runtime.InteropServices.Marshal.ReleaseComObject(rasterDataset); - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - - /// - /// delete a service - /// - private static void DeleteService() - { - try - { - if (!ConnectAGS(restAdmin)) return; - if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; - soAdmin.DeleteConfiguration(serviceName, "ImageServer"); - Console.WriteLine("{0} on {1} was deleted successfully.", serviceName, restAdmin); - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - - /// - /// start a service - /// - private static void StartService() - { - try - { - if (!ConnectAGS(restAdmin)) return; - if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; - soAdmin.StartConfiguration(serviceName, "ImageServer"); - if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStarted) - Console.WriteLine("{0} on {1} was started successfully.", serviceName, restAdmin); - else - Console.WriteLine("{0} on {1} couldn't be started, please investigate.", serviceName, restAdmin); - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - - /// - /// stop a service - /// - private static void StopService() - { - try - { - if (!ConnectAGS(restAdmin)) return; - if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; - soAdmin.StopConfiguration(serviceName, "ImageServer"); - if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStopped) - Console.WriteLine("{0} on {1} was stopped successfully.", serviceName, restAdmin); - else - Console.WriteLine("{0} on {1} couldn't be stopped, please investigate.", serviceName, restAdmin); - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - - /// - /// pause a service - /// - private static void PauseService() - { - try - { - if (!ConnectAGS(restAdmin)) return; - if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; - if ((soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStopped)) - { - Console.WriteLine("{0} on {1} is currently stopped --- not paused.", serviceName, restAdmin); - return; - } - soAdmin.PauseConfiguration(serviceName, "ImageServer"); - if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSPaused) - Console.WriteLine("{0} on {1} was paused successfully.", serviceName, restAdmin); - else - Console.WriteLine("{0} on {1} couldn't be paused, please investigate.", serviceName, restAdmin); - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - - /// - /// List services - /// - private static void ListServices() - { - try - { - if (!ConnectAGS(restAdmin)) return; - IEnumServerObjectConfiguration enumConfigs = soAdmin.GetConfigurations(); - enumConfigs.Reset(); - IServerObjectConfiguration soConfig = enumConfigs.Next(); - Console.WriteLine("ArcGIS Server {0} has the following image services:", restAdmin); - while (soConfig != null) - { - if (soConfig.TypeName == "ImageServer") - Console.WriteLine("{0}", soConfig.Name); - soConfig = enumConfigs.Next(); - } - } - catch (Exception exc) - { - Console.WriteLine("Error: {0}", exc.Message); - } - } - #endregion - - - #region validation etc. - /// - /// connect to ags server - /// - /// host - /// true if connected - private static bool ConnectAGS(string host) - { - try - { - IPropertySet propertySet = new PropertySetClass(); - propertySet.SetProperty("url", host); - propertySet.SetProperty("ConnectionMode", esriAGSConnectionMode.esriAGSConnectionModePublisher); - propertySet.SetProperty("ServerType", esriAGSServerType.esriAGSServerTypeDiscovery); - propertySet.SetProperty("user", username); - propertySet.SetProperty("password", password); - propertySet.SetProperty("ALLOWINSECURETOKENURL", true); - - IAGSServerConnectionName3 connectName = new AGSServerConnectionNameClass() as IAGSServerConnectionName3; - connectName.ConnectionProperties = propertySet; - - IAGSServerConnectionAdmin agsAdmin = ((IName)connectName).Open() as IAGSServerConnectionAdmin; - soAdmin = agsAdmin.ServerObjectAdmin; - return true; - } - catch (Exception exc) - { - Console.WriteLine("Error: Couldn't connect to AGSServer: {0}. Message: {1}", host, exc.Message); - return false; - } - } - - /// - /// Validate ServiceName - /// - /// Convert the config name to the correct case and returns true; if not exist in any cases, returns false - private static bool ValidateServiceName(IServerObjectAdmin soAdmin, ref string serviceName, string host) - { - IEnumServerObjectConfiguration enumConfigs = soAdmin.GetConfigurations(); - enumConfigs.Reset(); - IServerObjectConfiguration soConfig = enumConfigs.Next(); - while (soConfig != null) - { - if (soConfig.Name.ToUpper() == serviceName.ToUpper()) - { - serviceName = soConfig.Name; - return true; - } - soConfig = enumConfigs.Next(); - } - Console.WriteLine("Configuration {0} on {1} can not be found.", serviceName, host); - return false; - } - - /// - /// Validate input parameters - /// - /// args - /// validation result - private static bool ValidateParams(string[] args) - { - //at least two params - if (args.Length == 0) - { - ShowUsage(); - Console.WriteLine("press any key to continue ..."); - Console.ReadKey(); - return false; - } - else if (args.Length < 2) // at least -o action - { - ShowUsage(); - return false; - } - - // must start with -o - string[] operations = new string[] { "publish", "delete", "start", "stop", "pause", "list" }; - if ((!args[0].StartsWith("-o")) || (!strInArray(args[1].ToLower(), operations))) - { - Console.WriteLine("Incorrect operation"); - ShowUsage(); - return false; - } - - // for stop/start/pause/list, must contains "-n" and argument length is 4 - if ((args[1].ToLower() == "stop") || (args[1].ToLower() == "start") || (args[1].ToLower() == "pause") || (args[1].ToLower() == "delete")) - { - if (!strInArray("-h", args)) - { - Console.WriteLine("Missing host server -h"); - return false; - } - if (!strInArray("-n", args)) - { - Console.WriteLine("Missing service name switch -n"); - return false; - } - if (!strInArray("-u", args)) - { - Console.WriteLine("Missing admin/publisher username switch -u"); - return false; - } - if (!strInArray("-p", args)) - { - Console.WriteLine("Missing admin/publisher name switch -p"); - return false; - } - //if (args.Length > 8) - //{ - // Console.WriteLine("Too many arguments"); - // return false; - //} - } - // for publish, must contains "-d" "-n" and argument length is 6 - if (args[1].ToLower() == "publish") - { - if (!strInArray("-d", args)) - { - Console.WriteLine("Missing data source switch -d"); - return false; - } - if (!strInArray("-n", args)) - { - Console.WriteLine("Missing service name switch -n"); - return false; - } - if (!strInArray("-u", args)) - { - Console.WriteLine("Missing admin/publisher username switch -u"); - return false; - } - if (!strInArray("-p", args)) - { - Console.WriteLine("Missing admin/publisher name switch -p"); - return false; - } - //if (args.Length > 12) - //{ - // Console.WriteLine("Too many arguments"); - // return false; - //} - } - // validate each parameter: host, sourcepath, configname - string[] parameters = new string[] { "-h", "-d", "-n", "-u", "-p" }; - for (int i = 2; i < args.Length; i++) - { - switch (args[i]) - { - case "-h": - if (i == args.Length - 1) - { - Console.WriteLine("Missing host parameter, switch -h"); - return false; - } - else if (strInArray(args[i + 1], parameters)) - { - Console.WriteLine("Missing host parameter, switch -h"); - return false; - } - ++i; - break; - case "-d": - if (i == args.Length - 1) - { - Console.WriteLine("Missing data source parameter, switch -d"); - return false; - } - else if (strInArray(args[i + 1], parameters)) - { - Console.WriteLine("Missing data source parameter, switch -d"); - return false; - } - ++i; - break; - case "-n": - if (i == args.Length - 1) - { - Console.WriteLine("Missing service name parameter, switch -n"); - return false; - } - else if (strInArray(args[i + 1], parameters)) - { - Console.WriteLine("Missing service name parameter, switch -n"); - return false; - } - ++i; - break; - case "-u": - if (i == args.Length - 1) - { - Console.WriteLine("Missing admin/publisher username parameter, switch -u"); - return false; - } - else if (strInArray(args[i + 1], parameters)) - { - Console.WriteLine("Missing admin/publisher username parameter, switch -u"); - return false; - } - ++i; - break; - case "-p": - if (i == args.Length - 1) - { - Console.WriteLine("Missing admin/publisher password parameter, switch -p"); - return false; - } - else if (strInArray(args[i + 1], parameters)) - { - Console.WriteLine("Missing admin/publisher password parameter, switch -p"); - return false; - } - ++i; - break; - default: - Console.WriteLine("Incorrect parameter switch: {0} is not a recognized.", args[i]); - return false; - } - } - return true; - } - - /// - /// string in array - /// - /// - /// - /// - private static bool strInArray(string name, string[] nameArray) - { - for (int i = 0; i < nameArray.Length; i++) - { - if (nameArray[i] == name) - return true; - } - return false; - } - - /// - /// initialize license - /// - /// status - private static bool InitLicense() - { - RuntimeManager.Bind(ProductCode.Desktop); - IAoInitialize aoInit = new AoInitializeClass(); - esriLicenseStatus status = aoInit.Initialize(esriLicenseProductCode.esriLicenseProductCodeBasic); - if (status != esriLicenseStatus.esriLicenseCheckedOut) - { - Console.WriteLine("License initialization error"); - return false; - } - else - return true; - } - #endregion - - - #region helper methods - /// - /// Retrieve parameters - /// - /// args - private static void Retrieve_Params(string[] args) - { - for (int i = 2; i < args.Length; i++) - { - switch (args[i]) - { - case "-h": - restAdmin = args[++i]; - break; - case "-d": - sourcePath = args[++i]; - break; - case "-n": - serviceName = args[++i]; - break; - case "-u": - username = args[++i]; - break; - case "-p": - password = args[++i]; - break; - } - } - } - - /// - /// Get Source Type - /// - /// path of the data source - /// data source type - private static esriImageServiceSourceType GetSourceType(string sourcePath) - { - if (sourcePath.ToLower().EndsWith(".lyr")) - return esriImageServiceSourceType.esriImageServiceSourceTypeLayer; - else - { - FileInfo fileInfo = new FileInfo(sourcePath); - OpenRasterDataset(fileInfo.DirectoryName, fileInfo.Name); - if (rasterDataset is IMosaicDataset) - return esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset; - else - return esriImageServiceSourceType.esriImageServiceSourceTypeDataset; - } - } - - /// - /// Open Raster Dataset - /// - /// path of the dataset - /// name of the dataset - private static void OpenRasterDataset(String path, String rasterDSName) - { - //this is why the utility user needs access to data source. image service configurations varies among data sources. - IWorkspaceFactory workspaceFactory = null; - IWorkspace workspace = null; - IRasterWorkspaceEx rasterWorkspaceEx = null; - Type factoryType = null; - try - { - switch (path.Substring(path.Length - 4, 4).ToLower()) // a path can never be shorter than 4 characters, isn't it? c:\a - { - case ".gdb": - factoryType = Type.GetTypeFromProgID("esriDataSourcesGDB.FileGDBWorkspaceFactory"); - workspaceFactory = Activator.CreateInstance(factoryType) as IWorkspaceFactory; - workspace = workspaceFactory.OpenFromFile(path, 1); - rasterWorkspaceEx = (IRasterWorkspaceEx)workspace; - rasterDataset = rasterWorkspaceEx.OpenRasterDataset(rasterDSName); - break; - case ".sde": - factoryType = Type.GetTypeFromProgID("esriDataSourcesGDB.SdeWorkspaceFactory"); - workspaceFactory = Activator.CreateInstance(factoryType) as IWorkspaceFactory; - workspace = workspaceFactory.OpenFromFile(path, 1); - rasterWorkspaceEx = (IRasterWorkspaceEx)workspace; - rasterDataset = rasterWorkspaceEx.OpenRasterDataset(rasterDSName); - break; - default: - factoryType = Type.GetTypeFromProgID("esriDataSourcesRaster.RasterWorkspaceFactory"); - workspaceFactory = Activator.CreateInstance(factoryType) as IWorkspaceFactory; - workspace = workspaceFactory.OpenFromFile(path, 1); - IRasterWorkspace rasterWorkspace = (IRasterWorkspace)workspace; - rasterDataset = rasterWorkspace.OpenRasterDataset(rasterDSName); - break; - } - } - catch (Exception) - { - throw new ArgumentException("Failed to open source data"); - } - } - - /// - /// Show usage - /// - private static void ShowUsage() - { - Console.WriteLine(); - Console.WriteLine("ArcObject Sample: command line image service publishing and configuration utility (10.2 ArcGIS Server). Data is not copied to server using this tool. source data must be accessible by ArcGIS Server running account. CachingScheme can't be defined through this tool but can be done through Caching geoprocessing tools. REST Metadata/thumbnail/iteminfo resource are not available through this app but can be developed using a similar approach to server admin endpoint."); - Console.WriteLine(); - Console.WriteLine("Usage. <>: required parameter; |: pick one."); - Console.WriteLine("isconfig -o publish -h -u -p -d -n "); - Console.WriteLine("isconfig -o -h -u -p -n "); - Console.WriteLine("isconfig -o -h -u -p "); - Console.WriteLine("e.g. isconfig -o list -h http://myserver:6080/arcgis/admin -u username -p password"); - } - #endregion - - #region REST Admin based http requests - /// - /// Generate a token - /// - /// REST admin url: http://server:port/arcigs/admin - /// A token that has default expiration time - public static string GenerateAGSToken_RESTAdmin() - { - try - { - string loginUrl = restAdmin + "/generateToken"; - WebRequest request = WebRequest.Create(loginUrl); - request.Method = "POST"; - string credential = "username=" + username + "&password=" + password + "&client=requestip&expiration=&f=json"; - byte[] content = Encoding.UTF8.GetBytes(credential); - request.ContentLength = content.Length; - request.ContentType = "application/x-www-form-urlencoded"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - int index1 = result.IndexOf("token\":\"") + "token\":\"".Length; - int index2 = result.IndexOf("\"", index1); - //Dictionary dictResult = DeserializeJSON(result, true); - string token = result.Substring(index1, index2 - index1); - return token; - } - catch { return ""; } - } - - /// - /// Create arcgis server folder - /// - /// REST admin url, e.g. http://server:port/arcgis/admin - /// Folder name - /// Description of the folder - /// True if successfully created - private static bool CreateServerFolder_RESTAdmin(string folderName, string description) - { - try - { - string token = GenerateAGSToken_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string folderUrl = restAdmin + "/services/" + folderName + "?f=json&token=" + token; - WebRequest request = WebRequest.Create(folderUrl); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - if (!result.Contains("error")) - return true; - else - { - string createFolderUrl = restAdmin + "/services/createFolder"; - request = WebRequest.Create(createFolderUrl); - string postcontent = string.Format("folderName={0}&description={1}&f=pjson&token={2}", folderName, description, token); - Byte[] content = Encoding.UTF8.GetBytes(postcontent); - request.ContentLength = content.Length; - //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; - request.ContentType = "application/x-www-form-urlencoded"; - request.Method = "POST"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - response = request.GetResponse(); - responseStream = response.GetResponseStream(); - reader = new StreamReader(responseStream); - result = reader.ReadToEnd(); - return result.Contains("success"); - } - } - catch { return false; } - } - private static void GetServerDirectory_RESTAdmin(string dirType, out string physicalPath, out string virtualPath) - { - physicalPath = ""; - virtualPath = ""; - try - { - string token = GenerateAGSToken_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string directoryAlias = dirType.ToString().ToLower().Replace("esrisdtype", "arcgis"); - string directoryUrl = restAdmin + "/system/directories/" + directoryAlias + "?f=json&token=" + token; - WebRequest request = WebRequest.Create(directoryUrl); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - try - { - int index = result.IndexOf(dirType); - int index1 = result.IndexOf("physicalPath\":\"", index) + "physicalPath\":\"".Length; - int index2 = result.IndexOf("\"", index1); - physicalPath = result.Substring(index1, index2 - index1); - - index1 = result.IndexOf("virtualPath\":\"", index) + "virtualPath\":\"".Length; - index2 = result.IndexOf("\"", index1); - virtualPath = result.Substring(index1, index2 - index1); - } - catch { } - } - catch { } - } - /// - /// Delete Service - /// - /// REST admin url, e.g. http://server:port/arcgis/admin - /// Service Name - /// Server Type, e.g. ImageServer, MapServer, GeoDataServer, GeoprocessingServer, GeometryServer, etc - /// True if successfully deleted - public static bool DeleteService_RESTAdmin() - { - try - { - string token = GenerateAGSToken_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string serviceUrl = restAdmin + "/services/" + serviceName + "." + "ImageServer" + "/delete"; - WebRequest request = WebRequest.Create(serviceUrl); - string postcontent = "f=pjson&token=" + token; - Byte[] content = Encoding.UTF8.GetBytes(postcontent); - request.ContentLength = content.Length; - //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; - request.ContentType = "application/x-www-form-urlencoded"; - request.Method = "POST"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - Console.WriteLine("delete service {0}, result: {1}", serviceName, result); - return result.Contains("success"); - } - catch { return false; } - } - - public static bool StartService_RESTAdmin() - { - try - { - string token = GenerateAGSToken_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string serviceUrl = restAdmin + "/services/" + serviceName + "." + "ImageServer" + "/start"; - WebRequest request = WebRequest.Create(serviceUrl); - string postcontent = "f=pjson&token=" + token; - Byte[] content = Encoding.UTF8.GetBytes(postcontent); - request.ContentLength = content.Length; - //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; - request.ContentType = "application/x-www-form-urlencoded"; - request.Method = "POST"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - Console.WriteLine("start service {0}, result: {1}", serviceName, result); - return result.Contains("success"); - } - catch { return false; } - } - - public static bool StopService_RESTAdmin() - { - try - { - string token = GenerateAGSToken_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string serviceUrl = restAdmin + "/services/" + serviceName + "." + "ImageServer" + "/stop"; - WebRequest request = WebRequest.Create(serviceUrl); - string postcontent = "f=pjson&token=" + token; - Byte[] content = Encoding.UTF8.GetBytes(postcontent); - request.ContentLength = content.Length; - //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; - request.ContentType = "application/x-www-form-urlencoded"; - request.Method = "POST"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - Console.WriteLine("stop service {0}, result: {1}", serviceName, result); - return result.Contains("success"); - } - catch { return false; } - } - public static void ListServices_RESTAdmin() - { - Console.WriteLine("List of image services: "); - ListServices_RESTAdmin(restAdmin + "/services", ""); - } - public static void ListServices_RESTAdmin(string root, string folder) - { - try - { - string token = GenerateAGSToken_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string serviceUrl = root + "/" + folder; - WebRequest request = WebRequest.Create(serviceUrl); - string postcontent = "f=json&token=" + token; - Byte[] content = Encoding.UTF8.GetBytes(postcontent); - request.ContentLength = content.Length; - //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; - request.ContentType = "application/x-www-form-urlencoded"; - request.Method = "POST"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - int indexfolder1 = result.IndexOf("folders\":["); - if (indexfolder1 != -1) - { - indexfolder1 += "folders\":[".Length; - int indexfolder2 = result.IndexOf("]", indexfolder1); - string folderlist = result.Substring(indexfolder1, indexfolder2 - indexfolder1); - string[] folders = folderlist.Replace("\"", "").Split(','); - foreach (string subfolder in folders) - ListServices_RESTAdmin(serviceUrl, subfolder); - } - - - int index = result.IndexOf("services"); - while (index > 0) - { - try - { - int index1 = result.IndexOf("folderName\":\"", index); - if (index1 == -1) - break; - index1 += "folderName\":\"".Length; - int index2 = result.IndexOf("\"", index1); - string folderName = result.Substring(index1, index2 - index1); - - index1 = result.IndexOf("serviceName\":\"", index2) + "serviceName\":\"".Length; - index2 = result.IndexOf("\"", index1); - string serviceName = result.Substring(index1, index2 - index1); - - index1 = result.IndexOf("type\":\"", index2) + "type\":\"".Length; - index2 = result.IndexOf("\"", index1); - string serviceType = result.Substring(index1, index2 - index1); - if (serviceType == "ImageServer") - { - if (folderName == "/") //root - Console.WriteLine(serviceName); - else - Console.WriteLine(folderName + "/" + serviceName); - } - index = index2; - } - catch { } - } - } - catch { } - } - /// - /// create image service - /// - /// host machine name (windows or linux) - /// data source path, must be windows path (linux path is constructed automaticlly by windows path) - /// configuration name - /// Cration parameters, e.g. raster functions, colormaptorgb, raster types, dem, dynamicimageworkspace, customized propertyset etc - /// true if created successfully - public static bool CreateISConfig_RESTAdmin() - { - //string restAdmin, string username, string password, string sourcePath, string serviceName - try - { - esriImageServiceSourceType sourceType = GetSourceType(sourcePath); - - string serviceType = "ImageServer"; - //DeleteService_RESTAdmin(); - restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; - string serviceFolder = ""; - if (serviceName.Contains("/")) - { - serviceFolder = serviceName.Substring(0, serviceName.IndexOf("/")); - CreateServerFolder_RESTAdmin(serviceFolder, ""); - serviceName = serviceName.Substring(serviceFolder.Length + 1, serviceName.Length - serviceFolder.Length - 1); - } - string createServiceUrl = ""; - if (serviceFolder == "") - createServiceUrl = restAdmin + "/services/createService"; - else - createServiceUrl = restAdmin + "/services/" + serviceFolder + "/createService"; - //createServiceUrl = "http://wenxue:6080/arcgis/admin/services/createService"; - WebRequest request = WebRequest.Create(createServiceUrl); - - //DataSourceIsReadOnly - StringBuilder sBuilder = new StringBuilder(); - sBuilder.Append("{"); - sBuilder.AppendFormat("{0}: {1},", QuoteString("serviceName"), QuoteString(serviceName)); - sBuilder.AppendFormat("{0}: {1},", QuoteString("type"), QuoteString(serviceType)); - sBuilder.AppendFormat("{0}: {1},", QuoteString("description"), QuoteString("")); - - sBuilder.AppendFormat("{0}: {1},", QuoteString("clusterName"), QuoteString("default")); - sBuilder.AppendFormat("{0}: {1},", QuoteString("minInstancesPerNode"), 1); - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxInstancesPerNode"), 2); - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxWaitTime"), 10000); - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxIdleTime"), 1800); - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxUsageTime"), 600); - sBuilder.AppendFormat("{0}: {1},", QuoteString("loadBalancing"), QuoteString("ROUND_ROBIN")); - sBuilder.AppendFormat("{0}: {1},", QuoteString("isolationLevel"), QuoteString("HIGH")); - sBuilder.AppendFormat("{0}: {1},", QuoteString("configuredState"), QuoteString("STARTED")); - - string webCapabilities = ""; - - if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) - webCapabilities = "Image,Catalog,Metadata,Mensuration";//full list "Image,Catalog,Metadata,Download,Pixels,Edit,Mensuration" - else - webCapabilities = "Image,Metadata,Mensuration"; - sBuilder.AppendFormat("{0}: {1},", QuoteString("capabilities"), QuoteString(webCapabilities)); - - - sBuilder.AppendFormat("{0}: {1}", QuoteString("properties"), "{"); - sBuilder.AppendFormat("{0}: {1},", QuoteString("supportedImageReturnTypes"), QuoteString("MIME+URL")); - - IWorkspace workspace = ((IDataset)rasterDataset).Workspace; - if (workspace.WorkspaceFactory.WorkspaceType == esriWorkspaceType.esriRemoteDatabaseWorkspace) - { - IWorkspaceName2 wsName2 = ((IDataset)workspace).FullName as IWorkspaceName2; - string connString = wsName2.ConnectionString; - sBuilder.AppendFormat("{0}: {1},", QuoteString("connectionString"), QuoteString(connString)); - sBuilder.AppendFormat("{0}: {1},", QuoteString("raster"), QuoteString(((IDataset)rasterDataset).Name)); - } - else - sBuilder.AppendFormat("{0}: {1},", QuoteString("path"), QuoteString(sourcePath.Replace("\\", "\\\\"))); - - sBuilder.AppendFormat("{0}: {1},", QuoteString("esriImageServiceSourceType"), QuoteString(sourceType.ToString())); - - string outputDir = ""; - string virtualDir = ""; - - GetServerDirectory_RESTAdmin("arcgisoutput", out outputDir, out virtualDir); - - string cacheDir = ""; - string virtualCacheDir = ""; - GetServerDirectory_RESTAdmin("arcgisoutput", out cacheDir, out virtualCacheDir); - - - if (outputDir != "") - { - sBuilder.AppendFormat("{0}: {1},", QuoteString("outputDir"), QuoteString(outputDir)); - sBuilder.AppendFormat("{0}: {1},", QuoteString("virtualOutputDir"), QuoteString(virtualDir));//http://istest2:6080/arcgis/server/arcgisoutput")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("dynamicImageWorkspace"), QuoteString(@"D:\UploadDir")); - } - //if (cacheDir != "") - //{ - // sBuilder.AppendFormat("{0}: {1},", QuoteString("cacheDir"), QuoteString(cacheDir)); - // sBuilder.AppendFormat("{0}: {1},", QuoteString("virtualCacheDir"), QuoteString(virtualCacheDir));//http://istest2:6080/arcgis/server/arcgisoutput")); - //} - sBuilder.AppendFormat("{0}: {1},", QuoteString("copyright"), QuoteString("")); - - //properties for a mosaic Dataset; - if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) - { - IFunctionRasterDataset functionRasterDataset = (IFunctionRasterDataset)rasterDataset; - IPropertySet propDefaults = functionRasterDataset.Properties; - object names, values; - propDefaults.GetAllProperties(out names, out values); - List propNames = new List(); - propNames.AddRange((string[])names); - if (propNames.Contains("AllowedCompressions")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedCompressions"), QuoteString(propDefaults.GetProperty("AllowedCompressions").ToString()));//string - if (propNames.Contains("MaxImageHeight")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageHeight"), QuoteString(propDefaults.GetProperty("MaxImageHeight").ToString()));//should be int - if (propNames.Contains("MaxImageWidth")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageWidth"), QuoteString(propDefaults.GetProperty("MaxImageWidth").ToString()));//should be int - if (propNames.Contains("DefaultResamplingMethod")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultResamplingMethod"), QuoteString(propDefaults.GetProperty("DefaultResamplingMethod").ToString()));//should be int - if (propNames.Contains("DefaultCompressionQuality")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionQuality"), QuoteString(propDefaults.GetProperty("DefaultCompressionQuality").ToString()));//should be int - if (propNames.Contains("MaxRecordCount")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxRecordCount"), QuoteString(propDefaults.GetProperty("MaxRecordCount").ToString()));//should be int - if (propNames.Contains("MaxMosaicImageCount")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxMosaicImageCount"), QuoteString(propDefaults.GetProperty("MaxMosaicImageCount").ToString()));//should be int - if (propNames.Contains("MaxDownloadImageCount")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxDownloadImageCount"), QuoteString(propDefaults.GetProperty("MaxDownloadImageCount").ToString()));//should be int - if (propNames.Contains("MaxDownloadSizeLimit")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("MaxDownloadSizeLimit"), QuoteString(propDefaults.GetProperty("MaxDownloadSizeLimit").ToString()));//should be int - if (propNames.Contains("AllowedFields")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedFields"), QuoteString(propDefaults.GetProperty("AllowedFields").ToString()));//string - if (propNames.Contains("AllowedMosaicMethods")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedMosaicMethods"), QuoteString(propDefaults.GetProperty("AllowedMosaicMethods").ToString()));//string - if (propNames.Contains("AllowedItemMetadata")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedItemMetadata"), QuoteString(propDefaults.GetProperty("AllowedItemMetadata").ToString()));//string - if (propNames.Contains("AllowedMensurationCapabilities")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("AllowedMensurationCapabilities"), QuoteString(propDefaults.GetProperty("AllowedMensurationCapabilities").ToString()));//string - if (propNames.Contains("DefaultCompressionTolerance")) - sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionTolerance"), QuoteString(propDefaults.GetProperty("DefaultCompressionTolerance").ToString()));//string - //sBuilder.AppendFormat("{0}: {1},", QuoteString("downloadDir"), QuoteString(@"c:\temp"));//string - //sBuilder.AppendFormat("{0}: {1},", QuoteString("virutalDownloadDir"), QuoteString(@"http://localhost/temp");//string - } - else if (sourceType != esriImageServiceSourceType.esriImageServiceSourceTypeCatalog) //not iscdef - { - sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedCompressions"), QuoteString("None,JPEG,LZ77")); - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageHeight"), QuoteString("4100"));//should be int - sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageWidth"), QuoteString("15000"));//should be int - sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultResamplingMethod"), QuoteString("0"));//should be int - sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionQuality"), QuoteString("75"));//should be int - sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionTolerance"), QuoteString("0.01"));//should be int - IMensuration measure = new MensurationClass(); - measure.Raster = ((IRasterDataset2)rasterDataset).CreateFullRaster(); - string mensurationCaps = ""; - if (measure.CanMeasure) - mensurationCaps = "Basic"; - if (measure.CanMeasureHeightBaseToTop) - mensurationCaps += ",Base-Top Height"; - if (measure.CanMeasureHeightBaseToTopShadow) - mensurationCaps += ",Base-Top Shadow Height"; - if (measure.CanMeasureHeightTopToTopShadow) - mensurationCaps += ",Top-Top Shadow Height"; - sBuilder.AppendFormat("{0}: {1},", QuoteString("AllowedMensurationCapabilities"), QuoteString(mensurationCaps));//string - } - - //sBuilder.AppendFormat("{0}: {1},", QuoteString("dEM"), QuoteString(@"c:\elevation\elevation.tif")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("supportsOwnershipBasedAccessControl"), QuoteString("true")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("allowOthersToUpdate"), QuoteString("true")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("allowOthersToDelete"), QuoteString("true")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("cacheOnDemand"), QuoteString("false")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("isCached"), QuoteString("false")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("ignoreCache"), QuoteString("true")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("useLocalCacheDir"), QuoteString("false")); - //sBuilder.AppendFormat("{0}: {1},", QuoteString("clientCachingAllowed"), QuoteString("false")); - - - sBuilder.AppendFormat("{0}: {1},", QuoteString("colormapToRGB"), QuoteString("false")); - sBuilder.AppendFormat("{0}: {1},", QuoteString("returnJPGPNGAsJPG"), QuoteString("false")); - sBuilder.AppendFormat("{0}: {1},", QuoteString("allowFunction"), QuoteString("true")); - string rasterFunctions = ""; - sBuilder.AppendFormat("{0}: {1},", QuoteString("rasterFunctions"), QuoteString(rasterFunctions).Replace("\\", "\\\\")); - string rasterTypes = ""; - sBuilder.AppendFormat("{0}: {1}", QuoteString("rasterTypes"), QuoteString(rasterTypes).Replace("\\", "\\\\")); - - sBuilder.Append("},"); - bool enableWCS = true; - bool enableWMS = true; - sBuilder.AppendFormat("{0}: {1}", QuoteString("extensions"), "[{\"typeName\":\"WCSServer\",\"enabled\":\"" + enableWCS + "\",\"capabilities\":null,\"properties\":{}},{\"typeName\":\"WMSServer\",\"enabled\":\"" + enableWMS + "\",\"capabilities\":null,\"properties\":{\"title\":\"WMS\",\"name\":\"WMS\",\"inheritLayerNames\":\"false\"}}"); - sBuilder.Append("],"); - sBuilder.AppendFormat("{0}: {1}", QuoteString("datasets"), "[]"); - sBuilder.Append("}"); - string postcontent = HttpUtility.UrlEncode(sBuilder.ToString()); - string token = GenerateAGSToken_RESTAdmin(); - postcontent = "service=" + postcontent + "&startAfterCreate=on&f=pjson&token=" + token; - Byte[] content = Encoding.UTF8.GetBytes(postcontent); - request.ContentLength = content.Length; - request.ContentType = "application/x-www-form-urlencoded"; - request.Method = "POST"; - Stream requestStream = request.GetRequestStream(); - requestStream.Write(content, 0, content.Length); - requestStream.Close(); - WebResponse response = request.GetResponse(); - Stream responseStream = response.GetResponseStream(); - StreamReader reader = new StreamReader(responseStream); - string result = reader.ReadToEnd(); - Console.WriteLine("create service:" + serviceName + " result:" + result); - //wait for 5 seconds to reduce latency issue - //System.Threading.Thread.Sleep(5000); - return result.Contains("success"); - } - catch (Exception exc) { Console.WriteLine(exc.Message); return false; } - } - private static string QuoteString(string input) - { - return "\"" + input + "\""; - } - private static string DeQuoteString(string input) - { - if (input.StartsWith("\"")) - return input.Substring(1, input.Length - 2).Trim(); - else - return input; - } - - #endregion - - } + private static void CreateISConfig() + { + try + { + if (!ConnectAGS(restAdmin)) return; + + //get source type + esriImageServiceSourceType sourceType = GetSourceType(sourcePath); + + //connect to ArcGIS Server and create configuration + IServerObjectConfiguration5 soConfig = (IServerObjectConfiguration5)soAdmin.CreateConfiguration(); + + //set general service parameters + soConfig.Name = serviceName; + soConfig.TypeName = "ImageServer"; + soConfig.TargetCluster = "default"; + + soConfig.StartupType = esriStartupType.esriSTAutomatic; + soConfig.IsPooled = true; + soConfig.IsolationLevel = esriServerIsolationLevel.esriServerIsolationHigh; + soConfig.MinInstances = 1; + soConfig.MaxInstances = 2; + + //customize recycle properties + IPropertySet propertySet_Recycle = soConfig.RecycleProperties; + propertySet_Recycle.SetProperty("Interval", "24"); + + + //path to the data + IPropertySet propertySet = soConfig.Properties; + IWorkspace workspace = ((IDataset)rasterDataset).Workspace; + if (workspace.WorkspaceFactory.WorkspaceType == esriWorkspaceType.esriRemoteDatabaseWorkspace) + { + IWorkspaceName2 wsName2 = ((IDataset)workspace).FullName as IWorkspaceName2; + string connString = wsName2.ConnectionString; + propertySet.SetProperty("ConnectionString", connString); + propertySet.SetProperty("Raster", ((IDataset)rasterDataset).Name); + } + else + propertySet.SetProperty("Path", sourcePath); + propertySet.SetProperty("EsriImageServiceSourceType", sourceType.ToString()); + + //MIME+URL (virtual directory) + propertySet.SetProperty("SupportedImageReturnTypes", "MIME+URL"); + IEnumServerDirectory dirs = soAdmin.GetServerDirectories(); + dirs.Reset(); + IServerDirectory serverDir = dirs.Next(); + while (serverDir != null) + { + if (((IServerDirectory2)serverDir).Type == esriServerDirectoryType.esriSDTypeOutput) + { + propertySet.SetProperty("OutputDir", serverDir.Path); + propertySet.SetProperty("VirtualOutputDir", serverDir.URL); + break; + } + serverDir = dirs.Next(); + } + + //copy right + propertySet.SetProperty("CopyRight", ""); + + //properties for a mosaic dataset; + if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) + { + IFunctionRasterDataset functionRasterDataset = (IFunctionRasterDataset)rasterDataset; + IPropertySet propDefaults = functionRasterDataset.Properties; + + object names, values; + propDefaults.GetAllProperties(out names, out values); + List propNames = new List(); + propNames.AddRange((string[])names); + if (propNames.Contains("MaxImageHeight")) + propertySet.SetProperty("MaxImageHeight", propDefaults.GetProperty("MaxImageHeight"));//4100 + if (propNames.Contains("MaxImageWidth")) + propertySet.SetProperty("MaxImageWidth", propDefaults.GetProperty("MaxImageWidth"));//15000 + if (propNames.Contains("AllowedCompressions")) + propertySet.SetProperty("AllowedCompressions", propDefaults.GetProperty("AllowedCompressions"));//"None,JPEG,LZ77,LERC" + if (propNames.Contains("DefaultResamplingMethod")) + propertySet.SetProperty("DefaultResamplingMethod", propDefaults.GetProperty("DefaultResamplingMethod"));//0 + if (propNames.Contains("DefaultCompressionQuality")) + propertySet.SetProperty("DefaultCompressionQuality", propDefaults.GetProperty("DefaultCompressionQuality"));//75 + if (propNames.Contains("MaxRecordCount")) + propertySet.SetProperty("MaxRecordCount", propDefaults.GetProperty("MaxRecordCount"));//500 + if (propNames.Contains("MaxMosaicImageCount")) + propertySet.SetProperty("MaxMosaicImageCount", propDefaults.GetProperty("MaxMosaicImageCount"));//20 + if (propNames.Contains("MaxDownloadSizeLimit")) + propertySet.SetProperty("MaxDownloadSizeLimit", propDefaults.GetProperty("MaxDownloadSizeLimit"));//20 + if (propNames.Contains("MaxDownloadImageCount")) + propertySet.SetProperty("MaxDownloadImageCount", propDefaults.GetProperty("MaxDownloadImageCount"));//20 + if (propNames.Contains("AllowedFields")) + propertySet.SetProperty("AllowedFields", propDefaults.GetProperty("AllowedFields"));//"Name,MinPS,MaxPS,LowPS,HighPS,CenterX,CenterY" + if (propNames.Contains("AllowedMosaicMethods")) + propertySet.SetProperty("AllowedMosaicMethods", propDefaults.GetProperty("AllowedMosaicMethods"));//"Center,NorthWest,LockRaster,ByAttribute,Nadir,Viewpoint,Seamline" + if (propNames.Contains("AllowedItemMetadata")) + propertySet.SetProperty("AllowedItemMetadata", propDefaults.GetProperty("AllowedItemMetadata"));//"Full" + if (propNames.Contains("AllowedMensurationCapabilities")) + propertySet.SetProperty("AllowedMensurationCapabilities", propDefaults.GetProperty("AllowedMensurationCapabilities"));//"Full" + if (propNames.Contains("DefaultCompressionTolerance")) + propertySet.SetProperty("DefaultCompressionTolerance", propDefaults.GetProperty("DefaultCompressionTolerance"));//"0.01" LERC compression + //propertySet.SetProperty("RasterFunctions", @"\\server\dir\rft1.rft.xml,\\server\dir\rft2.rft.xml");//"put raster function templates here, the first one is applied to exportimage request by default" + //propertySet.SetProperty("RasterTypes", @"Raster Dataset,\\server\dir\art1.art.xml,\\server\dir\art2.art");//"put raster types here" + //propertySet.SetProperty("DynamicImageWorkspace", @"\\server\dynamicImageDir"); //put the workspace that holds uploaded imagery here + //propertySet.SetProperty("supportsOwnershipBasedAccessControl", true); //ownership based access control + //propertySet.SetProperty("AllowOthersToUpdate", true); //allow others to update a catalog item + //propertySet.SetProperty("AllowOthersToDelete", true); //allow others to delete a catalog item + //propertySet.SetProperty("DownloadDir", ""); //put the download directory here + //propertySet.SetProperty("VirutalDownloadDir", ""); //put the virtual download directory here + } + else + { + propertySet.SetProperty("MaxImageHeight", 4100); + propertySet.SetProperty("MaxImageWidth", 15000); + propertySet.SetProperty("AllowedCompressions", "None,JPEG,LZ77"); + propertySet.SetProperty("DefaultResamplingMethod", 0); + propertySet.SetProperty("DefaultCompressionQuality", 75);//for jpg compression + propertySet.SetProperty("DefaultCompressionTolerance", 0.01);//for LERC compression + // rasterDataset = OpenRasterDataset(sourcePath); + IMensuration measure = new MensurationClass(); + measure.Raster = ((IRasterDataset2)rasterDataset).CreateFullRaster(); + string mensurationCaps = ""; + if (measure.CanMeasure) + mensurationCaps = "Basic"; + if (measure.CanMeasureHeightBaseToTop) + mensurationCaps += ",Base-Top Height"; + if (measure.CanMeasureHeightBaseToTopShadow) + mensurationCaps += ",Base-Top Shadow Height"; + if (measure.CanMeasureHeightTopToTopShadow) + mensurationCaps += ",Top-Top Shadow Height"; + propertySet.SetProperty("AllowedMensurationCapabilities", mensurationCaps); //set mensuration here + } + + //not cached + propertySet.SetProperty("IsCached", false); + propertySet.SetProperty("IgnoreCache", true); + propertySet.SetProperty("UseLocalCacheDir", false); + propertySet.SetProperty("ClientCachingAllowed", false); + + //propertySet.SetProperty("DEM", ""); //put the elevation raster dataset or service for 3D mensuration, may need to add 3D to AllowedMensurationCapabilities + + //convert colormap to RGB or not + propertySet.SetProperty("ColormapToRGB", false); + + //whether to return jpgs for all jpgpng request or not + propertySet.SetProperty("ReturnJPGPNGAsJPG", false); + + //allow server to process client defined function + propertySet.SetProperty("AllowFunction", true); //allow raster function + + + //capabilities + if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) + soConfig.Info.SetProperty("Capabilities", "Image,Catalog,Metadata,Mensuration"); + //Full set: Image,Catalog,Metadata,Download,Pixels,Edit,Mensuration + else + soConfig.Info.SetProperty("Capabilities", "Image,Metadata,Mensuration"); + + //enable wcs, assume data has spatial reference + soConfig.set_ExtensionEnabled("WCSServer", true); + IPropertySet wcsInfo = new PropertySetClass(); + wcsInfo.SetProperty("WebEnabled", "true"); + soConfig.set_ExtensionInfo("WCSServer", wcsInfo); + IPropertySet propertySetWCS = new PropertySetClass(); + propertySetWCS.SetProperty("CustomGetCapabilities", false); + propertySetWCS.SetProperty("PathToCustomGetCapabilitiesFiles", ""); + soConfig.set_ExtensionProperties("WCSServer", propertySetWCS); + + //enable wms + soConfig.set_ExtensionEnabled("WMSServer", true); + IPropertySet wmsInfo = new PropertySetClass(); + wmsInfo.SetProperty("WebEnabled", "true"); + soConfig.set_ExtensionInfo("WMSServer", wmsInfo); + IPropertySet propertySetWMS = new PropertySetClass(); + propertySetWMS.SetProperty("name", "WMS"); //set other properties here + soConfig.set_ExtensionProperties("WMSServer", propertySetWMS); + + + //add configuration and start + soAdmin.AddConfiguration(soConfig); + soAdmin.StartConfiguration(serviceName, "ImageServer"); + + if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStarted) + Console.WriteLine("{0} on {1} has been configured and started.", serviceName, restAdmin); + else + Console.WriteLine("{0} on {1} was configured but can not be started, please investigate.", serviceName, restAdmin); + + if (rasterDataset != null) + System.Runtime.InteropServices.Marshal.ReleaseComObject(rasterDataset); + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + + /// + /// delete a service + /// + private static void DeleteService() + { + try + { + if (!ConnectAGS(restAdmin)) return; + if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; + soAdmin.DeleteConfiguration(serviceName, "ImageServer"); + Console.WriteLine("{0} on {1} was deleted successfully.", serviceName, restAdmin); + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + + /// + /// start a service + /// + private static void StartService() + { + try + { + if (!ConnectAGS(restAdmin)) return; + if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; + soAdmin.StartConfiguration(serviceName, "ImageServer"); + if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStarted) + Console.WriteLine("{0} on {1} was started successfully.", serviceName, restAdmin); + else + Console.WriteLine("{0} on {1} couldn't be started, please investigate.", serviceName, restAdmin); + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + + /// + /// stop a service + /// + private static void StopService() + { + try + { + if (!ConnectAGS(restAdmin)) return; + if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; + soAdmin.StopConfiguration(serviceName, "ImageServer"); + if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStopped) + Console.WriteLine("{0} on {1} was stopped successfully.", serviceName, restAdmin); + else + Console.WriteLine("{0} on {1} couldn't be stopped, please investigate.", serviceName, restAdmin); + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + + /// + /// pause a service + /// + private static void PauseService() + { + try + { + if (!ConnectAGS(restAdmin)) return; + if (!ValidateServiceName(soAdmin, ref serviceName, restAdmin)) return; + if ((soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSStopped)) + { + Console.WriteLine("{0} on {1} is currently stopped --- not paused.", serviceName, restAdmin); + return; + } + soAdmin.PauseConfiguration(serviceName, "ImageServer"); + if (soAdmin.GetConfigurationStatus(serviceName, "ImageServer").Status == esriConfigurationStatus.esriCSPaused) + Console.WriteLine("{0} on {1} was paused successfully.", serviceName, restAdmin); + else + Console.WriteLine("{0} on {1} couldn't be paused, please investigate.", serviceName, restAdmin); + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + + /// + /// List services + /// + private static void ListServices() + { + try + { + if (!ConnectAGS(restAdmin)) return; + IEnumServerObjectConfiguration enumConfigs = soAdmin.GetConfigurations(); + enumConfigs.Reset(); + IServerObjectConfiguration soConfig = enumConfigs.Next(); + Console.WriteLine("ArcGIS Server {0} has the following image services:", restAdmin); + while (soConfig != null) + { + if (soConfig.TypeName == "ImageServer") + Console.WriteLine("{0}", soConfig.Name); + soConfig = enumConfigs.Next(); + } + } + catch (Exception exc) + { + Console.WriteLine("Error: {0}", exc.Message); + } + } + #endregion + + + #region validation etc. + /// + /// connect to ags server + /// + /// host + /// true if connected + private static bool ConnectAGS(string host) + { + try + { + IPropertySet propertySet = new PropertySetClass(); + propertySet.SetProperty("url", host); + propertySet.SetProperty("ConnectionMode", esriAGSConnectionMode.esriAGSConnectionModePublisher); + propertySet.SetProperty("ServerType", esriAGSServerType.esriAGSServerTypeDiscovery); + propertySet.SetProperty("user", username); + propertySet.SetProperty("password", password); + propertySet.SetProperty("ALLOWINSECURETOKENURL", true); + + IAGSServerConnectionName3 connectName = new AGSServerConnectionNameClass() as IAGSServerConnectionName3; + connectName.ConnectionProperties = propertySet; + + IAGSServerConnectionAdmin agsAdmin = ((IName)connectName).Open() as IAGSServerConnectionAdmin; + soAdmin = agsAdmin.ServerObjectAdmin; + return true; + } + catch (Exception exc) + { + Console.WriteLine("Error: Couldn't connect to AGSServer: {0}. Message: {1}", host, exc.Message); + return false; + } + } + + /// + /// Validate ServiceName + /// + /// Convert the config name to the correct case and returns true; if not exist in any cases, returns false + private static bool ValidateServiceName(IServerObjectAdmin soAdmin, ref string serviceName, string host) + { + IEnumServerObjectConfiguration enumConfigs = soAdmin.GetConfigurations(); + enumConfigs.Reset(); + IServerObjectConfiguration soConfig = enumConfigs.Next(); + while (soConfig != null) + { + if (soConfig.Name.ToUpper() == serviceName.ToUpper()) + { + serviceName = soConfig.Name; + return true; + } + soConfig = enumConfigs.Next(); + } + Console.WriteLine("Configuration {0} on {1} can not be found.", serviceName, host); + return false; + } + + /// + /// Validate input parameters + /// + /// args + /// validation result + private static bool ValidateParams(string[] args) + { + //at least two params + if (args.Length == 0) + { + ShowUsage(); + Console.WriteLine("press any key to continue ..."); + Console.ReadKey(); + return false; + } + else if (args.Length < 2) // at least -o action + { + ShowUsage(); + return false; + } + + // must start with -o + string[] operations = new string[] { "publish", "delete", "start", "stop", "pause", "list" }; + if ((!args[0].StartsWith("-o")) || (!strInArray(args[1].ToLower(), operations))) + { + Console.WriteLine("Incorrect operation"); + ShowUsage(); + return false; + } + + // for stop/start/pause/list, must contains "-n" and argument length is 4 + if ((args[1].ToLower() == "stop") || (args[1].ToLower() == "start") || (args[1].ToLower() == "pause") || (args[1].ToLower() == "delete")) + { + if (!strInArray("-h", args)) + { + Console.WriteLine("Missing host server -h"); + return false; + } + if (!strInArray("-n", args)) + { + Console.WriteLine("Missing service name switch -n"); + return false; + } + if (!strInArray("-u", args)) + { + Console.WriteLine("Missing admin/publisher username switch -u"); + return false; + } + if (!strInArray("-p", args)) + { + Console.WriteLine("Missing admin/publisher name switch -p"); + return false; + } + //if (args.Length > 8) + //{ + // Console.WriteLine("Too many arguments"); + // return false; + //} + } + // for publish, must contains "-d" "-n" and argument length is 6 + if (args[1].ToLower() == "publish") + { + if (!strInArray("-d", args)) + { + Console.WriteLine("Missing data source switch -d"); + return false; + } + if (!strInArray("-n", args)) + { + Console.WriteLine("Missing service name switch -n"); + return false; + } + if (!strInArray("-u", args)) + { + Console.WriteLine("Missing admin/publisher username switch -u"); + return false; + } + if (!strInArray("-p", args)) + { + Console.WriteLine("Missing admin/publisher name switch -p"); + return false; + } + //if (args.Length > 12) + //{ + // Console.WriteLine("Too many arguments"); + // return false; + //} + } + // validate each parameter: host, sourcepath, configname + string[] parameters = new string[] { "-h", "-d", "-n", "-u", "-p" }; + for (int i = 2; i < args.Length; i++) + { + switch (args[i]) + { + case "-h": + if (i == args.Length - 1) + { + Console.WriteLine("Missing host parameter, switch -h"); + return false; + } + else if (strInArray(args[i + 1], parameters)) + { + Console.WriteLine("Missing host parameter, switch -h"); + return false; + } + ++i; + break; + case "-d": + if (i == args.Length - 1) + { + Console.WriteLine("Missing data source parameter, switch -d"); + return false; + } + else if (strInArray(args[i + 1], parameters)) + { + Console.WriteLine("Missing data source parameter, switch -d"); + return false; + } + ++i; + break; + case "-n": + if (i == args.Length - 1) + { + Console.WriteLine("Missing service name parameter, switch -n"); + return false; + } + else if (strInArray(args[i + 1], parameters)) + { + Console.WriteLine("Missing service name parameter, switch -n"); + return false; + } + ++i; + break; + case "-u": + if (i == args.Length - 1) + { + Console.WriteLine("Missing admin/publisher username parameter, switch -u"); + return false; + } + else if (strInArray(args[i + 1], parameters)) + { + Console.WriteLine("Missing admin/publisher username parameter, switch -u"); + return false; + } + ++i; + break; + case "-p": + if (i == args.Length - 1) + { + Console.WriteLine("Missing admin/publisher password parameter, switch -p"); + return false; + } + else if (strInArray(args[i + 1], parameters)) + { + Console.WriteLine("Missing admin/publisher password parameter, switch -p"); + return false; + } + ++i; + break; + default: + Console.WriteLine("Incorrect parameter switch: {0} is not a recognized.", args[i]); + return false; + } + } + return true; + } + + /// + /// string in array + /// + /// + /// + /// + private static bool strInArray(string name, string[] nameArray) + { + for (int i = 0; i < nameArray.Length; i++) + { + if (nameArray[i] == name) + return true; + } + return false; + } + + /// + /// initialize license + /// + /// status + private static bool InitLicense() + { + RuntimeManager.Bind(ProductCode.Desktop); + IAoInitialize aoInit = new AoInitializeClass(); + esriLicenseStatus status = aoInit.Initialize(esriLicenseProductCode.esriLicenseProductCodeBasic); + if (status != esriLicenseStatus.esriLicenseCheckedOut) + { + Console.WriteLine("License initialization error"); + return false; + } + else + return true; + } + #endregion + + + #region helper methods + /// + /// Retrieve parameters + /// + /// args + private static void Retrieve_Params(string[] args) + { + for (int i = 2; i < args.Length; i++) + { + switch (args[i]) + { + case "-h": + restAdmin = args[++i]; + break; + case "-d": + sourcePath = args[++i]; + break; + case "-n": + serviceName = args[++i]; + break; + case "-u": + username = args[++i]; + break; + case "-p": + password = args[++i]; + break; + } + } + } + + /// + /// Get Source Type + /// + /// path of the data source + /// data source type + private static esriImageServiceSourceType GetSourceType(string sourcePath) + { + if (sourcePath.ToLower().EndsWith(".lyr")) + return esriImageServiceSourceType.esriImageServiceSourceTypeLayer; + else + { + FileInfo fileInfo = new FileInfo(sourcePath); + OpenRasterDataset(fileInfo.DirectoryName, fileInfo.Name); + if (rasterDataset is IMosaicDataset) + return esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset; + else + return esriImageServiceSourceType.esriImageServiceSourceTypeDataset; + } + } + + /// + /// Open Raster Dataset + /// + /// path of the dataset + /// name of the dataset + private static void OpenRasterDataset(String path, String rasterDSName) + { + //this is why the utility user needs access to data source. image service configurations varies among data sources. + IWorkspaceFactory workspaceFactory = null; + IWorkspace workspace = null; + IRasterWorkspaceEx rasterWorkspaceEx = null; + Type factoryType = null; + try + { + switch (path.Substring(path.Length - 4, 4).ToLower()) // a path can never be shorter than 4 characters, isn't it? c:\a + { + case ".gdb": + factoryType = Type.GetTypeFromProgID("esriDataSourcesGDB.FileGDBWorkspaceFactory"); + workspaceFactory = Activator.CreateInstance(factoryType) as IWorkspaceFactory; + workspace = workspaceFactory.OpenFromFile(path, 1); + rasterWorkspaceEx = (IRasterWorkspaceEx)workspace; + rasterDataset = rasterWorkspaceEx.OpenRasterDataset(rasterDSName); + break; + case ".sde": + factoryType = Type.GetTypeFromProgID("esriDataSourcesGDB.SdeWorkspaceFactory"); + workspaceFactory = Activator.CreateInstance(factoryType) as IWorkspaceFactory; + workspace = workspaceFactory.OpenFromFile(path, 1); + rasterWorkspaceEx = (IRasterWorkspaceEx)workspace; + rasterDataset = rasterWorkspaceEx.OpenRasterDataset(rasterDSName); + break; + default: + factoryType = Type.GetTypeFromProgID("esriDataSourcesRaster.RasterWorkspaceFactory"); + workspaceFactory = Activator.CreateInstance(factoryType) as IWorkspaceFactory; + workspace = workspaceFactory.OpenFromFile(path, 1); + IRasterWorkspace rasterWorkspace = (IRasterWorkspace)workspace; + rasterDataset = rasterWorkspace.OpenRasterDataset(rasterDSName); + break; + } + } + catch (Exception) + { + throw new ArgumentException("Failed to open source data"); + } + } + + /// + /// Show usage + /// + private static void ShowUsage() + { + Console.WriteLine(); + Console.WriteLine("ArcObject Sample: command line image service publishing and configuration utility (10.2 ArcGIS Server). Data is not copied to server using this tool. source data must be accessible by ArcGIS Server running account. CachingScheme can't be defined through this tool but can be done through Caching geoprocessing tools. REST Metadata/thumbnail/iteminfo resource are not available through this app but can be developed using a similar approach to server admin endpoint."); + Console.WriteLine(); + Console.WriteLine("Usage. <>: required parameter; |: pick one."); + Console.WriteLine("isconfig -o publish -h -u -p -d -n "); + Console.WriteLine("isconfig -o -h -u -p -n "); + Console.WriteLine("isconfig -o -h -u -p "); + Console.WriteLine("e.g. isconfig -o list -h http://myserver:6080/arcgis/admin -u username -p password"); + } + #endregion + + #region REST Admin based http requests + /// + /// Generate a token + /// + /// REST admin url: http://server:port/arcigs/admin + /// A token that has default expiration time + public static string GenerateAGSToken_RESTAdmin() + { + string error = string.Empty; + try + { + string loginUrl = restAdmin + "/generateToken"; + WebRequest request = WebRequest.Create(loginUrl); + request.Method = "POST"; + string credential = "username=" + username + "&password=" + password + "&client=requestip&expiration=&f=json"; + byte[] content = Encoding.UTF8.GetBytes(credential); + request.ContentLength = content.Length; + request.ContentType = "application/x-www-form-urlencoded"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + if (result.IndexOf("error", StringComparison.CurrentCultureIgnoreCase) >= 0) + { + throw new Exception (error = result); + } + int index1 = result.IndexOf("token\":\"") + "token\":\"".Length; + int index2 = result.IndexOf("\"", index1); + //Dictionary dictResult = DeserializeJSON(result, true); + string token = result.Substring(index1, index2 - index1); + return token; + } + catch { throw new Exception(error); } + } + + /// + /// Create arcgis server folder + /// + /// REST admin url, e.g. http://server:port/arcgis/admin + /// Folder name + /// Description of the folder + /// True if successfully created + private static bool CreateServerFolder_RESTAdmin(string folderName, string description) + { + try + { + string token = GenerateAGSToken_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string folderUrl = restAdmin + "/services/" + folderName + "?f=json&token=" + token; + WebRequest request = WebRequest.Create(folderUrl); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + if (!result.Contains("error")) + return true; + else + { + string createFolderUrl = restAdmin + "/services/createFolder"; + request = WebRequest.Create(createFolderUrl); + string postcontent = string.Format("folderName={0}&description={1}&f=pjson&token={2}", folderName, description, token); + Byte[] content = Encoding.UTF8.GetBytes(postcontent); + request.ContentLength = content.Length; + //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; + request.ContentType = "application/x-www-form-urlencoded"; + request.Method = "POST"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + response = request.GetResponse(); + responseStream = response.GetResponseStream(); + reader = new StreamReader(responseStream); + result = reader.ReadToEnd(); + return result.Contains("success"); + } + } + catch { return false; } + } + private static void GetServerDirectory_RESTAdmin(string dirType, out string physicalPath, out string virtualPath) + { + physicalPath = ""; + virtualPath = ""; + try + { + string token = GenerateAGSToken_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string directoryAlias = dirType.ToString().ToLower().Replace("esrisdtype", "arcgis"); + string directoryUrl = restAdmin + "/system/directories/" + directoryAlias + "?f=json&token=" + token; + WebRequest request = WebRequest.Create(directoryUrl); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + try + { + int index = result.IndexOf(dirType); + int index1 = result.IndexOf("physicalPath\":\"", index) + "physicalPath\":\"".Length; + int index2 = result.IndexOf("\"", index1); + physicalPath = result.Substring(index1, index2 - index1); + + index1 = result.IndexOf("virtualPath\":\"", index) + "virtualPath\":\"".Length; + index2 = result.IndexOf("\"", index1); + virtualPath = result.Substring(index1, index2 - index1); + } + catch { } + } + catch { } + } + /// + /// Delete Service + /// + /// REST admin url, e.g. http://server:port/arcgis/admin + /// Service Name + /// Server Type, e.g. ImageServer, MapServer, GeoDataServer, GeoprocessingServer, GeometryServer, etc + /// True if successfully deleted + public static bool DeleteService_RESTAdmin() + { + try + { + string token = GenerateAGSToken_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string serviceUrl = restAdmin + "/services/" + serviceName + "." + "ImageServer" + "/delete"; + WebRequest request = WebRequest.Create(serviceUrl); + string postcontent = "f=pjson&token=" + token; + Byte[] content = Encoding.UTF8.GetBytes(postcontent); + request.ContentLength = content.Length; + //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; + request.ContentType = "application/x-www-form-urlencoded"; + request.Method = "POST"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + Console.WriteLine("delete service {0}, result: {1}", serviceName, result); + return result.Contains("success"); + } + catch { return false; } + } + + public static bool StartService_RESTAdmin() + { + try + { + string token = GenerateAGSToken_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string serviceUrl = restAdmin + "/services/" + serviceName + "." + "ImageServer" + "/start"; + WebRequest request = WebRequest.Create(serviceUrl); + string postcontent = "f=pjson&token=" + token; + Byte[] content = Encoding.UTF8.GetBytes(postcontent); + request.ContentLength = content.Length; + //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; + request.ContentType = "application/x-www-form-urlencoded"; + request.Method = "POST"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + Console.WriteLine("start service {0}, result: {1}", serviceName, result); + return result.Contains("success"); + } + catch { return false; } + } + + public static bool StopService_RESTAdmin() + { + try + { + string token = GenerateAGSToken_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string serviceUrl = restAdmin + "/services/" + serviceName + "." + "ImageServer" + "/stop"; + WebRequest request = WebRequest.Create(serviceUrl); + string postcontent = "f=pjson&token=" + token; + Byte[] content = Encoding.UTF8.GetBytes(postcontent); + request.ContentLength = content.Length; + //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; + request.ContentType = "application/x-www-form-urlencoded"; + request.Method = "POST"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + Console.WriteLine("stop service {0}, result: {1}", serviceName, result); + return result.Contains("success"); + } + catch { return false; } + } + public static void ListServices_RESTAdmin() + { + Console.WriteLine("List of image services: "); + ListServices_RESTAdmin(restAdmin + "/services", ""); + } + public static void ListServices_RESTAdmin(string root, string folder) + { + try + { + string token = GenerateAGSToken_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string serviceUrl = root + "/" + folder; + WebRequest request = WebRequest.Create(serviceUrl); + string postcontent = "f=json&token=" + token; + Byte[] content = Encoding.UTF8.GetBytes(postcontent); + request.ContentLength = content.Length; + //((HttpWebRequest)request).UserAgent = "Mozilla/4.0"; + request.ContentType = "application/x-www-form-urlencoded"; + request.Method = "POST"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + int indexfolder1 = result.IndexOf("folders\":["); + if (indexfolder1 != -1) + { + indexfolder1 += "folders\":[".Length; + int indexfolder2 = result.IndexOf("]", indexfolder1); + string folderlist = result.Substring(indexfolder1, indexfolder2 - indexfolder1); + string[] folders = folderlist.Replace("\"", "").Split(','); + foreach (string subfolder in folders) + ListServices_RESTAdmin(serviceUrl, subfolder); + } + + + int index = result.IndexOf("services"); + while (index > 0) + { + try + { + int index1 = result.IndexOf("folderName\":\"", index); + if (index1 == -1) + break; + index1 += "folderName\":\"".Length; + int index2 = result.IndexOf("\"", index1); + string folderName = result.Substring(index1, index2 - index1); + + index1 = result.IndexOf("serviceName\":\"", index2) + "serviceName\":\"".Length; + index2 = result.IndexOf("\"", index1); + string serviceName = result.Substring(index1, index2 - index1); + + index1 = result.IndexOf("type\":\"", index2) + "type\":\"".Length; + index2 = result.IndexOf("\"", index1); + string serviceType = result.Substring(index1, index2 - index1); + if (serviceType == "ImageServer") + { + if (folderName == "/") //root + Console.WriteLine(serviceName); + else + Console.WriteLine(folderName + "/" + serviceName); + } + index = index2; + } + catch (Exception exc) + { + Console.WriteLine("Error looking at service: {0}", exc.Message); + } + } + } + catch (Exception exc) + { + Console.WriteLine("Error looking at services: {0}", exc.Message); + } + } + /// + /// create image service + /// + /// host machine name (windows or linux) + /// data source path, must be windows path (linux path is constructed automaticlly by windows path) + /// configuration name + /// Creation parameters, e.g. raster functions, colormaptorgb, raster types, dem, dynamicimageworkspace, customized propertyset etc + /// true if created successfully + public static bool CreateISConfig_RESTAdmin() + { + //string restAdmin, string username, string password, string sourcePath, string serviceName + try + { + esriImageServiceSourceType sourceType = GetSourceType(sourcePath); + + string serviceType = "ImageServer"; + //DeleteService_RESTAdmin(); + restAdmin = restAdmin.EndsWith("/") ? restAdmin.Substring(0, restAdmin.Length - 1) : restAdmin; + string serviceFolder = ""; + if (serviceName.Contains("/")) + { + serviceFolder = serviceName.Substring(0, serviceName.IndexOf("/")); + CreateServerFolder_RESTAdmin(serviceFolder, ""); + serviceName = serviceName.Substring(serviceFolder.Length + 1, serviceName.Length - serviceFolder.Length - 1); + } + string createServiceUrl = ""; + if (serviceFolder == "") + createServiceUrl = restAdmin + "/services/createService"; + else + createServiceUrl = restAdmin + "/services/" + serviceFolder + "/createService"; + //createServiceUrl = "http://wenxue:6080/arcgis/admin/services/createService"; + WebRequest request = WebRequest.Create(createServiceUrl); + + //DataSourceIsReadOnly + StringBuilder sBuilder = new StringBuilder(); + sBuilder.Append("{"); + sBuilder.AppendFormat("{0}: {1},", QuoteString("serviceName"), QuoteString(serviceName)); + sBuilder.AppendFormat("{0}: {1},", QuoteString("type"), QuoteString(serviceType)); + sBuilder.AppendFormat("{0}: {1},", QuoteString("description"), QuoteString("")); + + sBuilder.AppendFormat("{0}: {1},", QuoteString("clusterName"), QuoteString("default")); + sBuilder.AppendFormat("{0}: {1},", QuoteString("minInstancesPerNode"), 1); + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxInstancesPerNode"), 2); + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxWaitTime"), 10000); + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxIdleTime"), 1800); + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxUsageTime"), 600); + sBuilder.AppendFormat("{0}: {1},", QuoteString("loadBalancing"), QuoteString("ROUND_ROBIN")); + sBuilder.AppendFormat("{0}: {1},", QuoteString("isolationLevel"), QuoteString("HIGH")); + sBuilder.AppendFormat("{0}: {1},", QuoteString("configuredState"), QuoteString("STARTED")); + + string webCapabilities = ""; + + if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) + webCapabilities = "Image,Catalog,Metadata,Mensuration";//full list "Image,Catalog,Metadata,Download,Pixels,Edit,Mensuration" + else + webCapabilities = "Image,Metadata,Mensuration"; + sBuilder.AppendFormat("{0}: {1},", QuoteString("capabilities"), QuoteString(webCapabilities)); + + + sBuilder.AppendFormat("{0}: {1}", QuoteString("properties"), "{"); + sBuilder.AppendFormat("{0}: {1},", QuoteString("supportedImageReturnTypes"), QuoteString("MIME+URL")); + + IWorkspace workspace = ((IDataset)rasterDataset).Workspace; + if (workspace.WorkspaceFactory.WorkspaceType == esriWorkspaceType.esriRemoteDatabaseWorkspace) + { + IWorkspaceName2 wsName2 = ((IDataset)workspace).FullName as IWorkspaceName2; + string connString = wsName2.ConnectionString; + sBuilder.AppendFormat("{0}: {1},", QuoteString("connectionString"), QuoteString(connString)); + sBuilder.AppendFormat("{0}: {1},", QuoteString("raster"), QuoteString(((IDataset)rasterDataset).Name)); + } + else + sBuilder.AppendFormat("{0}: {1},", QuoteString("path"), QuoteString(sourcePath.Replace("\\", "\\\\"))); + + sBuilder.AppendFormat("{0}: {1},", QuoteString("esriImageServiceSourceType"), QuoteString(sourceType.ToString())); + + string outputDir = ""; + string virtualDir = ""; + + GetServerDirectory_RESTAdmin("arcgisoutput", out outputDir, out virtualDir); + + string cacheDir = ""; + string virtualCacheDir = ""; + GetServerDirectory_RESTAdmin("arcgisoutput", out cacheDir, out virtualCacheDir); + + + if (outputDir != "") + { + sBuilder.AppendFormat("{0}: {1},", QuoteString("outputDir"), QuoteString(outputDir)); + sBuilder.AppendFormat("{0}: {1},", QuoteString("virtualOutputDir"), QuoteString(virtualDir));//http://istest2:6080/arcgis/server/arcgisoutput")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("dynamicImageWorkspace"), QuoteString(@"D:\UploadDir")); + } + //if (cacheDir != "") + //{ + // sBuilder.AppendFormat("{0}: {1},", QuoteString("cacheDir"), QuoteString(cacheDir)); + // sBuilder.AppendFormat("{0}: {1},", QuoteString("virtualCacheDir"), QuoteString(virtualCacheDir));//http://istest2:6080/arcgis/server/arcgisoutput")); + //} + sBuilder.AppendFormat("{0}: {1},", QuoteString("copyright"), QuoteString("")); + + //properties for a mosaic Dataset; + if (sourceType == esriImageServiceSourceType.esriImageServiceSourceTypeMosaicDataset) + { + IFunctionRasterDataset functionRasterDataset = (IFunctionRasterDataset)rasterDataset; + IPropertySet propDefaults = functionRasterDataset.Properties; + object names, values; + propDefaults.GetAllProperties(out names, out values); + List propNames = new List(); + propNames.AddRange((string[])names); + if (propNames.Contains("AllowedCompressions")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedCompressions"), QuoteString(propDefaults.GetProperty("AllowedCompressions").ToString()));//string + if (propNames.Contains("MaxImageHeight")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageHeight"), QuoteString(propDefaults.GetProperty("MaxImageHeight").ToString()));//should be int + if (propNames.Contains("MaxImageWidth")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageWidth"), QuoteString(propDefaults.GetProperty("MaxImageWidth").ToString()));//should be int + if (propNames.Contains("DefaultResamplingMethod")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultResamplingMethod"), QuoteString(propDefaults.GetProperty("DefaultResamplingMethod").ToString()));//should be int + if (propNames.Contains("DefaultCompressionQuality")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionQuality"), QuoteString(propDefaults.GetProperty("DefaultCompressionQuality").ToString()));//should be int + if (propNames.Contains("MaxRecordCount")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxRecordCount"), QuoteString(propDefaults.GetProperty("MaxRecordCount").ToString()));//should be int + if (propNames.Contains("MaxMosaicImageCount")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxMosaicImageCount"), QuoteString(propDefaults.GetProperty("MaxMosaicImageCount").ToString()));//should be int + if (propNames.Contains("MaxDownloadImageCount")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxDownloadImageCount"), QuoteString(propDefaults.GetProperty("MaxDownloadImageCount").ToString()));//should be int + if (propNames.Contains("MaxDownloadSizeLimit")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("MaxDownloadSizeLimit"), QuoteString(propDefaults.GetProperty("MaxDownloadSizeLimit").ToString()));//should be int + if (propNames.Contains("AllowedFields")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedFields"), QuoteString(propDefaults.GetProperty("AllowedFields").ToString()));//string + if (propNames.Contains("AllowedMosaicMethods")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedMosaicMethods"), QuoteString(propDefaults.GetProperty("AllowedMosaicMethods").ToString()));//string + if (propNames.Contains("AllowedItemMetadata")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedItemMetadata"), QuoteString(propDefaults.GetProperty("AllowedItemMetadata").ToString()));//string + if (propNames.Contains("AllowedMensurationCapabilities")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("AllowedMensurationCapabilities"), QuoteString(propDefaults.GetProperty("AllowedMensurationCapabilities").ToString()));//string + if (propNames.Contains("DefaultCompressionTolerance")) + sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionTolerance"), QuoteString(propDefaults.GetProperty("DefaultCompressionTolerance").ToString()));//string + //sBuilder.AppendFormat("{0}: {1},", QuoteString("downloadDir"), QuoteString(@"c:\temp"));//string + //sBuilder.AppendFormat("{0}: {1},", QuoteString("virutalDownloadDir"), QuoteString(@"http://localhost/temp");//string + } + else if (sourceType != esriImageServiceSourceType.esriImageServiceSourceTypeCatalog) //not iscdef + { + sBuilder.AppendFormat("{0}: {1},", QuoteString("allowedCompressions"), QuoteString("None,JPEG,LZ77")); + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageHeight"), QuoteString("4100"));//should be int + sBuilder.AppendFormat("{0}: {1},", QuoteString("maxImageWidth"), QuoteString("15000"));//should be int + sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultResamplingMethod"), QuoteString("0"));//should be int + sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionQuality"), QuoteString("75"));//should be int + sBuilder.AppendFormat("{0}: {1},", QuoteString("defaultCompressionTolerance"), QuoteString("0.01"));//should be int + IMensuration measure = new MensurationClass(); + measure.Raster = ((IRasterDataset2)rasterDataset).CreateFullRaster(); + string mensurationCaps = ""; + if (measure.CanMeasure) + mensurationCaps = "Basic"; + if (measure.CanMeasureHeightBaseToTop) + mensurationCaps += ",Base-Top Height"; + if (measure.CanMeasureHeightBaseToTopShadow) + mensurationCaps += ",Base-Top Shadow Height"; + if (measure.CanMeasureHeightTopToTopShadow) + mensurationCaps += ",Top-Top Shadow Height"; + sBuilder.AppendFormat("{0}: {1},", QuoteString("AllowedMensurationCapabilities"), QuoteString(mensurationCaps));//string + } + + //sBuilder.AppendFormat("{0}: {1},", QuoteString("dEM"), QuoteString(@"c:\elevation\elevation.tif")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("supportsOwnershipBasedAccessControl"), QuoteString("true")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("allowOthersToUpdate"), QuoteString("true")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("allowOthersToDelete"), QuoteString("true")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("cacheOnDemand"), QuoteString("false")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("isCached"), QuoteString("false")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("ignoreCache"), QuoteString("true")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("useLocalCacheDir"), QuoteString("false")); + //sBuilder.AppendFormat("{0}: {1},", QuoteString("clientCachingAllowed"), QuoteString("false")); + + + sBuilder.AppendFormat("{0}: {1},", QuoteString("colormapToRGB"), QuoteString("false")); + sBuilder.AppendFormat("{0}: {1},", QuoteString("returnJPGPNGAsJPG"), QuoteString("false")); + sBuilder.AppendFormat("{0}: {1},", QuoteString("allowFunction"), QuoteString("true")); + string rasterFunctions = ""; + sBuilder.AppendFormat("{0}: {1},", QuoteString("rasterFunctions"), QuoteString(rasterFunctions).Replace("\\", "\\\\")); + string rasterTypes = ""; + sBuilder.AppendFormat("{0}: {1}", QuoteString("rasterTypes"), QuoteString(rasterTypes).Replace("\\", "\\\\")); + + sBuilder.Append("},"); + bool enableWCS = true; + bool enableWMS = true; + sBuilder.AppendFormat("{0}: {1}", QuoteString("extensions"), "[{\"typeName\":\"WCSServer\",\"enabled\":\"" + enableWCS + "\",\"capabilities\":null,\"properties\":{}},{\"typeName\":\"WMSServer\",\"enabled\":\"" + enableWMS + "\",\"capabilities\":null,\"properties\":{\"title\":\"WMS\",\"name\":\"WMS\",\"inheritLayerNames\":\"false\"}}"); + sBuilder.Append("],"); + sBuilder.AppendFormat("{0}: {1}", QuoteString("datasets"), "[]"); + sBuilder.Append("}"); + string postcontent = HttpUtility.UrlEncode(sBuilder.ToString()); + string token = GenerateAGSToken_RESTAdmin(); + postcontent = "service=" + postcontent + "&startAfterCreate=on&f=pjson&token=" + token; + Byte[] content = Encoding.UTF8.GetBytes(postcontent); + request.ContentLength = content.Length; + request.ContentType = "application/x-www-form-urlencoded"; + request.Method = "POST"; + Stream requestStream = request.GetRequestStream(); + requestStream.Write(content, 0, content.Length); + requestStream.Close(); + WebResponse response = request.GetResponse(); + Stream responseStream = response.GetResponseStream(); + StreamReader reader = new StreamReader(responseStream); + string result = reader.ReadToEnd(); + Console.WriteLine("create service:" + serviceName + " result:" + result); + //wait for 5 seconds to reduce latency issue + //System.Threading.Thread.Sleep(5000); + return result.Contains("success"); + } + catch (Exception exc) { Console.WriteLine(exc.Message); return false; } + } + private static string QuoteString(string input) + { + return "\"" + input + "\""; + } + private static string DeQuoteString(string input) + { + if (input.StartsWith("\"")) + return input.Substring(1, input.Length - 2).Trim(); + else + return input; + } + + #endregion + + } } diff --git a/Net/Raster/ImageServiceConfigConsole/CSharp/ImageServiceConfigConsole.csproj b/Net/Raster/ImageServiceConfigConsole/CSharp/ImageServiceConfigConsole.csproj index 6792d61d..3f4501f7 100644 --- a/Net/Raster/ImageServiceConfigConsole/CSharp/ImageServiceConfigConsole.csproj +++ b/Net/Raster/ImageServiceConfigConsole/CSharp/ImageServiceConfigConsole.csproj @@ -58,39 +58,39 @@ false - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Raster/ImageServiceConfigConsole/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/ImageServiceConfigConsole/CSharp/Properties/AssemblyInfo.cs index 091f6c97..5215d32d 100644 --- a/Net/Raster/ImageServiceConfigConsole/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/ImageServiceConfigConsole/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/ImageServiceConfigConsole/Readme.html b/Net/Raster/ImageServiceConfigConsole/Readme.html index a4dc3012..84a6a840 100644 --- a/Net/Raster/ImageServiceConfigConsole/Readme.html +++ b/Net/Raster/ImageServiceConfigConsole/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/ImageServiceConfigConsole/Readme.md b/Net/Raster/ImageServiceConfigConsole/Readme.md index 7f2b4aed..d47b22d2 100644 --- a/Net/Raster/ImageServiceConfigConsole/Readme.md +++ b/Net/Raster/ImageServiceConfigConsole/Readme.md @@ -8,8 +8,8 @@ This sample shows how to programmatically publish an image service to ArcGIS Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/ImageServiceConfigConsole/VBNET/ISConfig.vb b/Net/Raster/ImageServiceConfigConsole/VBNET/ISConfig.vb index 6f02aa3c..a739d5a2 100644 --- a/Net/Raster/ImageServiceConfigConsole/VBNET/ISConfig.vb +++ b/Net/Raster/ImageServiceConfigConsole/VBNET/ISConfig.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/ImageServiceConfigConsole/VBNET/ImageServiceConfigConsole.vbproj b/Net/Raster/ImageServiceConfigConsole/VBNET/ImageServiceConfigConsole.vbproj index 3b3f43d7..c1f3c329 100644 --- a/Net/Raster/ImageServiceConfigConsole/VBNET/ImageServiceConfigConsole.vbproj +++ b/Net/Raster/ImageServiceConfigConsole/VBNET/ImageServiceConfigConsole.vbproj @@ -61,39 +61,39 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Raster/ImageServiceConfigConsole/VBNET/Properties/AssemblyInfo.vb b/Net/Raster/ImageServiceConfigConsole/VBNET/Properties/AssemblyInfo.vb index 2774c8ad..9c282676 100644 --- a/Net/Raster/ImageServiceConfigConsole/VBNET/Properties/AssemblyInfo.vb +++ b/Net/Raster/ImageServiceConfigConsole/VBNET/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.cs b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.cs index b2564e9e..6b37bd0a 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.csproj b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.csproj index 79da6cd3..2f6362af 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.csproj +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/NDVICustomFunction.csproj @@ -36,22 +36,22 @@ false - + False - + False False - + False False - + False False - + False False diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/Properties/AssemblyInfo.cs b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/Properties/AssemblyInfo.cs index ac01c18d..d31e50c1 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/Properties/AssemblyInfo.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunction/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUI.csproj b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUI.csproj index 9e350aa6..f916a928 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUI.csproj +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUI.csproj @@ -39,34 +39,34 @@ - + False - + False False - + False False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIClass.cs b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIClass.cs index e8a3373e..59ba2ded 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIClass.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.cs b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.cs index e129a620..a3fa8242 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.cs b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.cs index 877456a4..b84fcdda 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/NDVICustomFunctionUIForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/Properties/AssemblyInfo.cs b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/Properties/AssemblyInfo.cs index e8603d3d..8c405c30 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/Properties/AssemblyInfo.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/NDVICustomFunctionUI/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/Properties/AssemblyInfo.cs b/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/Properties/AssemblyInfo.cs index 43a1e660..52b408cc 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/Properties/AssemblyInfo.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.cs b/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.cs index d5315b3c..52b2a094 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.cs +++ b/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.csproj b/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.csproj index 6778b50c..62edeed9 100644 --- a/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.csproj +++ b/Net/Raster/NDVICustomFunction/CSharp/TestNDVICustomFunction/TestNDVICustomFunction.csproj @@ -36,27 +36,27 @@ false - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Raster/NDVICustomFunction/Readme.html b/Net/Raster/NDVICustomFunction/Readme.html index f9b49bda..0550114f 100644 --- a/Net/Raster/NDVICustomFunction/Readme.html +++ b/Net/Raster/NDVICustomFunction/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/NDVICustomFunction/Readme.md b/Net/Raster/NDVICustomFunction/Readme.md index c2768e3a..12d47435 100644 --- a/Net/Raster/NDVICustomFunction/Readme.md +++ b/Net/Raster/NDVICustomFunction/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vb b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vb index fb82f245..bcbd86fd 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vbproj b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vbproj index 08cf9414..6c6bd1f4 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vbproj +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vbproj @@ -40,22 +40,22 @@ - + False - + False True - + False True - + False True - + False True diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/Properties/AssemblyInfo.vb b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/Properties/AssemblyInfo.vb index 31b83c90..9086f900 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/Properties/AssemblyInfo.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUI.vbproj b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUI.vbproj index 9a3bfb92..0612abd9 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUI.vbproj +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUI.vbproj @@ -43,34 +43,34 @@ - + False - + False True - + False True - + False True - + False True - + False True - + False True - + False True diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIClass.vb b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIClass.vb index 61953275..6d6bb17d 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIClass.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.vb b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.vb index d83cf599..e6bd5e50 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.vb b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.vb index b87d4384..d5120db1 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/NDVICustomFunctionUIForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/Properties/AssemblyInfo.vb b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/Properties/AssemblyInfo.vb index e45e875c..8d177111 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/Properties/AssemblyInfo.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/NDVICustomFunctionUI/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/Properties/AssemblyInfo.vb b/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/Properties/AssemblyInfo.vb index 3a4fa3dd..1299452b 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/Properties/AssemblyInfo.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vb b/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vb index 676f2773..1a167cc2 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vb +++ b/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vbproj b/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vbproj index 548f81d4..6ede81af 100644 --- a/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vbproj +++ b/Net/Raster/NDVICustomFunction/VBNet/TestNDVICustomFunction/TestNDVICustomFunction.vbproj @@ -40,27 +40,27 @@ - + False False - + False False - + False False - + False False - + False False - + False diff --git a/Net/Raster/PublishMap/CSharp/AddJPIPLayer.csproj b/Net/Raster/PublishMap/CSharp/AddJPIPLayer.csproj index b401670a..e096cd38 100644 --- a/Net/Raster/PublishMap/CSharp/AddJPIPLayer.csproj +++ b/Net/Raster/PublishMap/CSharp/AddJPIPLayer.csproj @@ -56,29 +56,29 @@ false - + False - + False - + False False - + False - + False False False - + False @@ -152,7 +152,7 @@ esriAddIn Desktop - 10.6 + 10.7 diff --git a/Net/Raster/PublishMap/CSharp/AddJPIPLayerButton.cs b/Net/Raster/PublishMap/CSharp/AddJPIPLayerButton.cs index 36399f54..916e0cbf 100644 --- a/Net/Raster/PublishMap/CSharp/AddJPIPLayerButton.cs +++ b/Net/Raster/PublishMap/CSharp/AddJPIPLayerButton.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/CSharp/Config.esriaddinx b/Net/Raster/PublishMap/CSharp/Config.esriaddinx index 207cc20d..4ae9aedd 100644 --- a/Net/Raster/PublishMap/CSharp/Config.esriaddinx +++ b/Net/Raster/PublishMap/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 12/16/2010 - + diff --git a/Net/Raster/PublishMap/CSharp/FrmAddJPIP.Designer.cs b/Net/Raster/PublishMap/CSharp/FrmAddJPIP.Designer.cs index d51f3604..ceccee15 100644 --- a/Net/Raster/PublishMap/CSharp/FrmAddJPIP.Designer.cs +++ b/Net/Raster/PublishMap/CSharp/FrmAddJPIP.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/CSharp/FrmAddJPIP.cs b/Net/Raster/PublishMap/CSharp/FrmAddJPIP.cs index 3f949812..b613c461 100644 --- a/Net/Raster/PublishMap/CSharp/FrmAddJPIP.cs +++ b/Net/Raster/PublishMap/CSharp/FrmAddJPIP.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/CSharp/Properties/AssemblyInfo.cs b/Net/Raster/PublishMap/CSharp/Properties/AssemblyInfo.cs index e7aaeb5b..795095c8 100644 --- a/Net/Raster/PublishMap/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Raster/PublishMap/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/Readme.html b/Net/Raster/PublishMap/Readme.html index fceabc2b..e13fc979 100644 --- a/Net/Raster/PublishMap/Readme.html +++ b/Net/Raster/PublishMap/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Raster/PublishMap/Readme.md b/Net/Raster/PublishMap/Readme.md index a8eaa0d3..44a96b28 100644 --- a/Net/Raster/PublishMap/Readme.md +++ b/Net/Raster/PublishMap/Readme.md @@ -8,8 +8,8 @@ This sample shows how to connect to a JPIP service in ArcMap. The layer generate Language: C#, VB Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Raster/PublishMap/VBNET/AddJPIPLayer.vbproj b/Net/Raster/PublishMap/VBNET/AddJPIPLayer.vbproj index 43a19a3d..78d44353 100644 --- a/Net/Raster/PublishMap/VBNET/AddJPIPLayer.vbproj +++ b/Net/Raster/PublishMap/VBNET/AddJPIPLayer.vbproj @@ -58,29 +58,29 @@ false - + False False - + False False False - + False False - + False False False - + False False @@ -196,7 +196,7 @@ esriAddIn Desktop - 10.6 + 10.7 diff --git a/Net/Raster/PublishMap/VBNET/AddJPIPLayerButton.vb b/Net/Raster/PublishMap/VBNET/AddJPIPLayerButton.vb index f28fccb0..a21248dc 100644 --- a/Net/Raster/PublishMap/VBNET/AddJPIPLayerButton.vb +++ b/Net/Raster/PublishMap/VBNET/AddJPIPLayerButton.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/VBNET/Config.esriaddinx b/Net/Raster/PublishMap/VBNET/Config.esriaddinx index af067924..b1d1f717 100644 --- a/Net/Raster/PublishMap/VBNET/Config.esriaddinx +++ b/Net/Raster/PublishMap/VBNET/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 6/21/2012 - + diff --git a/Net/Raster/PublishMap/VBNET/FrmAddJPIP.Designer.vb b/Net/Raster/PublishMap/VBNET/FrmAddJPIP.Designer.vb index dce169b7..fc7b2f34 100644 --- a/Net/Raster/PublishMap/VBNET/FrmAddJPIP.Designer.vb +++ b/Net/Raster/PublishMap/VBNET/FrmAddJPIP.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/VBNET/FrmAddJPIP.vb b/Net/Raster/PublishMap/VBNET/FrmAddJPIP.vb index 239db81a..a87aeab6 100644 --- a/Net/Raster/PublishMap/VBNET/FrmAddJPIP.vb +++ b/Net/Raster/PublishMap/VBNET/FrmAddJPIP.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/PublishMap/VBNET/My Project/AssemblyInfo.vb b/Net/Raster/PublishMap/VBNET/My Project/AssemblyInfo.vb index de01bd7b..8c059b89 100644 --- a/Net/Raster/PublishMap/VBNET/My Project/AssemblyInfo.vb +++ b/Net/Raster/PublishMap/VBNET/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Raster/ReadMe.md b/Net/Raster/ReadMe.md index eb9ca257..69554e2c 100644 --- a/Net/Raster/ReadMe.md +++ b/Net/Raster/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Raster -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Raster' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Raster' topic. ## Features diff --git a/Net/SDK_General/ClonableObject/CSharp/ClonableObjClass.cs b/Net/SDK_General/ClonableObject/CSharp/ClonableObjClass.cs index 0b4faf0e..5300bd41 100644 --- a/Net/SDK_General/ClonableObject/CSharp/ClonableObjClass.cs +++ b/Net/SDK_General/ClonableObject/CSharp/ClonableObjClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/CSharp/ClonableObject.csproj b/Net/SDK_General/ClonableObject/CSharp/ClonableObject.csproj index 46d7bf06..5af2854b 100644 --- a/Net/SDK_General/ClonableObject/CSharp/ClonableObject.csproj +++ b/Net/SDK_General/ClonableObject/CSharp/ClonableObject.csproj @@ -59,22 +59,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/SDK_General/ClonableObject/CSharp/Properties/AssemblyInfo.cs b/Net/SDK_General/ClonableObject/CSharp/Properties/AssemblyInfo.cs index ea45aeeb..78c10c8d 100644 --- a/Net/SDK_General/ClonableObject/CSharp/Properties/AssemblyInfo.cs +++ b/Net/SDK_General/ClonableObject/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/CSharp/TestApp/LicenseInitializer.cs b/Net/SDK_General/ClonableObject/CSharp/TestApp/LicenseInitializer.cs index a341b8d1..ec64939d 100644 --- a/Net/SDK_General/ClonableObject/CSharp/TestApp/LicenseInitializer.cs +++ b/Net/SDK_General/ClonableObject/CSharp/TestApp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/CSharp/TestApp/Program.cs b/Net/SDK_General/ClonableObject/CSharp/TestApp/Program.cs index 4989270d..cebe266e 100644 --- a/Net/SDK_General/ClonableObject/CSharp/TestApp/Program.cs +++ b/Net/SDK_General/ClonableObject/CSharp/TestApp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/CSharp/TestApp/Properties/AssemblyInfo.cs b/Net/SDK_General/ClonableObject/CSharp/TestApp/Properties/AssemblyInfo.cs index cbd8ac98..1333408b 100644 --- a/Net/SDK_General/ClonableObject/CSharp/TestApp/Properties/AssemblyInfo.cs +++ b/Net/SDK_General/ClonableObject/CSharp/TestApp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/CSharp/TestApp/TestApp.csproj b/Net/SDK_General/ClonableObject/CSharp/TestApp/TestApp.csproj index 46c977c1..5121dc56 100644 --- a/Net/SDK_General/ClonableObject/CSharp/TestApp/TestApp.csproj +++ b/Net/SDK_General/ClonableObject/CSharp/TestApp/TestApp.csproj @@ -58,16 +58,16 @@ false - + False - + False - + False - + False diff --git a/Net/SDK_General/ClonableObject/CSharp/TestApp/TestClass.cs b/Net/SDK_General/ClonableObject/CSharp/TestApp/TestClass.cs index bc29b6d0..9bc19e93 100644 --- a/Net/SDK_General/ClonableObject/CSharp/TestApp/TestClass.cs +++ b/Net/SDK_General/ClonableObject/CSharp/TestApp/TestClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/Readme.html b/Net/SDK_General/ClonableObject/Readme.html index a0e0826a..9552e6b6 100644 --- a/Net/SDK_General/ClonableObject/Readme.html +++ b/Net/SDK_General/ClonableObject/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: SDK General Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/SDK_General/ClonableObject/Readme.md b/Net/SDK_General/ClonableObject/Readme.md index 54a220ed..90ced3ff 100644 --- a/Net/SDK_General/ClonableObject/Readme.md +++ b/Net/SDK_General/ClonableObject/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: SDK General Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/SDK_General/ClonableObject/VBNet/ClonableObjClass.vb b/Net/SDK_General/ClonableObject/VBNet/ClonableObjClass.vb index 0f3ea3f2..828d15e1 100644 --- a/Net/SDK_General/ClonableObject/VBNet/ClonableObjClass.vb +++ b/Net/SDK_General/ClonableObject/VBNet/ClonableObjClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/VBNet/ClonableObject.vbproj b/Net/SDK_General/ClonableObject/VBNet/ClonableObject.vbproj index 2f3052bd..af150f6f 100644 --- a/Net/SDK_General/ClonableObject/VBNet/ClonableObject.vbproj +++ b/Net/SDK_General/ClonableObject/VBNet/ClonableObject.vbproj @@ -62,22 +62,22 @@ false - + False - + False - + False - + False - + False - + False diff --git a/Net/SDK_General/ClonableObject/VBNet/Properties/AssemblyInfo.vb b/Net/SDK_General/ClonableObject/VBNet/Properties/AssemblyInfo.vb index c5af2d40..c9454658 100644 --- a/Net/SDK_General/ClonableObject/VBNet/Properties/AssemblyInfo.vb +++ b/Net/SDK_General/ClonableObject/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/VBNet/TestApp/LicenseInitializer.vb b/Net/SDK_General/ClonableObject/VBNet/TestApp/LicenseInitializer.vb index 241f0a45..5b8eea8d 100644 --- a/Net/SDK_General/ClonableObject/VBNet/TestApp/LicenseInitializer.vb +++ b/Net/SDK_General/ClonableObject/VBNet/TestApp/LicenseInitializer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/VBNet/TestApp/Program.vb b/Net/SDK_General/ClonableObject/VBNet/TestApp/Program.vb index dbae1869..b75f7c52 100644 --- a/Net/SDK_General/ClonableObject/VBNet/TestApp/Program.vb +++ b/Net/SDK_General/ClonableObject/VBNet/TestApp/Program.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/VBNet/TestApp/Properties/AssemblyInfo.vb b/Net/SDK_General/ClonableObject/VBNet/TestApp/Properties/AssemblyInfo.vb index b2dba71a..d56b82cb 100644 --- a/Net/SDK_General/ClonableObject/VBNet/TestApp/Properties/AssemblyInfo.vb +++ b/Net/SDK_General/ClonableObject/VBNet/TestApp/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/ClonableObject/VBNet/TestApp/TestApp.vbproj b/Net/SDK_General/ClonableObject/VBNet/TestApp/TestApp.vbproj index 0f74c469..7335744b 100644 --- a/Net/SDK_General/ClonableObject/VBNet/TestApp/TestApp.vbproj +++ b/Net/SDK_General/ClonableObject/VBNet/TestApp/TestApp.vbproj @@ -61,16 +61,16 @@ false - + False - + False - + False - + False diff --git a/Net/SDK_General/ClonableObject/VBNet/TestApp/TestClass.vb b/Net/SDK_General/ClonableObject/VBNet/TestApp/TestClass.vb index c89fe26f..9e7fe828 100644 --- a/Net/SDK_General/ClonableObject/VBNet/TestApp/TestClass.vb +++ b/Net/SDK_General/ClonableObject/VBNet/TestApp/TestClass.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObj.csproj b/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObj.csproj index 4bda4866..baac7395 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObj.csproj +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObj.csproj @@ -57,28 +57,28 @@ false - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObjClass.cs b/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObjClass.cs index db826d9b..cffa98d9 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObjClass.cs +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/ClonableObjClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/Properties/AssemblyInfo.cs b/Net/SDK_General/PersistStream/CSharp/ClonableObj/Properties/AssemblyInfo.cs index f725b226..6b942da4 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/Properties/AssemblyInfo.cs +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/LicenseInitializer.cs b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/LicenseInitializer.cs index a341b8d1..ec64939d 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/LicenseInitializer.cs +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/LicenseInitializer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Program.cs b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Program.cs index bdbe8301..a9c115cb 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Program.cs +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Properties/AssemblyInfo.cs b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Properties/AssemblyInfo.cs index 8edecacb..cba66f04 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Properties/AssemblyInfo.cs +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestApp.csproj b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestApp.csproj index d565e821..d543a482 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestApp.csproj +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestApp.csproj @@ -60,28 +60,28 @@ False ..\obj\Debug\ClonableObj.dll - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestClass.cs b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestClass.cs index 777a3a9b..29e9c75f 100644 --- a/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestClass.cs +++ b/Net/SDK_General/PersistStream/CSharp/ClonableObj/TestApp/TestClass.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.cs b/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.cs index f6762027..b6b1774f 100644 --- a/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.cs +++ b/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.csproj b/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.csproj index 24126b11..31669e9c 100644 --- a/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.csproj +++ b/Net/SDK_General/PersistStream/CSharp/PeristStreamHelper.csproj @@ -59,7 +59,7 @@ false - + False diff --git a/Net/SDK_General/PersistStream/CSharp/Properties/AssemblyInfo.cs b/Net/SDK_General/PersistStream/CSharp/Properties/AssemblyInfo.cs index 63109820..4c81ce66 100644 --- a/Net/SDK_General/PersistStream/CSharp/Properties/AssemblyInfo.cs +++ b/Net/SDK_General/PersistStream/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/SDK_General/PersistStream/Readme.html b/Net/SDK_General/PersistStream/Readme.html index 995f290e..61ce8436 100644 --- a/Net/SDK_General/PersistStream/Readme.html +++ b/Net/SDK_General/PersistStream/Readme.html @@ -26,8 +26,8 @@ Language: C# Subject: SDK General Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/SDK_General/PersistStream/Readme.md b/Net/SDK_General/PersistStream/Readme.md index bd7c6202..8b94ac7a 100644 --- a/Net/SDK_General/PersistStream/Readme.md +++ b/Net/SDK_General/PersistStream/Readme.md @@ -8,8 +8,8 @@ Language: C# Subject: SDK General Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/SDK_General/ReadMe.md b/Net/SDK_General/ReadMe.md index 586c89ed..ceb4900e 100644 --- a/Net/SDK_General/ReadMe.md +++ b/Net/SDK_General/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: SDK General -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'SDK General' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'SDK General' topic. ## Features diff --git a/Net/Schematics/ReadMe.md b/Net/Schematics/ReadMe.md index 6335748a..863ba951 100644 --- a/Net/Schematics/ReadMe.md +++ b/Net/Schematics/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Schematics -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Schematics' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Schematics' topic. ## Features diff --git a/Net/Schematics/SchematicAssociations/CSharp/Config.esriaddinx b/Net/Schematics/SchematicAssociations/CSharp/Config.esriaddinx index df8c5849..ba526597 100644 --- a/Net/Schematics/SchematicAssociations/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicAssociations/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Cartonet 27/10/2009 - + diff --git a/Net/Schematics/SchematicAssociations/CSharp/ElementFeatureAssociation.cs b/Net/Schematics/SchematicAssociations/CSharp/ElementFeatureAssociation.cs index 1671c421..868ba2ab 100644 --- a/Net/Schematics/SchematicAssociations/CSharp/ElementFeatureAssociation.cs +++ b/Net/Schematics/SchematicAssociations/CSharp/ElementFeatureAssociation.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAssociations/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicAssociations/CSharp/Properties/AssemblyInfo.cs index 74eb9d05..7701703b 100644 --- a/Net/Schematics/SchematicAssociations/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicAssociations/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAssociations/CSharp/SchematicAssociationsCS.csproj b/Net/Schematics/SchematicAssociations/CSharp/SchematicAssociationsCS.csproj index 6f29d176..a5bfb6e7 100644 --- a/Net/Schematics/SchematicAssociations/CSharp/SchematicAssociationsCS.csproj +++ b/Net/Schematics/SchematicAssociations/CSharp/SchematicAssociationsCS.csproj @@ -59,7 +59,7 @@ False - + False False @@ -91,7 +91,7 @@ - + False diff --git a/Net/Schematics/SchematicAssociations/Readme.html b/Net/Schematics/SchematicAssociations/Readme.html index 903667b0..44b173fc 100644 --- a/Net/Schematics/SchematicAssociations/Readme.html +++ b/Net/Schematics/SchematicAssociations/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicAssociations/Readme.md b/Net/Schematics/SchematicAssociations/Readme.md index 013524da..ece73880 100644 --- a/Net/Schematics/SchematicAssociations/Readme.md +++ b/Net/Schematics/SchematicAssociations/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicAssociations/VBNet/Config.esriaddinx b/Net/Schematics/SchematicAssociations/VBNet/Config.esriaddinx index 6ba1c5c8..9b9c2b1d 100644 --- a/Net/Schematics/SchematicAssociations/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicAssociations/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Cartonet 26/10/2009 - + diff --git a/Net/Schematics/SchematicAssociations/VBNet/ElementFeatureAssociation.vb b/Net/Schematics/SchematicAssociations/VBNet/ElementFeatureAssociation.vb index aab0754c..b7b05b2b 100644 --- a/Net/Schematics/SchematicAssociations/VBNet/ElementFeatureAssociation.vb +++ b/Net/Schematics/SchematicAssociations/VBNet/ElementFeatureAssociation.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAssociations/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicAssociations/VBNet/My Project/AssemblyInfo.vb index abce3fca..9e3593af 100644 --- a/Net/Schematics/SchematicAssociations/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicAssociations/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAssociations/VBNet/SchematicAssociationsVBNet.vbproj b/Net/Schematics/SchematicAssociations/VBNet/SchematicAssociationsVBNet.vbproj index 81148895..4e4d158f 100644 --- a/Net/Schematics/SchematicAssociations/VBNet/SchematicAssociationsVBNet.vbproj +++ b/Net/Schematics/SchematicAssociations/VBNet/SchematicAssociationsVBNet.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -132,16 +132,16 @@ - + False - + False False - + False diff --git a/Net/Schematics/SchematicAutorefresh/CSharp/Autorefresh.cs b/Net/Schematics/SchematicAutorefresh/CSharp/Autorefresh.cs index c0a3b015..03994279 100644 --- a/Net/Schematics/SchematicAutorefresh/CSharp/Autorefresh.cs +++ b/Net/Schematics/SchematicAutorefresh/CSharp/Autorefresh.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/CSharp/Config.esriaddinx b/Net/Schematics/SchematicAutorefresh/CSharp/Config.esriaddinx index d18c7a27..a6f7640a 100644 --- a/Net/Schematics/SchematicAutorefresh/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicAutorefresh/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Cartonet 27/10/2009 - + diff --git a/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.Designer.cs b/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.Designer.cs index 7c517d60..9cf6d4b7 100644 --- a/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.Designer.cs +++ b/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.cs b/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.cs index 13e007b4..b54de734 100644 --- a/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.cs +++ b/Net/Schematics/SchematicAutorefresh/CSharp/FormAutorefresh.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicAutorefresh/CSharp/Properties/AssemblyInfo.cs index 8ac635a2..a09fa9eb 100644 --- a/Net/Schematics/SchematicAutorefresh/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicAutorefresh/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/CSharp/SchematicAutorefreshCS.csproj b/Net/Schematics/SchematicAutorefresh/CSharp/SchematicAutorefreshCS.csproj index 98d7daed..21e03e17 100644 --- a/Net/Schematics/SchematicAutorefresh/CSharp/SchematicAutorefreshCS.csproj +++ b/Net/Schematics/SchematicAutorefresh/CSharp/SchematicAutorefreshCS.csproj @@ -59,7 +59,7 @@ False - + False False @@ -103,19 +103,19 @@ False - + False False - + False False - + False False - + False False diff --git a/Net/Schematics/SchematicAutorefresh/Readme.html b/Net/Schematics/SchematicAutorefresh/Readme.html index 990abaa0..3b152126 100644 --- a/Net/Schematics/SchematicAutorefresh/Readme.html +++ b/Net/Schematics/SchematicAutorefresh/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicAutorefresh/Readme.md b/Net/Schematics/SchematicAutorefresh/Readme.md index 712a2f3d..7e68d297 100644 --- a/Net/Schematics/SchematicAutorefresh/Readme.md +++ b/Net/Schematics/SchematicAutorefresh/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicAutorefresh/VBNet/Autorefresh.vb b/Net/Schematics/SchematicAutorefresh/VBNet/Autorefresh.vb index 9286a9db..7dccd99f 100644 --- a/Net/Schematics/SchematicAutorefresh/VBNet/Autorefresh.vb +++ b/Net/Schematics/SchematicAutorefresh/VBNet/Autorefresh.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/VBNet/Config.esriaddinx b/Net/Schematics/SchematicAutorefresh/VBNet/Config.esriaddinx index f368f2f3..5dd4c589 100644 --- a/Net/Schematics/SchematicAutorefresh/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicAutorefresh/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Cartonet 27/10/2009 - + diff --git a/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.Designer.vb b/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.Designer.vb index 2ccc7297..1aa788c7 100644 --- a/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.Designer.vb +++ b/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.vb b/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.vb index 9d6499d9..b95f1a3a 100644 --- a/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.vb +++ b/Net/Schematics/SchematicAutorefresh/VBNet/FormAutorefresh.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicAutorefresh/VBNet/My Project/AssemblyInfo.vb index 1e03ba7c..dbf02305 100644 --- a/Net/Schematics/SchematicAutorefresh/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicAutorefresh/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicAutorefresh/VBNet/SchematicAutorefreshVBNet.vbproj b/Net/Schematics/SchematicAutorefresh/VBNet/SchematicAutorefreshVBNet.vbproj index 204db3a7..408f57d0 100644 --- a/Net/Schematics/SchematicAutorefresh/VBNet/SchematicAutorefreshVBNet.vbproj +++ b/Net/Schematics/SchematicAutorefresh/VBNet/SchematicAutorefreshVBNet.vbproj @@ -63,7 +63,7 @@ False - + False False @@ -150,16 +150,16 @@ - + False - + False - + False - + False diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/BisectorRule.cs b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/BisectorRule.cs index 05e992a6..edeee3e1 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/BisectorRule.cs +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/BisectorRule.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/Properties/AssemblyInfo.cs index 8f3000a2..07de5af0 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRule/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePageCS.csproj b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePageCS.csproj index b5c20241..1daa8420 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePageCS.csproj +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePageCS.csproj @@ -58,7 +58,7 @@ - + False False diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePropertyPage.cs b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePropertyPage.cs index 6df5cc45..1e1c3a56 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePropertyPage.cs +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/BisectorRulePropertyPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.Designer.cs b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.Designer.cs index 4d3ff481..e5e2ba5e 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.Designer.cs +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.cs b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.cs index 2dc0d9df..45b2855d 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.cs +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/FrmBisectorRule.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/Properties/AssemblyInfo.cs index 777cdeca..1a478c57 100644 --- a/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicBisectorRule/CSharp/BisectorRulePage/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/Readme.html b/Net/Schematics/SchematicBisectorRule/Readme.html index 6afb24a3..195d02d1 100644 --- a/Net/Schematics/SchematicBisectorRule/Readme.html +++ b/Net/Schematics/SchematicBisectorRule/Readme.html @@ -62,8 +62,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -72,7 +72,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicBisectorRule/Readme.md b/Net/Schematics/SchematicBisectorRule/Readme.md index 61ad58a8..ee8ab957 100644 --- a/Net/Schematics/SchematicBisectorRule/Readme.md +++ b/Net/Schematics/SchematicBisectorRule/Readme.md @@ -44,8 +44,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/BisectorRule.vb b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/BisectorRule.vb index f30d3cc7..9f35d1ac 100644 --- a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/BisectorRule.vb +++ b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/BisectorRule.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/My Project/AssemblyInfo.vb index 901c73c5..3a17ca60 100644 --- a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRule/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/BisectorRulePropertyPage.vb b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/BisectorRulePropertyPage.vb index 65769e56..5d478ee1 100644 --- a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/BisectorRulePropertyPage.vb +++ b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/BisectorRulePropertyPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.Designer.vb b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.Designer.vb index 8724490a..86fe99cc 100644 --- a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.Designer.vb +++ b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.vb b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.vb index 65891a62..de57c5d9 100644 --- a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.vb +++ b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/FrmBisectorRule.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/My Project/AssemblyInfo.vb index e186cb1f..8c63c2ec 100644 --- a/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicBisectorRule/VBNet/BisectorRulePage/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicContainersImplem/CSharp/Config.esriaddinx b/Net/Schematics/SchematicContainersImplem/CSharp/Config.esriaddinx index 7785be8b..920c0697 100644 --- a/Net/Schematics/SchematicContainersImplem/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicContainersImplem/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 29/10/2009 - + diff --git a/Net/Schematics/SchematicContainersImplem/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicContainersImplem/CSharp/Properties/AssemblyInfo.cs index 2f208d85..dc4953c6 100644 --- a/Net/Schematics/SchematicContainersImplem/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicContainersImplem/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicContainersImplem/CSharp/SchematicContainersCS.csproj b/Net/Schematics/SchematicContainersImplem/CSharp/SchematicContainersCS.csproj index 63f2123a..8e1f957c 100644 --- a/Net/Schematics/SchematicContainersImplem/CSharp/SchematicContainersCS.csproj +++ b/Net/Schematics/SchematicContainersImplem/CSharp/SchematicContainersCS.csproj @@ -60,7 +60,7 @@ False - + False False diff --git a/Net/Schematics/SchematicContainersImplem/CSharp/StationsInContainers.cs b/Net/Schematics/SchematicContainersImplem/CSharp/StationsInContainers.cs index 03f6011b..53ad3218 100644 --- a/Net/Schematics/SchematicContainersImplem/CSharp/StationsInContainers.cs +++ b/Net/Schematics/SchematicContainersImplem/CSharp/StationsInContainers.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicContainersImplem/Readme.html b/Net/Schematics/SchematicContainersImplem/Readme.html index 180b6625..5eab4ff5 100644 --- a/Net/Schematics/SchematicContainersImplem/Readme.html +++ b/Net/Schematics/SchematicContainersImplem/Readme.html @@ -30,8 +30,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -40,7 +40,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicContainersImplem/Readme.md b/Net/Schematics/SchematicContainersImplem/Readme.md index c25be950..cb4fb1c3 100644 --- a/Net/Schematics/SchematicContainersImplem/Readme.md +++ b/Net/Schematics/SchematicContainersImplem/Readme.md @@ -12,8 +12,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicContainersImplem/VBNet/Config.esriaddinx b/Net/Schematics/SchematicContainersImplem/VBNet/Config.esriaddinx index f0f6610e..f34b60e7 100644 --- a/Net/Schematics/SchematicContainersImplem/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicContainersImplem/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 28/10/2009 - + diff --git a/Net/Schematics/SchematicContainersImplem/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicContainersImplem/VBNet/My Project/AssemblyInfo.vb index abc5d1a6..18ec7bcc 100644 --- a/Net/Schematics/SchematicContainersImplem/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicContainersImplem/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicContainersImplem/VBNet/SchematicContainersVBNet.vbproj b/Net/Schematics/SchematicContainersImplem/VBNet/SchematicContainersVBNet.vbproj index 4f4ab959..043d6c1f 100644 --- a/Net/Schematics/SchematicContainersImplem/VBNet/SchematicContainersVBNet.vbproj +++ b/Net/Schematics/SchematicContainersImplem/VBNet/SchematicContainersVBNet.vbproj @@ -64,7 +64,7 @@ False - + False False diff --git a/Net/Schematics/SchematicContainersImplem/VBNet/StationsInContainers.vb b/Net/Schematics/SchematicContainersImplem/VBNet/StationsInContainers.vb index 15c18cf4..d74b9fb3 100644 --- a/Net/Schematics/SchematicContainersImplem/VBNet/StationsInContainers.vb +++ b/Net/Schematics/SchematicContainersImplem/VBNet/StationsInContainers.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Config.esriaddinx b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Config.esriaddinx index 0ccbe5d7..eb8216e9 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 11/1/2010 - + diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Events.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Events.cs index b23c901f..dff99f22 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Events.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Events.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/GenerateSchematicTemplate.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/GenerateSchematicTemplate.cs index 3ca366d5..4c2dfd44 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/GenerateSchematicTemplate.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/GenerateSchematicTemplate.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Properties/AssemblyInfo.cs index 330a697d..ff8e22fc 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/SchematicCreateBasicSettingsAddInCS.csproj b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/SchematicCreateBasicSettingsAddInCS.csproj index 81be1a8e..56e250d9 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/SchematicCreateBasicSettingsAddInCS.csproj +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/SchematicCreateBasicSettingsAddInCS.csproj @@ -54,22 +54,22 @@ false - + False - + False - + False - + False - + False - + False @@ -78,13 +78,13 @@ False - + False - + False - + False diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.Designer.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.Designer.cs index fbcd9366..3a35127a 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.Designer.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.cs index 8f5ec6b2..1ddb8803 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmAdvanced.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.Designer.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.Designer.cs index 5529ce19..fd00ce02 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.Designer.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.cs index cca1552f..55ae9f0b 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmDatasetTemplateName.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.Designer.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.Designer.cs index 08aa7598..b2af6513 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.Designer.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.cs b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.cs index 6972d4e5..5839359e 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.cs +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/CSharp/frmSelectItemsToReduce.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.html b/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.html index 351fc109..22feee34 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.html +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.md b/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.md index 853ce208..27308b2b 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.md +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Config.esriaddinx b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Config.esriaddinx index 0294f016..cab7add5 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Config.esriaddinx @@ -37,7 +37,7 @@ ESRI 1/10/2011 - + diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Events.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Events.vb index 6764ba7f..bb912dcb 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Events.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/Events.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/GenerateSchematicTemplate.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/GenerateSchematicTemplate.vb index 59c089c4..de61c814 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/GenerateSchematicTemplate.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/GenerateSchematicTemplate.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/My Project/AssemblyInfo.vb index b86ebc35..9e26df4a 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/SchematicCreateBasicSettingsAddInVBNet.vbproj b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/SchematicCreateBasicSettingsAddInVBNet.vbproj index 23e6bd1e..042fcce7 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/SchematicCreateBasicSettingsAddInVBNet.vbproj +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/SchematicCreateBasicSettingsAddInVBNet.vbproj @@ -46,7 +46,7 @@ false - + True @@ -153,19 +153,19 @@ False - + False - + False False - + False - + False @@ -177,7 +177,7 @@ esriAddIn Desktop - 10.6 + 10.7 diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.Designer.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.Designer.vb index c51946b5..7c88d8b1 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.Designer.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.vb index 5027b320..f0683060 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmAdvanced.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.Designer.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.Designer.vb index b9158d75..aaa9c864 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.Designer.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.vb index 36e3084b..290f0842 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmDatasetTemplateName.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.Designer.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.Designer.vb index 100d97b6..5be6053e 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.Designer.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.vb b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.vb index f3db1b9e..a1cfe570 100644 --- a/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.vb +++ b/Net/Schematics/SchematicCreateBasicSettingsAddIn/VBNet/frmSelectItemsToReduce.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/CSharp/Config.esriaddinx b/Net/Schematics/SchematicDigitizingTools/CSharp/Config.esriaddinx index 339a79d6..55b28690 100644 --- a/Net/Schematics/SchematicDigitizingTools/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicDigitizingTools/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 29/10/2009 - + diff --git a/Net/Schematics/SchematicDigitizingTools/CSharp/DigitTool.cs b/Net/Schematics/SchematicDigitizingTools/CSharp/DigitTool.cs index a6c2a03f..c1af4fee 100644 --- a/Net/Schematics/SchematicDigitizingTools/CSharp/DigitTool.cs +++ b/Net/Schematics/SchematicDigitizingTools/CSharp/DigitTool.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/CSharp/DigitToolCS.csproj b/Net/Schematics/SchematicDigitizingTools/CSharp/DigitToolCS.csproj index 0077ea0d..63a2f152 100644 --- a/Net/Schematics/SchematicDigitizingTools/CSharp/DigitToolCS.csproj +++ b/Net/Schematics/SchematicDigitizingTools/CSharp/DigitToolCS.csproj @@ -56,7 +56,7 @@ false - + False False @@ -95,46 +95,46 @@ - + False False - + False False - + False False - + False False - + False False - + False False - + False - + False False - + False False - + False False - + False False diff --git a/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.Designer.cs b/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.Designer.cs index 9052c47f..99cba20a 100644 --- a/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.Designer.cs +++ b/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.cs b/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.cs index 60a18948..228c7967 100644 --- a/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.cs +++ b/Net/Schematics/SchematicDigitizingTools/CSharp/DockableDigit.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicDigitizingTools/CSharp/Properties/AssemblyInfo.cs index 29f344ab..5f61583c 100644 --- a/Net/Schematics/SchematicDigitizingTools/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicDigitizingTools/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/Readme.html b/Net/Schematics/SchematicDigitizingTools/Readme.html index 975930e6..636ef313 100644 --- a/Net/Schematics/SchematicDigitizingTools/Readme.html +++ b/Net/Schematics/SchematicDigitizingTools/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicDigitizingTools/Readme.md b/Net/Schematics/SchematicDigitizingTools/Readme.md index 33275ef9..3303e877 100644 --- a/Net/Schematics/SchematicDigitizingTools/Readme.md +++ b/Net/Schematics/SchematicDigitizingTools/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicDigitizingTools/VBNet/Config.esriaddinx b/Net/Schematics/SchematicDigitizingTools/VBNet/Config.esriaddinx index 9499207c..1a87071f 100644 --- a/Net/Schematics/SchematicDigitizingTools/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicDigitizingTools/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 29/10/2009 - + diff --git a/Net/Schematics/SchematicDigitizingTools/VBNet/DigitTool.vb b/Net/Schematics/SchematicDigitizingTools/VBNet/DigitTool.vb index c7125dae..0e02d19f 100644 --- a/Net/Schematics/SchematicDigitizingTools/VBNet/DigitTool.vb +++ b/Net/Schematics/SchematicDigitizingTools/VBNet/DigitTool.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/VBNet/DigitToolVBNet.vbproj b/Net/Schematics/SchematicDigitizingTools/VBNet/DigitToolVBNet.vbproj index cbeab2b2..deab94aa 100644 --- a/Net/Schematics/SchematicDigitizingTools/VBNet/DigitToolVBNet.vbproj +++ b/Net/Schematics/SchematicDigitizingTools/VBNet/DigitToolVBNet.vbproj @@ -60,7 +60,7 @@ false - + False False @@ -138,38 +138,38 @@ - + False - + False - + False False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.Designer.vb b/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.Designer.vb index bc34aba1..0fe070f4 100644 --- a/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.Designer.vb +++ b/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.vb b/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.vb index 453c479a..530e2675 100644 --- a/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.vb +++ b/Net/Schematics/SchematicDigitizingTools/VBNet/DockableDigit.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicDigitizingTools/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicDigitizingTools/VBNet/My Project/AssemblyInfo.vb index fbe1ded1..9ce8c90d 100644 --- a/Net/Schematics/SchematicDigitizingTools/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicDigitizingTools/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Config.esriaddinx b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Config.esriaddinx index 404e387d..6a2dd680 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Cartonet 16/10/2009 - + diff --git a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/FeatureRemovalMgmt.cs b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/FeatureRemovalMgmt.cs index 87fbc3d7..4a8e7eb1 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/FeatureRemovalMgmt.cs +++ b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/FeatureRemovalMgmt.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Properties/AssemblyInfo.cs index 7681d7df..01b92681 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/SchematicFeatureRemoveCS.csproj b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/SchematicFeatureRemoveCS.csproj index 300fb80b..48a22c67 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/CSharp/SchematicFeatureRemoveCS.csproj +++ b/Net/Schematics/SchematicEltsRemovalEvents/CSharp/SchematicFeatureRemoveCS.csproj @@ -59,7 +59,7 @@ False - + False False @@ -76,7 +76,7 @@ False False - + False False diff --git a/Net/Schematics/SchematicEltsRemovalEvents/Readme.html b/Net/Schematics/SchematicEltsRemovalEvents/Readme.html index 42f08e89..8274b302 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/Readme.html +++ b/Net/Schematics/SchematicEltsRemovalEvents/Readme.html @@ -28,8 +28,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicEltsRemovalEvents/Readme.md b/Net/Schematics/SchematicEltsRemovalEvents/Readme.md index a4ae5fff..f3ddc19b 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/Readme.md +++ b/Net/Schematics/SchematicEltsRemovalEvents/Readme.md @@ -10,8 +10,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/Config.esriaddinx b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/Config.esriaddinx index 8caa73dc..95847b9c 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI Cartonet 19/10/2009 - + diff --git a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/FeatureRemovalMgmt.vb b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/FeatureRemovalMgmt.vb index 9954db9f..07d37c73 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/FeatureRemovalMgmt.vb +++ b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/FeatureRemovalMgmt.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/My Project/AssemblyInfo.vb index 0b72903e..335d9c18 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/SchematicFeatureRemoveVBNet.vbproj b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/SchematicFeatureRemoveVBNet.vbproj index feb78f5b..1a5849ac 100644 --- a/Net/Schematics/SchematicEltsRemovalEvents/VBNet/SchematicFeatureRemoveVBNet.vbproj +++ b/Net/Schematics/SchematicEltsRemovalEvents/VBNet/SchematicFeatureRemoveVBNet.vbproj @@ -60,7 +60,7 @@ false - + False False @@ -141,7 +141,7 @@ False - + False False diff --git a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Config.esriaddinx b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Config.esriaddinx index b3e15cf7..ea33d2db 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Config.esriaddinx +++ b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 20/10/2009 - + diff --git a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramName.cs b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramName.cs index 1ea77802..178e5a3e 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramName.cs +++ b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramName.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramNameCS.csproj b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramNameCS.csproj index 3a0c0d40..94b368cb 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramNameCS.csproj +++ b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/EnforcingDiagramNameCS.csproj @@ -59,14 +59,14 @@ False - + False False False - + False False diff --git a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Properties/AssemblyInfo.cs index 13718b2d..9dfb97d4 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicEnforcingDiagramName/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEnforcingDiagramName/Readme.html b/Net/Schematics/SchematicEnforcingDiagramName/Readme.html index 2c06c6fe..0c7b9057 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/Readme.html +++ b/Net/Schematics/SchematicEnforcingDiagramName/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicEnforcingDiagramName/Readme.md b/Net/Schematics/SchematicEnforcingDiagramName/Readme.md index 421132b6..8cd04a67 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/Readme.md +++ b/Net/Schematics/SchematicEnforcingDiagramName/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/Config.esriaddinx b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/Config.esriaddinx index 3919ccde..b09de4e2 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/Config.esriaddinx +++ b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/Config.esriaddinx @@ -26,7 +26,7 @@ ESRI 20/10/2009 - + diff --git a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramName.vb b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramName.vb index 81628277..d5e66fb1 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramName.vb +++ b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramName.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramNameVBNet.vbproj b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramNameVBNet.vbproj index bfa49036..21ecd037 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramNameVBNet.vbproj +++ b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/EnforcingDiagramNameVBNet.vbproj @@ -63,12 +63,12 @@ False - + False False - + False diff --git a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/My Project/AssemblyInfo.vb index 557111f2..ad5e4d25 100644 --- a/Net/Schematics/SchematicEnforcingDiagramName/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicEnforcingDiagramName/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/CreateMenu.cs b/Net/Schematics/SchematicEngineApplication/CSharp/CreateMenu.cs index 47fa0a18..c00d5441 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/CreateMenu.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/CreateMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/CreateNewDocument.cs b/Net/Schematics/SchematicEngineApplication/CSharp/CreateNewDocument.cs index 4b429b88..22428fac 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/CreateNewDocument.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/CreateNewDocument.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/CreateSubMenu.cs b/Net/Schematics/SchematicEngineApplication/CSharp/CreateSubMenu.cs index 99168f74..38207733 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/CreateSubMenu.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/CreateSubMenu.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.Designer.cs b/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.Designer.cs index 90e21782..291bc20a 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.Designer.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.cs b/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.cs index 093f4d06..a053b356 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/MainForm.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/Program.cs b/Net/Schematics/SchematicEngineApplication/CSharp/Program.cs index a8de29d7..4e9fd9ac 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/Program.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/Program.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicEngineApplication/CSharp/Properties/AssemblyInfo.cs index 869cf082..c4d73038 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/RemoveLayer.cs b/Net/Schematics/SchematicEngineApplication/CSharp/RemoveLayer.cs index 5e5aa582..4fe616dc 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/RemoveLayer.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/RemoveLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/SchematicApplicationCS.csproj b/Net/Schematics/SchematicEngineApplication/CSharp/SchematicApplicationCS.csproj index f47d1bf7..43060118 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/SchematicApplicationCS.csproj +++ b/Net/Schematics/SchematicEngineApplication/CSharp/SchematicApplicationCS.csproj @@ -61,19 +61,19 @@ False - + False False - + False False - + False False - + False False diff --git a/Net/Schematics/SchematicEngineApplication/CSharp/ZoomToLayer.cs b/Net/Schematics/SchematicEngineApplication/CSharp/ZoomToLayer.cs index e79ea6e5..43129737 100644 --- a/Net/Schematics/SchematicEngineApplication/CSharp/ZoomToLayer.cs +++ b/Net/Schematics/SchematicEngineApplication/CSharp/ZoomToLayer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/Readme.html b/Net/Schematics/SchematicEngineApplication/Readme.html index e04cc891..7d9a603c 100644 --- a/Net/Schematics/SchematicEngineApplication/Readme.html +++ b/Net/Schematics/SchematicEngineApplication/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicEngineApplication/Readme.md b/Net/Schematics/SchematicEngineApplication/Readme.md index 63119948..bec527c6 100644 --- a/Net/Schematics/SchematicEngineApplication/Readme.md +++ b/Net/Schematics/SchematicEngineApplication/Readme.md @@ -8,8 +8,8 @@ This ArcGIS Engine application is a sample of a Schematics application using a Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/ApplicationEvents.vb b/Net/Schematics/SchematicEngineApplication/VBNet/ApplicationEvents.vb index fd8bf639..98e2e8e6 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/ApplicationEvents.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/ApplicationEvents.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/CreateMenu.vb b/Net/Schematics/SchematicEngineApplication/VBNet/CreateMenu.vb index 21d7076a..ebc0d72b 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/CreateMenu.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/CreateMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/CreateNewDocument.vb b/Net/Schematics/SchematicEngineApplication/VBNet/CreateNewDocument.vb index c8fb0e26..731ea8ce 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/CreateNewDocument.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/CreateNewDocument.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/CreateSubMenu.vb b/Net/Schematics/SchematicEngineApplication/VBNet/CreateSubMenu.vb index a5f07c73..3584f092 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/CreateSubMenu.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/CreateSubMenu.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.Designer.vb b/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.Designer.vb index e938e559..9ae3b910 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.Designer.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.vb b/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.vb index 95d033c0..3f20036a 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/MainForm.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/Properties/AssemblyInfo.vb b/Net/Schematics/SchematicEngineApplication/VBNet/Properties/AssemblyInfo.vb index 06755f18..b7600489 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/Properties/AssemblyInfo.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/Properties/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/RemoveLayer.vb b/Net/Schematics/SchematicEngineApplication/VBNet/RemoveLayer.vb index dfd24f9e..3dbd0458 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/RemoveLayer.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/RemoveLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/SchematicApplicationVBNet.vbproj b/Net/Schematics/SchematicEngineApplication/VBNet/SchematicApplicationVBNet.vbproj index d0842bb3..0fea66f7 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/SchematicApplicationVBNet.vbproj +++ b/Net/Schematics/SchematicEngineApplication/VBNet/SchematicApplicationVBNet.vbproj @@ -69,15 +69,15 @@ False - + False False - + False False - + False False diff --git a/Net/Schematics/SchematicEngineApplication/VBNet/ZoomToLayer.vb b/Net/Schematics/SchematicEngineApplication/VBNet/ZoomToLayer.vb index 9ba85792..197cdd78 100644 --- a/Net/Schematics/SchematicEngineApplication/VBNet/ZoomToLayer.vb +++ b/Net/Schematics/SchematicEngineApplication/VBNet/ZoomToLayer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/CollapseRelatedElts.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/CollapseRelatedElts.cs index e36f4e3e..82d15661 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/CollapseRelatedElts.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/CollapseRelatedElts.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/EnumCollapsedElts.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/EnumCollapsedElts.cs index c341fd22..cccc0cf0 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/EnumCollapsedElts.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/EnumCollapsedElts.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/ExpandLinks.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/ExpandLinks.cs index e63db0c8..9871882e 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/ExpandLinks.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/ExpandLinks.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/FeatureRemovalExt.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/FeatureRemovalExt.cs index b8920b4f..3ec65609 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/FeatureRemovalExt.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/FeatureRemovalExt.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantOnCableDiameter.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantOnCableDiameter.cs index e3868be0..1d875804 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantOnCableDiameter.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantOnCableDiameter.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantWithoutEquipment.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantWithoutEquipment.cs index 4f71d03d..9eb5766b 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantWithoutEquipment.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/PlantWithoutEquipment.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicExtendedCriteria/CSharp/Properties/AssemblyInfo.cs index eeeae5ac..ecfc9509 100644 --- a/Net/Schematics/SchematicExtendedCriteria/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicExtendedCriteria/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/Readme.html b/Net/Schematics/SchematicExtendedCriteria/Readme.html index 17615e63..d499ed32 100644 --- a/Net/Schematics/SchematicExtendedCriteria/Readme.html +++ b/Net/Schematics/SchematicExtendedCriteria/Readme.html @@ -60,8 +60,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -70,7 +70,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicExtendedCriteria/Readme.md b/Net/Schematics/SchematicExtendedCriteria/Readme.md index 6bde7428..7a3f503d 100644 --- a/Net/Schematics/SchematicExtendedCriteria/Readme.md +++ b/Net/Schematics/SchematicExtendedCriteria/Readme.md @@ -42,8 +42,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/AssemblyInfo.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/AssemblyInfo.vb index e1ea85d1..4dd7bc95 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/AssemblyInfo.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/CollapseRelatedElts.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/CollapseRelatedElts.vb index aff97c6e..ca895a2c 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/CollapseRelatedElts.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/CollapseRelatedElts.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/EnumCollapsedElts.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/EnumCollapsedElts.vb index e410b843..25ed0402 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/EnumCollapsedElts.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/EnumCollapsedElts.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/ExpandLinks.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/ExpandLinks.vb index 0187ff7c..38aa67cf 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/ExpandLinks.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/ExpandLinks.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/FeatureRemovalExt.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/FeatureRemovalExt.vb index 852b69fc..2028a847 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/FeatureRemovalExt.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/FeatureRemovalExt.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantOnCableDiameter.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantOnCableDiameter.vb index 8fd4adee..49e7f369 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantOnCableDiameter.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantOnCableDiameter.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantWithoutEquipment.vb b/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantWithoutEquipment.vb index 6ffc0a89..e95f12b3 100644 --- a/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantWithoutEquipment.vb +++ b/Net/Schematics/SchematicExtendedCriteria/VBNet/PlantWithoutEquipment.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ApplicativeAlgorithmsCS.csproj b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ApplicativeAlgorithmsCS.csproj index ab679d08..e626750c 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ApplicativeAlgorithmsCS.csproj +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ApplicativeAlgorithmsCS.csproj @@ -58,26 +58,26 @@ false - + False - + False False - + False False - + False False - + False False - + False False diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ITranslateTree.cs b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ITranslateTree.cs index 68a58acf..6f321072 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ITranslateTree.cs +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/ITranslateTree.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/Properties/AssemblyInfo.cs index 1c1ac8ab..830641df 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/TranslateTree.cs b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/TranslateTree.cs index 0b429e9e..311083b2 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/TranslateTree.cs +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithms/TranslateTree.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/ApplicativeAlgorithmsPageCS.csproj b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/ApplicativeAlgorithmsPageCS.csproj index 61062f8c..7fb04b3d 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/ApplicativeAlgorithmsPageCS.csproj +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/ApplicativeAlgorithmsPageCS.csproj @@ -58,14 +58,14 @@ false - + False - + False False - + False False diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/Properties/AssemblyInfo.cs index e894a9bd..83e336f5 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.cs b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.cs index c82ae0ff..88c7d365 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.cs +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.cs b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.cs index 4b938045..e610f5a9 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.cs +++ b/Net/Schematics/SchematicLayoutAlgoSample/CSharp/ApplicativeAlgorithmsPage/TranslateTreePropPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/Readme.html b/Net/Schematics/SchematicLayoutAlgoSample/Readme.html index 071bf808..98bc3a39 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/Readme.html +++ b/Net/Schematics/SchematicLayoutAlgoSample/Readme.html @@ -32,8 +32,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicLayoutAlgoSample/Readme.md b/Net/Schematics/SchematicLayoutAlgoSample/Readme.md index f6c1239c..63cdbaa0 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/Readme.md +++ b/Net/Schematics/SchematicLayoutAlgoSample/Readme.md @@ -14,8 +14,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/ITranslateTree.vb b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/ITranslateTree.vb index 4d0340cb..cfd76a07 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/ITranslateTree.vb +++ b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/ITranslateTree.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/My Project/AssemblyInfo.vb index 5d8ac856..860d4d3e 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/TranslateTree.vb b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/TranslateTree.vb index 80191c2c..759cb893 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/TranslateTree.vb +++ b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithms/TranslateTree.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/My Project/AssemblyInfo.vb index 60391c18..10c7d0d5 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.vb b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.vb index 31081406..3cd2c886 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.vb +++ b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.vb b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.vb index 39d21e1f..afebb6c8 100644 --- a/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.vb +++ b/Net/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/TranslateTreePropPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/NodeReductionRule.cs b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/NodeReductionRule.cs index 00241b19..79c0a9d4 100644 --- a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/NodeReductionRule.cs +++ b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/NodeReductionRule.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/Properties/AssemblyInfo.cs index 63c2cd54..84383296 100644 --- a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRule/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.Designer.cs b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.Designer.cs index 9a9a2766..31d05db7 100644 --- a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.Designer.cs +++ b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.cs b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.cs index 2f0cb95c..cefa7cde 100644 --- a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.cs +++ b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/FrmNodeReductionRule.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/NodeReductionRulePropertyPage.cs b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/NodeReductionRulePropertyPage.cs index 9d5c3dd6..64cdbb9d 100644 --- a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/NodeReductionRulePropertyPage.cs +++ b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/NodeReductionRulePropertyPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/Properties/AssemblyInfo.cs index e481ef98..63747cdd 100644 --- a/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicNodeReductionRule/CSharp/NodeReductionRulePage/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/Readme.html b/Net/Schematics/SchematicNodeReductionRule/Readme.html index 108e7722..f6b6c62f 100644 --- a/Net/Schematics/SchematicNodeReductionRule/Readme.html +++ b/Net/Schematics/SchematicNodeReductionRule/Readme.html @@ -41,8 +41,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -51,7 +51,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicNodeReductionRule/Readme.md b/Net/Schematics/SchematicNodeReductionRule/Readme.md index 068781e2..2a157063 100644 --- a/Net/Schematics/SchematicNodeReductionRule/Readme.md +++ b/Net/Schematics/SchematicNodeReductionRule/Readme.md @@ -23,8 +23,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/My Project/AssemblyInfo.vb index a85503f2..ad63e092 100644 --- a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/NodeReductionRule.vb b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/NodeReductionRule.vb index 5f5f37fa..d0ccf6cb 100644 --- a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/NodeReductionRule.vb +++ b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRule/NodeReductionRule.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.Designer.vb b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.Designer.vb index 88ab38c0..4fd6b80b 100644 --- a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.Designer.vb +++ b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.vb b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.vb index eb64c332..4088cb57 100644 --- a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.vb +++ b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/FrmNodeReductionRule.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/My Project/AssemblyInfo.vb index b541056f..f35e870d 100644 --- a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/NodeReductionRulePropertyPage.vb b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/NodeReductionRulePropertyPage.vb index d0d023a3..2e2a5778 100644 --- a/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/NodeReductionRulePropertyPage.vb +++ b/Net/Schematics/SchematicNodeReductionRule/VBNet/NodeReductionRulePage/NodeReductionRulePropertyPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/CustomRulesCS.csproj b/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/CustomRulesCS.csproj index 7de662f4..8c1a74b5 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/CustomRulesCS.csproj +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/CustomRulesCS.csproj @@ -57,7 +57,7 @@ - + False False diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/Properties/AssemblyInfo.cs index 20fe31b7..d721c6bd 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/ReductionLinkRule.cs b/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/ReductionLinkRule.cs index d7578489..13a480fb 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/ReductionLinkRule.cs +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRules/ReductionLinkRule.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/CustomRulesPageCS.csproj b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/CustomRulesPageCS.csproj index 7bc1df87..bec8d4ad 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/CustomRulesPageCS.csproj +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/CustomRulesPageCS.csproj @@ -57,7 +57,7 @@ - + False False diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/Properties/AssemblyInfo.cs index c79d0463..32239120 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/ReductionLinkPropertyPage.cs b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/ReductionLinkPropertyPage.cs index 27945d34..33ffe0a2 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/ReductionLinkPropertyPage.cs +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/ReductionLinkPropertyPage.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.Designer.cs b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.Designer.cs index 969c25a0..01fe20ce 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.Designer.cs +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.Designer.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.cs b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.cs index 81b383d7..a2ca4e5b 100644 --- a/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.cs +++ b/Net/Schematics/SchematicRuleSample/CSharp/CustomRulesPage/frmReductionLink.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/Readme.html b/Net/Schematics/SchematicRuleSample/Readme.html index 3d75be3b..48adab72 100644 --- a/Net/Schematics/SchematicRuleSample/Readme.html +++ b/Net/Schematics/SchematicRuleSample/Readme.html @@ -37,8 +37,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -47,7 +47,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicRuleSample/Readme.md b/Net/Schematics/SchematicRuleSample/Readme.md index 90530d64..7fdecfc4 100644 --- a/Net/Schematics/SchematicRuleSample/Readme.md +++ b/Net/Schematics/SchematicRuleSample/Readme.md @@ -19,8 +19,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/My Project/AssemblyInfo.vb index 9c69bdc9..f4376bd9 100644 --- a/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/ReductionLinkRule.vb b/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/ReductionLinkRule.vb index f89bb810..20b46327 100644 --- a/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/ReductionLinkRule.vb +++ b/Net/Schematics/SchematicRuleSample/VBNet/CustomRules/ReductionLinkRule.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/My Project/AssemblyInfo.vb index 9ac3a33c..c14cb3bb 100644 --- a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/ReductionLinkPropertyPage.vb b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/ReductionLinkPropertyPage.vb index d88aa474..d170353c 100644 --- a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/ReductionLinkPropertyPage.vb +++ b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/ReductionLinkPropertyPage.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.Designer.vb b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.Designer.vb index 24f79c58..7b4cd22a 100644 --- a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.Designer.vb +++ b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.Designer.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.vb b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.vb index 0b9e10bf..b53e8605 100644 --- a/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.vb +++ b/Net/Schematics/SchematicRuleSample/VBNet/CustomRulesPage/frmReductionLink.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicXMLBuilderComponent/CSharp/Properties/AssemblyInfo.cs b/Net/Schematics/SchematicXMLBuilderComponent/CSharp/Properties/AssemblyInfo.cs index 841cdd11..385409aa 100644 --- a/Net/Schematics/SchematicXMLBuilderComponent/CSharp/Properties/AssemblyInfo.cs +++ b/Net/Schematics/SchematicXMLBuilderComponent/CSharp/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicXMLBuilderComponent/CSharp/XMLDocImpl.cs b/Net/Schematics/SchematicXMLBuilderComponent/CSharp/XMLDocImpl.cs index 6e90514b..437912b1 100644 --- a/Net/Schematics/SchematicXMLBuilderComponent/CSharp/XMLDocImpl.cs +++ b/Net/Schematics/SchematicXMLBuilderComponent/CSharp/XMLDocImpl.cs @@ -1,6 +1,6 @@ /* - Copyright 2016 Esri + Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicXMLBuilderComponent/Readme.html b/Net/Schematics/SchematicXMLBuilderComponent/Readme.html index 90bb07b7..47f3214c 100644 --- a/Net/Schematics/SchematicXMLBuilderComponent/Readme.html +++ b/Net/Schematics/SchematicXMLBuilderComponent/Readme.html @@ -26,8 +26,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Schematics/SchematicXMLBuilderComponent/Readme.md b/Net/Schematics/SchematicXMLBuilderComponent/Readme.md index be943de1..bdcace44 100644 --- a/Net/Schematics/SchematicXMLBuilderComponent/Readme.md +++ b/Net/Schematics/SchematicXMLBuilderComponent/Readme.md @@ -8,8 +8,8 @@ Language: C#, VB Subject: Schematics Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Schematics/SchematicXMLBuilderComponent/VBNet/My Project/AssemblyInfo.vb b/Net/Schematics/SchematicXMLBuilderComponent/VBNet/My Project/AssemblyInfo.vb index 73723a1e..7eb07cc6 100644 --- a/Net/Schematics/SchematicXMLBuilderComponent/VBNet/My Project/AssemblyInfo.vb +++ b/Net/Schematics/SchematicXMLBuilderComponent/VBNet/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Schematics/SchematicXMLBuilderComponent/VBNet/XMLDocImpl.vb b/Net/Schematics/SchematicXMLBuilderComponent/VBNet/XMLDocImpl.vb index 406f675a..8ac599e4 100644 --- a/Net/Schematics/SchematicXMLBuilderComponent/VBNet/XMLDocImpl.vb +++ b/Net/Schematics/SchematicXMLBuilderComponent/VBNet/XMLDocImpl.vb @@ -1,4 +1,4 @@ -'Copyright 2016 Esri +'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. diff --git a/Net/Server/ReadMe.md b/Net/Server/ReadMe.md index ebbcba45..f6575a59 100644 --- a/Net/Server/ReadMe.md +++ b/Net/Server/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Server -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Server' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Server' topic. ## Features diff --git a/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/Properties/AssemblyInfo.cs b/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/Properties/AssemblyInfo.cs index 28e3f7a5..381c1c73 100644 --- a/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/Properties/AssemblyInfo.cs +++ b/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using ESRI.ArcGIS.SOESupport; @@ -42,5 +42,5 @@ Date = "8/19/2015 9:36:03 AM", Description = "SOI example that applies watermark to exported images from Image Service", TargetProduct = "Server", - TargetVersion = "10.6", + TargetVersion = "10.7", Version = "1.0")] diff --git a/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.csproj b/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.csproj index b251ad8d..8eee0b07 100644 --- a/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.csproj +++ b/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.csproj @@ -53,17 +53,17 @@ 4 - + - + - + - + - + - + @@ -107,7 +107,7 @@ soe Server - 10.6 + 10.7 diff --git a/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.sln b/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.sln new file mode 100644 index 00000000..493fd1f0 --- /dev/null +++ b/Net/Server/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI/ServerApplyWatermarkImageServiceSOI.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerApplyWatermarkImageServiceSOI", "ServerApplyWatermarkImageServiceSOI.csproj", "{62137B81-B479-48CD-9BB4-DC7A7EC2A835}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {62137B81-B479-48CD-9BB4-DC7A7EC2A835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62137B81-B479-48CD-9BB4-DC7A7EC2A835}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62137B81-B479-48CD-9BB4-DC7A7EC2A835}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62137B81-B479-48CD-9BB4-DC7A7EC2A835}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {37916465-16F0-48FC-834C-42607A8DB58D} + EndGlobalSection +EndGlobal diff --git a/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.csproj b/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.csproj index f3043a69..8c079f92 100644 --- a/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.csproj +++ b/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.csproj @@ -55,17 +55,17 @@ false - + - + - + - + - + - + @@ -104,7 +104,7 @@ soe Server - 10.6 + 10.7 diff --git a/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.sln b/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.sln new file mode 100644 index 00000000..928a7048 --- /dev/null +++ b/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/NetApplyWatermarkSOI.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetApplyWatermarkSOI", "NetApplyWatermarkSOI.csproj", "{1C397940-76A9-4A87-B94B-16933B1F49D2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1C397940-76A9-4A87-B94B-16933B1F49D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C397940-76A9-4A87-B94B-16933B1F49D2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C397940-76A9-4A87-B94B-16933B1F49D2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C397940-76A9-4A87-B94B-16933B1F49D2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A13D64F3-EBE4-4309-A73E-A0DF0945F431} + EndGlobalSection +EndGlobal diff --git a/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/Properties/AssemblyInfo.cs b/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/Properties/AssemblyInfo.cs index aeefab67..54cb5ff4 100644 --- a/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/Properties/AssemblyInfo.cs +++ b/Net/Server/ServerApplyWatermarkSOI/CSharp/NetApplyWatermarkSOI/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using ESRI.ArcGIS.SOESupport; @@ -42,5 +42,5 @@ Date = "2/26/2015 2:30:43 PM", Description = "", TargetProduct = "Server", - TargetVersion = "10.6", + TargetVersion = "10.7", Version = "1.0")] diff --git a/Net/Server/ServerApplyWatermarkSOI/Readme.html b/Net/Server/ServerApplyWatermarkSOI/Readme.html index 4213f8e1..95a421ed 100644 --- a/Net/Server/ServerApplyWatermarkSOI/Readme.html +++ b/Net/Server/ServerApplyWatermarkSOI/Readme.html @@ -28,8 +28,8 @@ Language: C# Subject: Server Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Server/ServerApplyWatermarkSOI/Readme.md b/Net/Server/ServerApplyWatermarkSOI/Readme.md index ec356dc0..48bbb0d9 100644 --- a/Net/Server/ServerApplyWatermarkSOI/Readme.md +++ b/Net/Server/ServerApplyWatermarkSOI/Readme.md @@ -10,8 +10,8 @@ Language: C# Subject: Server Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.csproj b/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.csproj index d7dca6b1..6b40dc45 100644 --- a/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.csproj +++ b/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.csproj @@ -55,20 +55,20 @@ false - + - + False - + - + - + - + - + @@ -111,7 +111,7 @@ soe Server - 10.6 + 10.7 diff --git a/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.sln b/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.sln new file mode 100644 index 00000000..29d0278d --- /dev/null +++ b/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/NetEditFeaturesRESTSOE.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEditFeaturesRESTSOE", "NetEditFeaturesRESTSOE.csproj", "{6B609FA1-0D5F-4F7B-ACED-B4623C8A4AB2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6B609FA1-0D5F-4F7B-ACED-B4623C8A4AB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6B609FA1-0D5F-4F7B-ACED-B4623C8A4AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6B609FA1-0D5F-4F7B-ACED-B4623C8A4AB2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6B609FA1-0D5F-4F7B-ACED-B4623C8A4AB2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {683DB0D3-810F-407D-8BB7-2EB64C164767} + EndGlobalSection +EndGlobal diff --git a/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/Properties/AssemblyInfo.cs b/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/Properties/AssemblyInfo.cs index 96f56dd1..3c7f621e 100644 --- a/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/Properties/AssemblyInfo.cs +++ b/Net/Server/ServerEditFeaturesRESTSOE/CSharp/EditFeaturesRESTSOE/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using ESRI.ArcGIS.SOESupport; @@ -42,5 +42,5 @@ Date = "11/13/2011 4:55:13 PM", Description = ".Net Edit Features REST SOE", TargetProduct = "Server", - TargetVersion = "10.6", + TargetVersion = "10.7", Version = "1.0")] diff --git a/Net/Server/ServerEditFeaturesRESTSOE/Readme.html b/Net/Server/ServerEditFeaturesRESTSOE/Readme.html index a4f2defb..ee7f3d66 100644 --- a/Net/Server/ServerEditFeaturesRESTSOE/Readme.html +++ b/Net/Server/ServerEditFeaturesRESTSOE/Readme.html @@ -28,8 +28,8 @@ Language: C# Subject: Server Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -38,7 +38,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Net/Server/ServerEditFeaturesRESTSOE/Readme.md b/Net/Server/ServerEditFeaturesRESTSOE/Readme.md index 5dbf8759..9c59b467 100644 --- a/Net/Server/ServerEditFeaturesRESTSOE/Readme.md +++ b/Net/Server/ServerEditFeaturesRESTSOE/Readme.md @@ -10,8 +10,8 @@ Language: C# Subject: Server Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Net/Server/ServerFindNearRESTSOE/CSharp/FindNearFeaturesRestSOE/NetFindNearFeaturesRestSOE.csproj b/Net/Server/ServerFindNearRESTSOE/CSharp/FindNearFeaturesRestSOE/NetFindNearFeaturesRestSOE.csproj index 70c1b841..efa2297b 100644 --- a/Net/Server/ServerFindNearRESTSOE/CSharp/FindNearFeaturesRestSOE/NetFindNearFeaturesRestSOE.csproj +++ b/Net/Server/ServerFindNearRESTSOE/CSharp/FindNearFeaturesRestSOE/NetFindNearFeaturesRestSOE.csproj @@ -55,17 +55,17 @@ false - + - + - + - + - + - + False @@ -109,7 +109,7 @@ soe Server - 10.6 + 10.7 W<@yaa%I5h0omfR~;i_xr;{{<``F`-^jd5oR`#YEy7;lZB*p7c1NG!rF-u~+^ z;=W=_4bW1kvcX;K&KZ)pFPS@)TnT?F=Ib}K7wTAk)04E=hQt^@?B;$u`f@EP0ckXT zmLE%Irj~XOUK4T^{Z>e>gxOZUB-p4tFiFia#f-;HkPCP9uCz%sOKDF7cPj~f4LDjp%^o5hjIM|G~3`GA21j0GU|^R1@RxpL;6DM7S>b0 zp@%JsQOFmMRH2Q*Yr?vK-{f6id0C)sL>u7?MSY$ox55&|{N|&j@G^ROLysDmY+ z^@J>mr)CeXkAhD^^BatRGqDSYi9de4mHL=ONayKdv=knQ%a>UuSbxu9oUee44Q7eJ zqwZfahqekIEBfaxv=pvX)bml=DkOjG-!4LiPAz(HtPT4V^}HT!gq`SP>KRwD;WF8j z*&j=%aJ~-iQS@8u9-1bM^6$T>PnSvq(^9k)epb};402_#Ay5?yg8BU%?S=ak^?&JH zej5j;$LsHI&hneN;9klJm!!G{WQXETIM0x_!gGrK_w#e4-D?j5U|kkZZl+BY(c)lR%@*d@aEX!txC)3QR#gUm#aP@=JljEC`mr2Q7u(ih4F8 zSHgJ06Nmkr+w88SBt7}HK-8f7HI;zPHg)xIxixm!hRG z0X>6LF#ey&m9Ua+lru?~&NQ_L=b|8GjkCxz6RiJr#s=Yh#q%d`qP@^uQU6EKUKpjQ z|JEs7D+(Vd`uXp3xt~AWpr}uSh8%Ch&-gQJipDKmGmPU;xOPL_8^+6^p4X9EVUE>b zyld%NW&33U?vg$cIsPZc2iVfp^jqy|cRX2bP;S#f6AoOlD0yT4@)yS5HL-N^y15q& z)ZgNI^=HviI7?B_r>5}xHTXqQ&o9WW&_gl5r9C))fWB+u$7gA(S0AxyM5}Qg-(P_2 zQ_Gore!dy)g)JMxN_*=!-#@J(_eX`u^m5{HYBy*8iw>Xs!s_=gi}A8K+6!MQ>i-bh3(suu*JZv6>fg5^UVxL) zzv3y$czfg;?neio@#(@zO$94{ORj{qiupR7whDhMws#}i3;PxIuQr?S$6DSubLNg&oM1aIIp#<~8Kp8;n-;Pt`NI)*B`(>VF1a6HW{Dn-RWG zhI(itT&t+hSaKz749!=t{v2WvMiP(z^Ny6YybzUnGpwC>N4OmSlskD^pcA`rgJS&W zqrFh<=pQY2GxEj(ydcyK^@HtYPZduy4{Jk?mz?%`ink(m;bz77^)vbY5#}lSA)j0c zkA>zd7=JOj5(?t|V+;b;}nbO+EU^Yv~VXk}IJsE??$q!FYZ`d*S)u_~1D* zur|t5o#9*$2IKHg{P?4L;<3k{rFcR3LeUQc(MGsmQJ<#dR@knX-^Ro)%nbFv+fJDi zMK33}!dk`rW)Zvah+_PQ&|Y{i=>M28zB%JWqAsro;{{<0eh5y%{H{iO;h>`aXV2!^ z3V2)5KMyqITsvIv^cQbb!FVR1jqsSFK0A+Sns9ZdnUB`drd1QQqz28j9PPH`%;e^V zOIs|9Bv#g<^)xfND~<~JBmC%hxP73v?WEuPh$psm7I#rCepJHm!fyt>%)o{FtS z*OM!u_E@`&_c>VpJaQ%cMZV1bnBZN37xrt;C)DD)0kjuhRMh`%v=_Fbf4NiCeJ2g= zg&P$0?}_%p525-8+q)iZgcgeW)auFgc<{45zJ-ozZu}q6R-vq-_EOxA>;=3a>{Rqa z&Y2v)L78IzokgyMR}}NrA1#HWih6E7k9|9A|HRe6owHl%E?I@wgz7K5%fjbO-)$yW zLWW|#cB7^6Nr;}dlfB#fl3WR|+xbfJz8joxcOSnGg@cNp-ycUC;bTR89-ytlP{sD1 zLvDo!6!ZH5+6cde=wq}t>TmOK`l7H^u|Kx%$#3@|ajm}|^HtCfH{u1MNvI!!v$>AZi()UBC^C>`~$fa>YU}2=RNoLO?8}-Qa++xMq7oq72DgbC%<=tdTUud zFu8HtZ>>0!YiFRQVt@JXdECzm_9^z4e7q?UJ&lV50YQWX*K@0ZVGcu;t51GbdB*k_Aapqmng=wf!qprD(3fZyd$(N z$3GH@I45R(Uih3`2??LFFfbW$`<9-MHbPHDeX@FTF9c|-=(jtit#G$udpDfPu@zK$ z*cYaI8NYwA_Bq-MH!AA?;%t780G$-aw;GN3{sIP}e}$7ZR&1rM!haRp`}a?pCQR=Z zR(mjC7Yt|of%g^r*J^Srj8x2Teoy)@3|^}i&*QXJculdrm4D`XQCLoUoq;oKQ`WM- z&%^&vU(wI+lUre!VtyMo;EfEN|@X^r;6oMZJb%Pr5G z$#+vw|6%WD?Rjs$%w=`)ns9+)|60_O--g1}wRWA}=V1M}kXs>flee5bA1r@2xfL!{ z%x`USEA&y!?_1PNuOdJ_T)r zQHuKf2knLH(BEw@XCRVjO9J&~8L_ja%E?-cYv1sWa0C8v%Nu2Qpgez?*&R5j(-M0S zyRgxUUzfM-p^jReDcRKX(w_WY66PuT?VU5ZR|m9H^#5MGAUvb!hs;LYKMEeT;&3xf1df^YzH^1Wh=3ldnSSg(1H0jn3pscv!K& z|A;oiM~eDXox}G{FfXuwiTdKOU$nye!jFpnACC6IZd-r5B6;@u2mQr->1ZjGD(X3! zx`i*|>L)`n*#wgq)5-5kXfJe9)c@9=+^+zxTx-vpBUBw{FY!JH^Ls8{ z6JAyHTfI4ae+L&fup8#BKREw4UJ%|>^uw;<{N4vHQ2c)iXQI8(w#fc`;fcYUUn33t zf2A`ypAS9h@A2c0ZVo=0Zd75W?M=ou;R)~fmT11G*Fw)^`|@pbeCvyMgo_mY^CoQ- zRw%Z2YfsKqz?QY1b~>}c{5Gd=36}=?m#h>lU)YH2OCf6M=~Nv*WAqpPe?49n1}OSD z6K@I)75$kwm16$>>i+{?5Z<-@AXS=nV5S8` zK}Hs1VdSZvTt5cSkT1h;?$Av!Z#-rtRj2ZOCDc*uUt{o^aE+qh#-hEDrl|kPXfG7H z{l#f*SbzC1Z53V*^`}T(WN_MOYr_U&t!QOU@)RN3^rZl`vc}U#-ZM zuq3>{M4jrbnZyzFFIcFk=RC9&9#zzH4_**HxBc$~;NCCVTqNz~dn~jO9#H7NvPP|E zOpa@0tRDZ66u)50QLYt*?=s`xabBB&STDQb1)+_iA12}jVV9yGwh@bv*w@*@RchvQTBGwf~YK z*_aZwS_zf4SR(&lQ(o(Qj^t-N*Px~Fy`r8i@tSap$8UCvjm^Y8JdAgQ&+$+E@tdb8 zKX6FoWkee`m2+3HUeTWmX{(^q-ryAU^VQ^5SVMl}ThR~8&|c_d`%OeMnx3djK8eT>(l~Fy&u*uXTj2r4{B{|^@5SKZO-8+O55e}H z)QkVO2vsk$iUy1L>UbG%3RPzK7Mm|ZjJ+2>2%{AJuoXJ(#H63 z6}c4#DE6%$)tuQRW|5kr-MuixoTh#e{D8pPt>)DI%5}}pVe`P6?eOzlln@cq< zdH^p7S@`ph9$!eYgIy>~v>?m^={!Dys?@zbmkT+ahnDt;bshW0|` zbK`50*TMRS^x}V~KnF!X&l|z#9XLS$b;mb*Ti*K3e0_*Fg%M63?XqFd$=YyoD|92j zQopW6wU~BQQjVrq%CZ~qym35f_~gc^nkKYX%-0Q5xz-H6!_Q{@W*oBrY$~&sq2#q} z?&&$)-vCzP&*0>3ula7}#%K>k_W0vl$tZ7a!F>Aed}4tPdwd107s2|+_2ODu=%bjg z)b{+ZLTDW4hw{>~ld(`(rKsmFv=MGp)aO^)Dr73Qclij;4M3$^9erZXT*yog-Vr8P zcLSNmi~V?6cqDLsSohw4Mto!> z`2MNuBN6+W?K`?qxTt&vqpnuNl#rYE$r|6%)?Kyu7 zsfzy58}nHKZVKp0%MJZ`j!JN%L`3^!4%hC%Hbwu`-p8G~;G=F*N9ZIKJJYoz_-zn0 zaQ$Pxr#nS_Gp&hTc#`-7lj$Gd;`w+@xWpQ-v_!_Mq^q?{Rwnqz@g85q1i|>nJmSVnMn9B8~Q2Re2)uVU()EF&={h@jW%TH*}y^vvuq8~ap z=KEIo%<_Y7CZDefd}$&q^Yxmo+@l8)xgIsXM11V>`fhS7w2RNLQ8*a?UvoI006P@@ z)|6Zc^Y<7P#yten98vdbW_aNP`n^CR`f#?v=@F*)IYB=|Emfb zhw6`7mi|db?~7>t(NefpQO|eDl`xBZ9p@Kc(|zNQ^zMkZ8tsLP74@HhHbSbRKDA!s zd^pTfJpWTA8*jpJ#e7{$?82Rj@sB}E;Vwlzcl2Vcf;;isvGwHtrjT19mHdWIaf9k~ zv=pW(>iOdct~G#Vq5Y99#_b~yax5dQWcuf=tz3@;l}=IH zUo^uD!gBl&uc!D?H#a~l%=+(?+`>z7`Av2M@y$&qx58t4e2c9Y!SSbIHs=x`Ptk9U zvbmoOv{O7jKaI8u*M<7uiO~sc(LOu`3-N>KlU!qYYGmbweOhb#VjJ&jpSYYGv-itc zwXSM3bJVgrEskG}*Mvc#esiidHYAEBm6<%J=!ao=K{ydVR4_&D_de>yy@KE=`b%)~ z$0P4YMzYs|4WWJxmhXa=!abpS2FrIKx55I&{62%%gpU>dwt`#Ihpb5*Y=!$gN||j zlrnZ_G*>VmpW3Hs!k+TSTccpIwbDaqBUJe;I3D`jYi{jLv=_Gc^tU7M>0>Nh_!`G1 z(5AIr#`_#Be>GkcMl1TQMQ_Gi$T-=KKgt11nxUn$rKX&JX3R?9VJ^89J`3iTcZ2Z^ zBe%jq#r%#b;~u`yj{aqgZ`A5e-ug{FTlePt6(nBnmMU*fI`MN$`7IqZAYU?hYc!Ym zAIA{8aKdf=<>ss4+DRR_eGRT8z4kL*0lrcO>H# zq}~=*f3Uq9U*r36n4&n|e!i4_7xYr}^B%Mjx-05)H?auwLgVqaNk%t@?k40G{-{VF z4*zX^mY|K$Us0cn%QQ_W2=RlMGk%)ToAc+;=JNP=eVjCpO`;K2)1k?s$SuGNcF*ZA&)C4$wfc z|E^#x7hX~v&-c?-Ay2Wrt44DEA12=BkDp+Tc+F>dY-Y?piI;`d*7%lCk82rX@>bNg zgEW*$o}yY~v=N%3Px+Ip>rG{vCM@*&)2cCS{VFkz-QX-mKg{jTcmn+|539|M!+v*2 z2fjOkRUv-18*G;~o@>%Kp|oQC&CbpWPi1rN2RbPF;l%y?za+>|^kD46Y-V~N8`m+VO6^1M3cgsk|6S$OoIq^#{*8bB9j3+bxO2i=?LLaAT zR%&&(usIjyI0o+s6XM10e%blHDTK9Bb?R)~%RpUEvu;Ker^e!Xt|LeYTAISHmre{u$VW`<=qf(Ee+M zE>BT&{+W@)4mVqV2)5HKXZxW|O~wZ(v;40o#(0aoTJ>3n*{qZa5$)#Q)D3GD^Lqxd z3m1g?hbo;(>esa0WhUDc^%+Cm!d2n=M5Rvew4?*aOYo?oe}2s7`y-gBIzG?kcmUo| z^v?uh7w-4#lW4{q>|d{pCvQCFyO($1^B}wt z;%Div@zd93d|re174!8J+6YgC_V@VOV_FBiFMOlu|KYS%_$jo#p8BnU>}0$nyp4Y( zUnGjZs8vw6o+WpQQF(DQ+6Z4O>hs-5j%VN<{1!IF;ubC;x5E4J`8CP~^*=F(@c~vU z`tudE7v2ulKUn{M_NBr*iu=6#aiU+6#Xx>Ys^sgzCH8{^&~X zZLirM+u#M^fbEAQZIIyyqo^*cMmcm%(5=retH_n`gJQl8;|1aS+oY=a$s3RP-t?M$ zpAJ#CRuuKv^zi*V^TBv- zAh$yDY)^X;TQ^qmmN(nGkX#8(t$bk@;|&>Z%yog$meURDjP2do$-Uhl-NCo-+#dy4eSUjUTY`071}E1 zcR#rjj$7x(Z*Rf&XUte&wznzX6lyoIOL?EY`kTww;2ojHUT-;jK3M*4aw{|^zZFc5 z!haCEP@njNQ?UMiIqZL7OX&FQNw!tlNOCK53(K!=-CV+x-x=gq7_64x*rj+==;Qj+ z*s>XkH~vH|$~C;FX7Rtxq4w>;*2XW+zO)<^ZO{;2)z~c8G`mgI{MrD zBiRXsjVIEUqj*7>qv(f^&|b)`czl+sWAZSGwhCt{w)ZBq7oH2%Uuv``$yW>Qv?ya6 zj9C}Izm}sg)1SJriljZFJ;7&R;VkklOM;W`EQ&F=B!}aF_(IYD7vlwCjiMi(!<)h- z_%k>K``4M|Ru~+Y-{89Z@So|z9FwON$G0EJt*|IGzrlEl$gOamVt%)fTj4ElekD+Q zG7p}4CHakLm!Q4ym!kglQn)uT#1#D;jWRaFbo>*Xg6*A8TZJnX+j|5ph1H6Bo}I=2 zFM!Fx@iQ1+Ow)!DyRh8$zo(RL`QPmPrrTfojPIIYto#415?Do!pZW7mvRrF{mcn(R zdQw1_QttF|O|BJ%n-u;0T+RmWq;CngDfX}RIow+Uk{@-d@XQ4B zd-1dMU)ZLY-{W<@Uw{V#`y+F_aW-b0XpLyQXsd8Iw7tQ2(o-1A;T}c(r$*Ud!?m^_ zVon5Zstip{KU|c>z0lz7P`?G^*+*`LhZXa?=QFO=f?2NL5)-vbT9mM&T5>%jx@gRJ zl85WiUf8av|79Gz2_Gn)5BX#+$E#51RcDjs&qTS`Zw{ZAp)>w5_NO9SHFFiGe;F^0 zAN6a^b&h@D#jyVFjBV!n@_2R>?cr|nRo)c!ym1}55-w28*U%L1{;2GeJG3TE#W3be}0&gpb5F?ADn{mC!NjpGcZcAy=SM;zu*@| zJ^PIs&23jWE@qN=Y6OGQ5<-^!|BL>e0-|?6R`u!~{h~>t25)wpGfo^(8ANjq+l{H( zWt`JsF6~;b8@q<78DlE zDwwjMsAPWbtn7T&C@GzmTezq_vs!+)Df0^E7MD!PotHnos6^&vwm5G_L4Ik;=_S)< zo}OPkd-nV}MWu^RFUg%fcUD2klm$}BKi};9X$5)nr`ua+6WZzh#*P@=cVxf*`sw|~ z4<6B}BhT4=M~)aha+oa2?wgf0YRs6y*6i33l<6lg`t{EoJJ2^Xc*L0g14s24mOZ@B zgzU`0V@CH(Pm=<}Gy9G|c3yqRvjK}N&S=m{m`u80?+6Z-c_TUK_={?g^Qp|Vd6-9a)O>$eA zJ+5y?O7_?+V(r(zXUd`!YXztE*~3SV>zh4l?1(XghxgC!JE(u(p~TmJP`*5r=%){u z`~N}8uvBTWVW{?V^Uu;xA22dBr8gg{8V_LA|7O{4s+&=wXEPLL&n=yo zUE0H#9Xxn&zaE48%*!7*c=Wh}dE(;JT4oO%JGftVT3&j3dVX$7c1p+8g6y=EjQs4b zxp@WIxvBa2sTm!+bnIG~+e`1I{jb!cF`#$rmX}*nl%HK(QaZ07cXp5bvvTL1W-OPv z?9zF;MWrRiQrWC$g`#3}@i7V)m1NIakUMLBLH4|Y!h(4PbMgy%cxqAFtlrYvGL;p~ zn^!!K)=w+QE|@dlj8|trR#K|BwPXn>J*LRfw@atIjFiH>yzIilPMxw-Q>Ue7=XOr( znw`Q_n9-$6T473IoWB2bZ8JAvLG+onAeZ(}vy+{h(Ya%%f`W|fE_tcx5=_VJu7zoN z1e2eVR+v$cU(m5jFqnT;OF2P}#;QfRvqsseu_H@M>y$Pvojp!r+O%9#ro8;zbX%s* zdHMMTagqIxswyYEfd$3=a!Yed3QFz3I;G`zBvonIY12C8OJFJ4T{}+8Ah3*-&V^m_ zJ7(mi#0B;*D=8C&;FQ+CHrgr$9+hbhlsF=raPf#Nyl zh!H*-I|}@xE$I@kF`Rj}W)DsO>l+HMa6mzB>HK*G!3K2A&&^Bgnws6IFukkQhf}(C zw)=2KN=C={uJS*ssvH|wb@rW=TjF#Z%L(cKzzP4lnsUPG&(4F9eFQraJLBnjg}E6S zUGuZ^3R9+uV4boNuuufc$frw9>ztAw=g)szOSwTUD410|*NG@KFQrSDuBmC+oig$} zTRo;Ddx;80yZ(Hl`^Qz36OOI<{COqC^K6yO+!eCZQtrk7zMhH$%bZ`xA%z`S*Uss= zX$74bi_m3I{>8BSuQwAu=yFgoyP(wF=bE`@ z*ii4O|Edb_5x9NqywE&S4<3kHZ#erX^GII~+?7{RJbYKEucCu^YxVMv;BBq?6%^XN zE3H%4+!Ti7>`q-%jj=H`n;l*kclVZ_+BMG7|F)KL`k1G>{v2S$1;&2&-vsuLYbqx= z^Dxs}n{}+3_K%NM|8XT1g=DK#n4g!DnxEH+Pdq7k=B_QTAYamF9>}M4OwWi*pV6d$ zw0=c_cw5yeB_%gEy;Ewo9L_tz6&fqm4DQ>GcKP z)y)t3dGia^KkNU4k*1=66-J3}-Hsi$LN#W43pqjEBYSvWNoj6rL22+nU2X4VJ5KS` z!9V^$z@F)Uz6ph<{PSarf3chWpKK(X&#?uioH#L05apLHo?Bq=shoY7=W~`qn>|Cc zt+C>M;~%H-e|1v|P5T$;5&lI!|F^cH+8{eiio1t@oTY!h4>3e*kv#@8_A4mKpI0=O zb1f~h3l?!|G;=ZE1Y~#as8#%aTE*|DWmNor=M?|@)8>`v6P|XzQI+rZR>54p_-oB~ ze66kb9Q;&Xn_V1qlk9{sK?@74ES`1$D3%bFx@8B}(3>Cwd-cDLDJT-tGP3%@6-%C!mmx!*Y77st5I zy~g+0jRx^QKu*)NQ}|-|s}|fp{#i|X=qFA4Wf;G++Q$Fhti}CN>+zfI82>A98P|4J z*R;v)xXVCvO4G(I(zNUE z(X@Uv`dsccvwWzgU7F8*cxh07zGq)_3g3Uep=l5N!nH2k%jL%-%zsFmXR^+{{ARx~ z|MQNR2NCbnCveUB!k#H+bykgjP} zxE^vZvCgF(NnGF3>H1~X6QI>Nun1HL++cJzFo>%Qw~ z+SKLbh?wi+m1|ezE5cD zjUS;cZFr~y?-Tbj;{O~?+TfEdThJd*moBC*+K@-QUlHpT;(v?wwAzkV2Q@99SYyP0 zE$!dbgY~Ct+U3OfbusMK501{hZj*&%U1g)9OawtxwtCd%~V3MbD0Y z@`qP%DLwn?#=X9Hr2f`c2VZ^lkq1|G|FK5z?GL{2cat)8k;;Fbs~!C)x7Xiq z+_>k+w_o&b{%y^3KKr!GTSuS$~$c3!)s=GW^F9NF{j+a*WRo^JK{&%Z3%*nIqXN7g_0XZ44g+|;Po;;&ZiU0U|r z+VfjZ=(6$rmmB`N?~LD?bYD7a#kp&mKhpD?6ZhV8SL1K@?|mnB;cv0stsh@8FLG#7 zjc;i#A)cpA2A98!oZhrFBTS^-&`fuXCuXk;IEp6|R{)gVXwEE%^scWkoUcP$d zH+S}Uq41WHxT(F^|Sy<_R4g}?7Dxc1LKZ=e5s?{|h3e=#}f=oOuxf9S&bzoycqjp^wu`ZVmV zZ(NydEiL~kkt>j;^z=OZ2VeEuY9c5iLvS z9yzdowy&V|!du>4^gP#a36I{cR=#~Qzu|xnCphJ0!{tt|pr!DoqMmoqR-xe)VO0j> zKf;(GJi@pXoPy;Wa7~#o`_*7+(Jy{lp2Bs2P?K>nbkhAxPt^F$C0woOhc~mhhZ*cr z)c;Tp<2aPCj}1=2_?y#KVVPokABgfl+#pR+|IB25=Lcc`$g zqduM3g_{-Qzb1wK6tq{&*B4p*<^%R9>fcJ^e;~k}iuo;za!(EzsiVU+ql)?c4K0NOih5=cf$+GZo_D8k4K)lTzsLEa zwuT|yUTD5Mwc&$T-Dbb$d@enVn1;;@$w)X)-kE9!q5S_;?2>1o&JdDdlq@?Mkk z_+5ZAaXfBK$>y`+LK(aglFs0|U#N12UBvqw9N)_Df-othzXwZmJR0R55^$Mff0>9E zgs&9+aI?->1rtN{4@NXz<2Rb{m7@OVC-b{hIC-L@i)DQ0wQr^_S_-G4=dt}3(R!0x z;hxa^2IHSgeudTU?>_7yCCN>*gk*+UfR;j~|N6qTUIgo3w=6*u#<7jy6fA!z%Kj1V zP|WZBI==yh62*MIi`RtW5Wj^TKQu>sp-ZU#Zi{q7pNO^?ZG;Aj`m9GAL2?kBg8Gcj z<(`YMoBY~-FcX#_<4lJOtf{u)XYF#d z5ymL?ufNExus$@uR^6U~ZXw5;k+8WgFl`8YFaF2tYVed z<%Ox|$2z|Qg>ORrU=`zu|7)qsLeH?tBfatVHRvsj?H5)$*xoT` z;02g(j}O)nN!Z%5tVSyLIDt16{je161s(l8dK%U1=;2OgHaDNmeGDLmK2~`v&6c4@u3PpH<>7Ph$cJ7MX*+?lf7i#Ec!iuznZu7oaDzNB47ccMC7Ya!dxWtr{& zrm5U>2)+vSLr~8f@v^W`(a(d)m5_L)vC*&x-MjFKvl$=Y>d^jW4;k(nKOW#a1~`Lr zwx(k4dtq}&bv_G1FV5=*r(k>MpF!V(XYBqJT*+8sr)~^w6`F*$H(38YXeq2IM^7sE zHLFbH^8#Gn&*@)IMD#Du2F%qiAa>!c(D*&Yty;RI;vF~?^h3Aq7(K1=)(IeNeEyi&g|g82gYjH- z2KO|DFBSdsF>MtdrMF;oYf3sE$K|Padaee?6EBd)ZQ;wZsTIhIX zZN`4m@y!`{6ONLv`1r&8aA6;gond~c{@(aa{eL94!rSDx+$rY1lbuR`2i>#Geb-yR zx%98IIbMbRq4|}}m@xaGru+{;SZIwu#u_pIm~Skz&L_`J<+Cz$i+SocQ{!3S&L$?X?}dY* z`3mZPLmxiR!aDqLjLGP#Bb#z=7%r{YpH8p<~M0=TB38#kUD;Ur53B(U4^;h#lj9dvLW4`vr+st|MKrZK=;n9HKB+1@*%-47I z(KMlIJu{w6O^fLfEvi@3lVkixgjj@!q#9bZg>GzPYE#Bqc+~4Rd+Sb?WPw@#J$*Qr z2DgU#!5fcRN#sqU6!^Y8*k6n?zP9(Q#s36=^=|()D>5E~^&igVSRQtwkHVDPAc1pH z(1v^&lYO98&dSa4rqEE)pC6pTJu@I((LXbrvcHC%Vfs5UNxMz`lhIPBgP!F~K0U8V ziHzz5gOnh*<$TvE#|p>Xi|JNPxj$HNbsL4gZb41{^S~(1pcoU^sx00 z3(Hy-#1`Ca5nIL*pevgFI%T~Itx7C6&^GZ;@`q@q7h zK~LfD3i_9~)m_Q0a7Ji;y(P_%-srU;Ujng1 zk)odG|H5@y5aaVsa0=F+G>YR-C{*-ANiDuxfZd9I?ueE`d-SxYcn{ml<+%sm7t+h| zzg^aDNfz1&=PT;79qol%Vs=g5XS-H+*?7Do%)~#|_)|Mtrc*%1k2+e+xzkQ27s5rf zANp|Z0PMNat;3xQ)<2cHh1Hfn-Lf(lEWeK23KuGVp1rjx;}tZ+pU(IhqiRUtiOC!| zji-qAD%uF!V#a%M55ah%W=d{hqoV%rqK&X4=F!uMJJ{Z%ctQC6N~e%#CRl!LEyferr`W$*j^h8k zz>V}@C%?`Xy!A_(Bif7v?(+=m6#L6#P5B?}(An!B%Q=>RtgZb&?45U*6jl1RYla2~ zL>+<(h*-c#bX9^01e*brAc$l^0RgjOLdD!53JNN^W>>|WMOULrUOd_MK9ASLkktEW zHcw$~`%iZqv8~Y$OAg~YUO2;8el}hZvy6UdPp(7{@>Sj+^?%PbRXIf-X%o#qjlLr8 zHTIW7&|b{X)nB!HQz>|M{zQAxWNx@7`JBzy9nCmCfmV}}<-+-Nd0OCH#n>#K>lK!% z|5<(KBKnGW#n@jqLrXC%*Z<}Fs&?j)D{+D`U*qt;crw@j>Go=GO?sjwY;4r?BfKo8 zrpC|evcR<;)Z}#i#dtxyWc0&h1|q z1rkj!kt;F4n6F=Gt2mYR=1s-2l?RRHdQ|wY(a*!sUL2OAe_VCEm-`Rn^FB0Q8NV9O zW%YcAwu;fY?Txn#@0WZD-V{3+{kd6B#s?T`%ufAIgs(P8iK+7x>bcuU8mrJ$m`Zs=(uo`0Ym*+03uJx|lJWSqQDeh;tZcpm<>#__?czof^n@uzqnfBI9HqwtxvMZHp~2j^|H7lV!ZKZ|$7 z+eZKF+LLoppx<(3r$kJ_i`_bK?H(+zH(%)<{IAhy1M6Owtv&5e|Mia!<9GnJGWM5i zsatGftp9Vg6uTMq+=jM_C+cml7kAX{ejs)+GdF%+AC{h8n9lzUgg^59nd-m(b}gFo zdlNV}*PrRSSt^`T%Xe{bYpy@bqv88Iyd%Ch`e$ZO+6reG{d3!Bes2O>8uPVZPk!qM zRn5a5k!hn=xZ&EhKjim@@I|j+{CDxNXURr9m%?H^)4!^mig(anw7D<%Jc1-em2&l0 za7vo@Cci&^fi|KEzm2SC@(Ttp{(;xTfkwZ5FrD90!mu`LY;UydwGQXIL70>4H`-n{ zeL`Es7GZl+uP4hl@LqYCT!~s^zUK5K7P!Lbhs$d@w*-&m`ZF1iALy3N@ebUO>;H6l zC8Aj+-*><~qy9gly%=fKzv5*+royI1Kb(R#;tr!eKTqeoXc$1ga;9SWy5~ppehp)c z`PvBYh$Z;P&$v249Bc{5@c z%Z%|qR?FvW_}1u$w&Ye!Gv>D~+K2-~ed4!Jlq$skDz3`U*H5E4mj*`|{cuxHt}TWC z;)ndHlv>?|*u`xVwS&>z=4 z`9?bKd)f*&1>cud51HGjboX4h!ku?+uj)x12UTv+zGeH`Of30g;R|FT!A;m|8o7AjeibWiucO&%*YvxGhfv5KXPGxqkkr&z4$WM&)Ike zqNTVpSI=zu{^Uwr9ryP{=*jYa;wPiMXtYzJSTvg~@2{NoA?K=Lz23o4S;6{>O8>aL zD%wyp-qK9kDjM>e^X!zZ|AO!NKS!`hF*6iX;?T*)t!fWEL#Q5MlD=w3q+k;$*7mfK^_C5E&fv>o?jp{9V zl~war9!%cOBpPdq+~edVpGS@F*O%Z0Q8hWJFZGmd@6l*4bdR0vlr8@y-VxhG{?S%N zqIIiX=DhHE)_=^^r==F;N(?aOYyRP!Z-=vt?cE>k#ivI7x5vxk4*cx-lUU;^*qlk{HQ0k&IP=O2JsiQb`w&%Kw|=8@AY188uEuNP0HfbFq^)AO zvAwJCzG#O3!^s!D7%rxs_Zoxt@Ih|AvU=WjIOo$~G5Jc5Z>}3uJk5Xh``1dmBepR5 zr#0ReTYr$$zZg`VeY%fW#5G3$oKLPq%li}YN3Kk^*YAD92ckX9HTvh!F&v-3_eMSM z#0z4s(GT5vaXuWT8U64RUJ&aAejsNhr%L0Y6OM<$;Ns=0V*Ehv!w35Z*Q@)=>%>WE zu{QO$Y#Jt_>LYS11{(7_5iP}~Mm^W*$o2fN>X1af!o4#B#*?3~mp|mbanPZ6@QVJ$ zTSaBT>x@lkh9MfQ(WZL^Faf^S1eu(OGvTsJzHj7xq ziXfhF2mWTn6HSVz;Jikz#MQ=pHT!|F87B4*^~_bZ81CkG`j(iO+rI)ohlP25a7Kkk z|6IQ%Zw=bkul6~{~dRKbA@ z<%%U1U4NCMc`xDad1E+V3LTC8u`6B>t&M*8>~Q`^H2j~@pA+%EI3#&I7DS!*bRymn zui~HFshD27ZVSGvgadQ)8|fKs)Qh%?&5Z56dJNu#9gKReoWc7w>}vGSn|ML=#t*5< zO)W(W(|YmV1y|v>a{svM@6qJO$WV7sbavagPs&+QcaF)8U-Ih1M@d zJ1(CoCRg-Fd$EI2|JP?Yj+h+B6IACWtBvOWq_2o;qy7@T#7x+L@R?P!X$u>l6xfRbD^ZWjc3P;RJ9>4ijmC~OV zeE%HQi)*RiuB_h*uD@OI=$BuOm&H!O_?EB=<$~{Ly$${Hb!aJO8TDL;T#2!{`O4~Z z*+8yUf%VQy1sg3Cqd9+O%NBfJ3G*3G{Qgx`pp^_?&gClN-KU0z==U;=!{4B#n48<* zwLv879z*F-S>l&t@8JnQJI3!p9^!6@` zw+!@I6dey2iz?-Es}_B~?;Q^Zzd4~-R-MXwg*Y6+QMkS-dg+#dT3}DS%8Q?Z#V8a%{)RI-)`siq^_w=(+_`%p;>hPzyEbynIbOqkjRGP0x{l2(DGtNh2_`C)e8vEC}Gx>fT_As9BT9@34 z2XphAZSM-aBX-Ok-?HVm#tY&~qaU_FOVNBt)W4#PrpGp|E;z?^AgB zUp$}bp@ZY{SjX^C)4CVdQGt|zDovMX}>LI12oU6IYDOD5)7mF2j zmChsTa}`&0cFN;5O{hamN3%#ftx*PpAqXFN? z!3d+Df2Hq=`-A?gC|%v(qpCDYVVC&R{XN2;s*fhO;>J{dRZ>$n{tkFk{Kx3egUGGe zo&5S!F`UUfdjb!_BygdzzmLSrVqc@5cOh4z#RHk$2P-@SMla4nd$G4s|5fBx3^eBV zdb})74E!Y!5@*JYlm%4zSpy{h5^`nota_5L1(o0&Pc1;^&_vElt%`rq4; z_b&L;*k5{%<^2V|XdNCQWI{--=!tj4yGH*Ui+9Ar$Un*I(*9KZd*NmAVEBGlC?z(C z%40ImZO$HeL2QN}8iXYS3%Du&t9-$kPb}hJhImxnv3N%uZ}d-#L3k5xF#7))awXav z76xDMv)AD7@unDO^yhx`EwQJue+?Xq_hGd$zYEbuoMY7IXmTrFNQ_reR&$zuKDiQ) zkgq7eUh?T;c%VezDr!3yc{u-YJAFm`pRvDG_NFp8A*Vljf|tc~1YQ&UlYWcJBwNDP zE}wnzf_TX2hj;OU=#lG(Wc~h5&qI5$%&7lZaw{rsh=NYcWa~eLT#40*e8n4N%U?;Z z#Cy5@EAjP9P|3Qz`Fsb582!A6SVUp-IEr{K8_(BhDTWyJ+;eP&BbpoaITbI6X^|fo znxd(Y7=e5@-8!4!vOwYGs8C`i8~=6WRy=IXZxOGFmjl1KiQ4mKFGNex$*AXx^exeJ z_q^J&@ed^y@x9UiHNE-l2qzi+@Bmth(FQ%0fr=Wu4+lnmDCRXJS~q)ag(Er|{ctr} zioQlY?;*G1C1ZX!W2_Q$8L#S_iisC4oyoZeI1GQ5PuXm79nv7~hXYN|PmQCy0XB(FWj=>t<4VY zFyN)fUca)`Xmn*0x2jcL^U9~tUVLQKe>&QTUPgWH#tUL3en`B3d3rL61<$;ddB-ya zr&SHVRfUE4a}DL$&L2hEz~dHT#AM1O}}$ZvMaM)v7!&V|4UxqeR9(1^vyX7YOzxZIep%g|no zH|pQGCBNN=UDN&1H%mGkZ)uAf&S$~{Mtxo)SK{zQzUr-`oQ`-+oH4*(Q(|p)(zhS}^d)tRcGMqFrFgb% zZc1;?9l|nWe|d@AihmpPyI>IKT409JZ{HES*fte^7LD+;W(o4Mz(m)#haoJ{#?W42Cun)puHGj)PFc_6&oKO>#w>> zL4~oTzIuJ|vS`it=}o>QVd>0s<0I%Rup%-3`1#Eg^;UFk$>$N+D?L60g|jQ%B=(i>Xe*Xy5jehv$6~_@5M#lps+7@Ok(o_AB^&H2LTk$seP3z;o z?iF&v{>%3wHC($5Jww0Inf(6b=s&plJ1T0cS|~Wz4&wd;aFtP?*B|5h6KGHqMyR?p zx&DVceIySi&0IgoXK>>DlI~vO@|x>?LqMC0gs2rvBk;cH9{OLwdktvMg>J5jXsZgI zRxwl26>o}j@TaE_FUAvfhf|feGv^&*7maG_i9al_Juodp8*vZ%r1e+)iTb^K6`bE@ zGTy?6@%Zn071i^w2=9w`Pf8W2cbgi#AigvDVc!~luLL`VerW8=sSHGZ@OJI_q4FcN z5odKO*C!QUw9u}=dnufV|I77}zv4-LEjYC;8UJBUcKitxkGIg=B)lN{2Y&Dhd46Cn zFt)cv$$PALcPv`MB4ht;`YK}y+?4x%=hYcM(40PaO)N8xhYtfnQ^PvNoKO z`SRCoh1W!ZF{^yamgc&F-W;#Ok7+*#n`XBd*OGIYusG`nw#k<7QQ)&CoNF9!55zm- zkKp>)tJ^N_wD`2HqprK6RNAnad)n(Q-A<#6CoNcS$h`k6ZMkwC7cYoMa{Z8vr$nyA zqA*|H(BvQ6a{t(hAPJb&_y7OKa&0v%HTrWBRfxNc`aC~~?{eWAqu)m1W${QjekPJ! zoz~wQS#Rmh_w}&u{6xWMHmgquye3*c7!^v)WXm5-uEcoyyA*Q<@z2q`?+0DJ_qwX0 z~4#}R*QVjFLJ6N~sHI(|sj7q!>(TZxw%jpN#OxXb9bd&#ZnFh5yuI3Lv?u5dmW z#I<-(aY3{yF_SHSK@Hb0!E$51#-XLyGO1^@hiv`5_HrC?pz-^T#Xs`DKw(MXx9TOq z_jg6NSke&6zf;ie{O|9I72^uT1NY~SKPu_?8~C%%6|_}6TGrlT@Ot^v`s7NyW6akR zXZOLKnI4+HW zuM_X5nIIA?7NL#!+N4jx=}d0L561lNhu6gOxqi#$cNcOiwj;k$zA}nxJOBM?_7NO! zz+hwlnoq98m*M+`s*1v3#vki~_dBQX0Nxj`8U23&T8ee|NW|~y?Z+ES-^82!s5j?s zVUPLoEAd)(-c=pBnV&`Cd^Vj;7<~?pgu0&U3zK(g-am0pO1n~qR3<=|rl-?lM z!INk>xfN}U`8|(ZiPQ4(6*nfz*V||#evA5->qS!EL&L4OUK;*6Kd(emPyhAn$(3la zReAYh`3i6O+ycku&~#Yd%h~#`rmfOK!!U#`mx0#4XOO|NNwvurS(b zx_m+TfjDDDcmSS)8)ca9txGE)M^wZvAQ?3Vtt&RD5679tx zqyBf|H8DQ+TOx?8{-=%Oe-glV#{RV*Z57An`6tz0f476SB6fJgn6Gty;`1-eX1tPO z;b6=O;biTFV(`+ZcunkR^xMm5DJB^8{Ee|h>}niO-o-m&LvoOvvicv2mg3AjJ);Uj z75JWD9M{sq_4wI8{)t~JKi<>k5ADVIM!1>&6&^3eTR3jC3#XF#f^*g5{FWLvO1u)6 z$;RJpQ|=c5BaME37G1>tMt{CfuEYVxe2v?R&*QM#=(jD2UF>g+|Mk?92EQ_OJNmgdYm3pX>O^t?1}x z^2?g+wC`4Yeu2g(XJ1RLas8#Uh+RBujQ`$ooZo}ja{Z8qKiJt9_)MH;?7w~RjyOH= zPb%i}g)WY>0a}Vw(s_gA)m8ZAW^x4g34*Nk6;Jl5mgwKt4PwEjinu zy;y40zosGIFT)3UdWO{|nszQ;6I&Yn_93|y4R1w|db0!bnel;HLKWs^433S<+0w8L>W}rQkYa|84#n=O191v40)CDetB5 zfYA@*h(+9IjOUwi96vy7^pE@#4OB@z)n3=>*^tkI@JpT_a`eAuE3P$zosE8Yb};W< zP!sFVe*L4J_L?ix{|~$%E^+l@`IL;`f2{`X#j{5J5C4g48{sbc*I!ItZ&F77b)_kj)hy$`H2JQ+{0 zuT+2cgTZo6kZ^@o}#Iz1^e^ z0GmHSe}rXj(B7t$DLKwU6>Y{rTTu~l1DVE^+!D4>=!18}yGH-)f|jB~o}SuAF!}$# ziTe_gThYy!-;Ib}JnkmqSDos^>w9WSQNEBRey6hV1i2DN8}oG~NfBRZYt-XIDp`}=09IqDOHPM;zFsWx4Qu*_Kcv(!z@pHPp zer;p$ju_m&ye2Kjc?w^>9PfyxTZe0s&)M>C;sr4v=)d8is;kQ9hTHnv>G5`QE5@Yr z8x+je-n@XX#ULc1IgAB~PDhIL=sdD=ta)m#|Kk4XT`J z{$i!8`m46C@OatipJT|an4Obfm-^z#kADGP7MtT|!&G<#?ZrOmpVY_Sw!D7F`Hb9( z@p=6{++mf!ogQz)JED)#KU2|C+?v~8yd6}8yV3L4 zB9^Ac6MoNE^7YmpD!nH7%X7(qp=bV7Os(Dk?}!W15{!oKySC=AMb{vI!g+l~Hw{YdWJ1%qErRg-CF z`07XGO59}3*O7N|uRdsP{5{&)<0~BTXSqMa0HX24UvUq)74O!Y-?VOz;!QCt*Pn4- z!`)qp_ToD9&raF$hvNnDjL{DtqrI4f{$BrzI(ubx`_y<_>*fDDv==MTKRZPmM=y=u zntMOM7Dm6Vy#fF41D-Vcr&lLFf5BPC{&@9x&TqhmH;3a%6lypVj4J+k^~~OA3E!?E zzu|^@r)fd#;=if!Ff2j7qE6)3zi>y+Pr^IKe9hRJ@2;WNsOKxhE*jLO+glJk-Y!Hp`jnVGX8^(XX+x$`CC1RH^md}69uE$sBpCA=Z1W@1Cx!PukRku`Aq0W zzUrA!J)YM6l>3*$>%sU?<=uX$$eA{karIE-4Y+(f)F2#c)aNS3Hqq8NzJ1HsBhF#`@%p9*;w&s6dz~M$e|G78E0?@TCwf}k+Txb7IT)PAx8~yP1c)pv0-HrL`iuc8ZM*n|C zUlbqG9}_mICw}hxxdES#pr5V7;P6DHGVNf*b_YMVTvqpR#f$NR= z`eHnvePNbSpN;X3cnJRlQzC|NRs4J$xe~t^^VM=6j{l)=U3R>RYn2G1;EdmZ@c{-I z^?Z6qu6KnEjQyoAUJy@~`5~{-is)yw6!VRG_H9J{@PIL2NB+$5HuTuRSHri1Kc9ZA z_7<0K&2J6iy4?O4ZV``Luc3|TW7KCnW2e|~o3JkLIZqz%g)=+x-43jCWU73y5XTX| z+6ga+QFY;(+~-ob_TUXF9I>a-5AV@dG1l1L#uNBz6qXtDJG>F!-N8y@e#hfA@!vAP z`R&W(wY z5#JTS|BU(V{3O?x!rSe`j3jHz&Yw?T7bEHKif~%hbiS-FRaMnGMH*CDT?)2wJGjk9 zISqf_k?{wPC%=~V?nG|I!n&Xyp4@mgGq)+)i`R|%Pk5bs>cN}w`$eM8tbYzdOVMcO zM6qZ#TYeQ@6F=nmtt7umH19z(1?L>RAQt8LA)Q^n{CvD1X6E`K8_!Wk@&7=f$!k&2 ziJ5HqCOc6U&dlwP!KPJl6%Tdd`gZ7P>@PjZmH5({FT5}TE~$(68P8?opGj`T*T(#A zPb}ik+<4ei**nLHctN;EKdi}G{-;je$))#Kl`Dj zxT7xakHw&%n(EopTdwuaTW`D*zZZima{Z8v{|K}fl|6z=Q%~9Quizaq6#s%sikkzOAPTV^m?#a!sHcM~wKDiQm zhW$PLa%QJj9>x8KLDy_$r|iaccv&pR&uf}OpI$<)#86|t?m|m(6?)2N=?GFw-tfDc zwu+-de|kG^?=0n-v3k&v31ah~9zBYCjlguH{>Mzf{+{RC2s^*-9kI9wzG57r?*=)c5$vbhb7v8ORJc)NATirnHqH{9-s7QJJoNw>U z`F6N39Dky+nn{-TUwE3_igS(meVJT|MaF!sVk{ALj3?PC8_%7zRrIC3Y?IMt!P(;jjSa@8H*X#aq{Q8gb#;Q&%jx z{{0a*9=yTbr3Pb%t$gA1drw+-qd8kO-1K9#6jvMdym$ilhlITo<4>WYQ+w0v->di!#+9w$@Bl`7bW^j_-ZMYFTejkjP{~ghc)USR^hBiZpHud@|z9cnY9ha=WtW5 zf1+wNDSAbD%awZ5$-KA&y7F_O*`|f#)GDh zp4)O}>iHsG5FPP@H~ob^SM0=RL1=C4Unk-P@kp*8 zvhjR}mg4F>J#&WW8oVhQZflEwkIvki3br)*;rR)C)`W+Q5 z-h}tleycYNf9}J%3b;2q7T#8XeoZr(X*6Oe*A`<&xf6-d7GC#WaHUjU%s1y=Zt>q zk2a#KQJ>$@MjT|+=Onx!rs4VKK%<{WGM0#T;dtWJ z7CvP48BANn07H8f;r45Bz7g7zUw?ALncU~@cvI|c^k>CHJ}*P(Wm*3$_5Bd+aGtln zx6wvSH0sk0FNpVzemDrPi7C_anwQmcG+K%&Mm^8%%x60|IvgLA`ZY{DuZ8!accg!^ zaCXz9h+P~uEm%X(&t-uf#jD}I`m9dFYc)_RM5 z@q(C<9G^>m$>7Of2;R?Hk}Gk#F<%Sj@cR^4X7vADv=^7=_>B|VK`eUm^Rge>i$O;H zN20xW*r@+aXeqYdGqLMvHW`n<@|Dhfe*_O0{r2lNe0GF)-w#{lxZW3C(LOkKEX50p z(MBwf{OP}zC=wTDt`oTumm2eR0l5-S8uK-7BEN5iW0L*}B5+f0eSW?!Aa?OYS^WMc zSv`*KQT8{SOXQTf2&*5I|;Bd^EowE9$ zfHvZ5qdvQ!y?D~7|IuhEZa3=r1hI=Q#`v#BdvRr~KaH<{T7i~gosoHEvidAW8{u@c zmERq0#9KyvzQX%r7XJ6Y?<-caC*7>Vxm>%{lBVX&@crgZv{ls6-thauxLfg$(Y?ZY z(1rzP{VrVV4K3#cFZ{*vz>8=vMjG`$eIk7wo-pQjzahMT!S_ae-XRt--5Ad+m3Fye{w73?VQ{bH?FoO^&%Vn3*~=ZCr8T(Gfs zKfQu;ELw_2{|eTpp0e?Og_dHDQO_P-INt(2jsBUiE!PXd%f|DKPwmV98-*{7`Y%U& z(aEU)^%FT3hEMQktbfTsj&+eJ>;yG|z{+BO&Y}9`RT8izAdbV#>;fM?O4C5&(l&n9i zq-Vhy+J(<|Fx=>$`zP}L1^<`Imv-T2!Jl)SVlXhCJ%rDu(A}uNQ&qvQS-E~S%5PAS zS8=kxcz!57gEnHgQJ>HD<$j6KD#%wc447v(F)u$!pUa2v`xoeMjKB5Kcnz*F`saDH z6zklY+IeQ76s-A)*hTjozqLugh1>ESBrI#;D=ep|lq<2L$(!{amJi|h3Pu_A|HtQ!Bie2kWUx@UqUqvN#qb;U zY&CP+K5nDcRa`q;+rHpjxwN`=RQrY7@_i`$Z0wKk;x#eN=(mRZF*d-^OumY=Inm_6 zZ|_g!*dJ=}LxV_Vk(JF7_i_u0jUZ_>& zQ?~viyKp@K%$^gJ{fpz7|DmNg%BW{A`j)ug*uTcL;`1Opzh?idvv|`JLpWA~8AiYL zsN($>p3K$17}Od+wZIEvcl?l?vP$}|-g-Uv0)gK<`B$h0+Z6c}?#-5pCH;HKXu6f$ zinrF7--62q-Y$QiNZqh~`S??cs!YukX{-1m9-o8P^WJ~?m@|ZXtHW_dJ@+M7;&bvP z|GUbJC<0U5)LNDb&gorvuZA;>e(Qkt;@~p}2%Y{8s#S4gLuGi)vL> zMa{%_*5!^ZEEb$8ReW~@ZOCsF4=vT?KYFt~s1n{^$gQ})qqkW0kkrS2X&_pP`&X0| z%~_PmU&affij*s!Vi0&2r?gl@T(MejAWfsKUq>4;-KdWGu~( zxA(Rv6?syk1k>6>`EDOxH0t>=xe~LD`T7Jeh<5nFcVJPwbzQz@(TqREI?X|QF(l>Z zuw3%ltF5%O73U6N{pr5n++>kd7f|_vGi^VPh2cx`C4VNTyzyZ}v=JW}^?9}n*DJzH zM!)SqZpATSev<*E#w-7YlhH;@&he+OZ>j?4CvqiDG3M)6awWD(=gV<}eEIu`^R+43 zh(FNhul3~K#{2Qxbodkf%O`qvW;&a;ioDwePN zvbkt5}}fzbF=rgW(39x8wV3 zSYgz2ENvAvwD&J3_SJ*B#T&-@*Xhc+1X%azp!TXY@8z2Pxc@nHHsrBq8e(rTTl=E-UH&_2; zd4EU061!L!#P6@wqZe;*r$;UO_k-GrSVX&1wXS^1)?d>VFF<=^zAo5}?$Tr$+M3_iz(r;Hs08Ix`e@CGL%H4+ zMjG|somj+}AfCAU@$)J_e(oZun*Dg%oW`*&JoaIE*LGDXGi}?IsL>`u*42wZ@xpb6LLp zR|{3~_~yrdz;+zp!rVmsMHQxM@AH?xA&<3;jRj{F+KBxgjb6x~asAbQ&{na^*xnIc zxn3QH8uN7|v5RvP@q2q_|87bjwYT7`*p0CqHpta8+|qmY9=@WjVt#IWv-)q@nro}! zv0VN6rKB6y?dyO1cHA2PZY2Kfl&$}&q1?L^rsce!wpV-UD}K#>dz&}rcmTdf|8hSk z^$G8P^}=qPOMo8e&P>AV%m7HdVX#+*-v zP0&B`e^4m&zXA*WKdCkMeuMRAc-56Xq-(F_)vLGTToE)qt*ofGm@e8Hn|lG zjrrY?T#24>e_@C9PqSKc?FMwu%~v*}yU|8$Wz=Uh+6(8+`eP_1Uixq-V*@NO_LueX zf_TU1hsTLs>_+?zqWzYZsyC7h`J_n_X$Z_Dtqc>7UrvFsr(9lkJw+=>m!Z>(qds$ah3 zE&BDpfcD}Lqkp=STk)YWzlRcw*nACs3!~$?;0(i?@UPHsYkG5GgC*ojOw7$!w!hp% zuEf8M`RYE2z6d88{WFW)irw?`n`o-^FF5a^y*S0Fe-Z7)=SKZcLVGbZSO2VkrrVFow5|fSjnnkWegU3=8dkc9DUyhdI z_g8!RPP;wbXv`!g)heI6)Y3Ks*TZZV8| zX~PPmA08xE;)2|KWx{dBP2&0ixY6k6i_k_~Wz^@m{W-pcwmE*wk;iG?htF&9oH4)q z;~nw4(LdjG<$N7{8;(Db-r-Ez7FW_%aZk?ptbE0j{8MoHlPmFtF<*<&M)W|R$PfMj zx#x#;{oL0EuZe^4TWTu#OMXNy3q`hfoRxS%+<+ha`ird9=e3}>2TzXEgtZ0d&SUs4 z5l+LOiK&>FPt9&ZuEYoAD~dlVkhz^oR#WdmHN2d)bGLC zN4%f&&{7P}^IOzb)$C9IMH}(JU+SadN&esHFwW1wm&W`y=*CzJjgATTn0$`o4%g0} z#CM5MXY7v;prv>}SI=zySM1NVdoUwUpM;KKJRhTtcnN*hJh|S>J;{~0o_u+JDEV9Q zYWV-5iphNS#yjGd-2U!w>phnI`Ss9JY-H5)xnmeh;QBYS{!E|W^UblxFwV8WpXAqz zzdDQ|{qeo%^`CeT(+u(_HhnI@h?jEp$(BEC7~i!*^GnnDiuP6t=ajF4bI~N; zAK^n||83NUu>q=PhV>+$v+=yIz78#RO_mGiv*ow!#`##NHRkJ?{rNom{}yd%E3`4{vtStK9-xMNkpyow#3S4Hmm3NXfJvh z^&ilU&kHc#sQc3(V$HK6=F<;fk^6%H-52N3< zKua;qsOPwD96!UpVSZD}WaEDUEyad4{^z3&_PS=XCZD$NF>%y)XCG62^|VJHA9urU zvo|_x_WTLU-|D`1$5NjPM~qk$_#vuNen?KfAJ%Ka`y=dc)c=S5`FskG=lUVqS+t|u zhw<49Mj7+<<|OXD4Mk(V2DRb0#V~bdw99&Cir)IRO?W?o6OHYC+FGzjFPhfa^lxzh<3GHMKh<70Rb4WEe_z|8z35`pe*&?K zWx4Su>-TrOdJ^ZlU{|A`uk6F;N0?*O|G8ltuflX=|JsIJiT@h&wXhq3dd_0WLQ?S68-;rn|HW;1MI-Ji2G#PEgD5E}?b>q8VxZdc8cF%I{ zDr{0?>%ULq1#xw*|I4~F%_^a#c;Be!kHh$`7_KwwIjsrT4#0Ty%=$B_r~FxPHo-gM zs9gUP!$d^S-O)z0G3qk}uZhNwM^z+dlJWSf7om;#F;|~#`Q_c{kMN)|zX#zRahTCR zXAz5NvR5MPXf_+qfoLxl=IEdPyyok_HCl=eH8#JkHJob=;6bAwKIp@_E4Vk;pV{~? zq^)8TV|$OHt>W_B{u>DueNvr^_Tprt{*QIzS{r!XnBVOtbF2+Za{Zib?@YWYHpZXn z{?Z{1-kbCDbrNkA_x?qDgN>_xM0@d4=KVtN^~rctKmY5A+=^F?`5lRO#2l{S_G@sQ zqF1l$)mQ%T3R;RUVm*^Vloxl-Ay?ueW4`WN#JzZ7SO08N<{ZGW32d1={se(k!~u=LJK|cSf7b5Hxf%E-0WoSchq0eysHv)WZ z^z-5axE~Shn47O`JU-w|y@qszSAl|3Zm_g`w?murpT*W`E-oul;2yIxV+>lU2bnpAlFYV^a~ zXd{kCpE&;T|6lw4QFmVR-CJ-*6T4_*jQ_D?8PDM*qn^i4CKh-;(H~1*`|=;^Xs_64 zOy28RJ=f{Z_4Y6j|753Z`700L^A1ch`g5zkT#E!v7iVkFj&Axttn^1XFV~;hcxDXe zyAJ4X)c>_(Ie!k{81*j_yXa($|9P|*6VX5RPuTWk{QfX;8(NAvMm;y~&if;Lote4c`T8vXDIv5U)-`J%#PZ&bv~XC+1rCO_J%hI6eA9A@-qv$grHA$(fq&#=~V5q>;?<3o5Q z)Uz0s%$?a`BYuwt9|ip}uTazkUVM+XiW_NfYEq}nncket_XV(NLjSl}Bv!PlGhP!z zjDEXsIG?}ZY@?nX*XI2Te$CZ08_xxO`R){^ERI4<%w)^2eITEY;FD1QMCm-|eT$aj zN%WL|n*GfEch+}Hm8DvzX6Y%;=hf4iHyd5qZ0n{SM;ER;cm7srBc>Sj8NU%@Ayn?2 z3M5#_#{Vm^i1&ymJ7vp%Kbh}OVLS5s*W(*~gskF zin7lOeocOVysa<uARa={Z=$$iCWjg|j(7Z1tq+8LJbRK`aVq&OkKgqJ^9u&$ zOXOB;Va)Gjaw~@C=GWUnQY7cuzK+L4)A=aITG}e6)81%G)flbyW_~8O;wfW(UnIBU zvfTcau3Iv{Li}P%6n_!@HM!omO-0Q*{-fp^J>c^{V}3j0Wiiz_UhRa}L^0QIS)mTb z3*zGX`@6zcYrLsqXRd#SchNKJpJe^Mje3$Rad0uHzGzKfP(Mx>{| zL8xa`Fqk2%Z#^PQ0yl??L;i%(q#Wl7m1hHQya7t zYb}je$8(+}@gj4Zk}L6xF<(ERy=WQu&8>1uODjwKP@DVVxbvN=3Z!xPnSH66nP$$7 zcunkS^xNL#N*omAOTiZPz@(ZrmAuDV@9`JBDV|;9_~UwI^>8}55|116wJX|-J972U z>N$(p#k{idB#s~o#hdB2GuLlGho$N9LC565=e3eo5dU#J({W95j#^N<` zR>p7IB3u4)v=JW~^?8uoieruWoq?9(DfA5UsYr@mEc!h~(d%uj8m0B?ZO`>l@J?=i zv+-X~?BaLgFCTAJACrWPo=!naahp-kemir%0=8Z1Rg!&h)2n9DR`IscKQE)D_@`0N zyJ@SaemlKigv_04w&z$IRvY!a5N*WM=;P~IRaEK9Q>nP|9E$S-~1IfQ%;=P zBQBsflz4KPEkuD`gZAQMqd&LVp3e$UINi^eYNJa9Q&cU>3aj9(Bz7^>8vlXB4@dC% z$e&8#OyW6ScNV!4m7NkVN3+Rz{FM#=;OGWc4Dcg#A9fZlbgH*q>Fimk*|xG}m8xDv zlUiQ1eBGw5vp4w_2Q6iNX3Ez86S);nk>B+A;Oh}rQR~gtp^G>x%2zU1D&j)CpF7Ew z_}!SV9m$nwN4~OCTyOZ=I%p%_3-u}L=%l*KA zw4bkI@q(DYlvSB2tLNk7N>o3YDa?v&`5Vzv>|oS$V{#=X5S|?N&7K{utEzIVS61KV z^r=4CDL%dH70q69nr(T?gj?U*e9-Dw&{14u^xJ7@DJG(4cFM;8HMtTC*+)H-!i=UV z+jA}owmdyrm6*xa{{mx!IKg=S^aq!&zS%Cxa)SCJ^8Fd=I!LZ%=PLIqovr_sOJN_^ZPaU z-(TqY_jyTY|NFe8NxN3^O8w@vi)msj#0(m=Oy)t*VCuuD<&KLeO@x@p1k9k zzt2ks3YF4Ig-d^*mkgEAb9Vgs`@CdQA8$VO{-tx0f1j63YUHvI`{?iUl1Xj6`ILYD zJ}>$AdC8c|Bz#OvAyxU^X%>UUK0kMUjDt2YE0_m9S=KA zkLS8-(06_HOsVnblAXEdB;2$#uXM70|Mkt<@_&_}uunblM78@f|KS|3IL3IM_j|Mv zQApLvDgvq#YaZ{Z%2Fa(9(2W z{!&)|fo<^uY>57Ap8S)*pP{`t!>Ip1h+X_eP3gB(XZ*~|Z4#NVpK zlk3lxJx*@Rb(yezZho`z_a|3k-FM0=@)on@H%5Cg*Qo!?Xeqv4YOB9L+K3~K`uw>& zzwv>7#{AyCJ^cla&&`)&4BPCFKRXeNIMo=>*61icjlKs>RGE^%^_H6bhpWxt9Qs!@ z^rgzB7v9^M`!Yl2<>~eQQYo`?3vwmSH|FcGwp`-}V~qZ3ya)G`fXPPvcg1UBvs}M< z;iqJ1g*M`Rqdw!vmAE`NU)lPn5sTP`c+%HZsBGYcqUQaup2j<33I3^fO0>Wwc5#t0 z{u9t%931Iitamqh;XAw_Hpulu=;cHe4>AvDXd|96>az-Oid(|*Eh$Fm=ft|L(MDWp)Tbrdh+B>NT!fd!e50RFB)8(IcM?HH zvssn;6T7(C7=Q0QxDPCxjX%}j-Jot=c-=mskNNv?sS>g)zVFh+Q0z>;Jf& zno}2DLT<$w#{7;Vc5#<6{$J5vyq@)c$s6CIaiY@I@=&}WZo&`QDVyKLXfJ*?>VN1# z{Duo&G5Y7Wwp`N-7e@Uh8C5o(iD)D4G3xX5AC4o=t@ZQKrP#i4rBl_WgEP&!s=Bti zqvz6^xrNF`PO-J)b|trBL2iDt@$|ww;^kcb1Z_!db{}mO%Z%;44DX1g?<92z=MxnN zt1cv0qWQS6O!7Hf{&;dF{*Qc>_eZv@h_}W_&G>y1+KVTQ`oDtqVj23^I~C(sdZWF# z$f$omv=?9I>Yr`zWoRR6jQTX|$M1gOn{a%~9o6Fa-=wXgZcXi_co^B^ctJdE^ux40 zIDUgVWB)ynT#09l`5KIt;!mTV*B{S&JFIvo)*zk>TN$regxAE{PsQu<=X~p3Pp-ta z#(X`Gmg1cpJrib*cKH#x5-)`Ls)}C9o#}oH_o0KIji2A|MH}(9QJ>prs~B!nJJDt zd}+ZR{6-JfGxnGN9M668VYRWp%)p!C5u-nUKAmG3Sn@-tSQu&k^MA;#IKr6UBk-E& zYV_L>ydZAG56Z7{+N7$|*^)UXc>+;AT}v#NULzK9sxh9W7K(?~PsrjpNs*E-xRvX0tN~9L_3484V%A^vufQ!2?ZJ0V(E5(# zZo~OxzWj9?;59MN*uUoV;~sP{<&3b-+eZ>FF2EkMLZG2 z7Uzte_L&%El&Eor@eQm^x9l||xeS?j%Z zZ-ka&v{BDH$(6W(e8uhMj71g41{KshN`Wi#M%7M<-{j&oaS?ut%X?*bpgez$-+ed; zbSk$ec5!(SzpIzS)KP0RRr`9L){pzR!C^*!zPbnZ5Qgr?{_;Lv5DyvsP`ferwTHWd z_=BeT@7JFGYK+?L>%Sjf5Km|P8MTy|*d$%Zm6&17*Igqj9I@dQ$@;>1PyBGfd)|s% zi93wr!&hh{-ZJXbcoyGJ!C{&AqhczKaG^8a7hf6uKLYK=^P&D>MS4#92mNKft8JcEKcLM)`db?L{x6{#W+nKC1A~GrU@o4{mZHobQP?qVf1}P4YRL z-{bI_c+TjzR-;VSxaayK-Y13@^y*K9f2v7|4EZaf6==B%Jc>^zt z9gTjj#haq7(Vvx5ICg+hx#M#fPTYc1h{ zi@oFi616t3zx;=`iWhSIDQSW!(BTiX6rbnn>CzXA+91;N#}VA85~f`d)RTHj>gm6* zH`<76jrw$bo^v74v~#NBU?E%oVEUH0)Y!jH+nBxx^E3SmS#`V=O_I6b>`Si12xGoF zlPhs-et#)O)dw?`Bk5molu^&a&{EuO)N>VH5Fdp8j{=DQkDb3t?d5wfv=O%%`meTV z_K;75jlIpwAF9e%-1H~EVTaFa%U_9>{Xl}nK6pWNHTq#Uyda)6`e8Y-h{}P{{u47v zKlrQXp}lzO-9)iyHe3D}yd$O>{nH#Th(%XKl_qAg^=~_c?>gZ0T)$<@Uq^1m(}w(N z#{(D(MLXko_#j$})*>Y!LXTy>p$j zu%*T;$KBE?@O4e4Q&&~umM;~}8*&~TFNhtDet4C(iVn0l_P=*bdsjTq^t<8g7)GyqyFpD zR`IQ|y*JL{9)@rv{tx;~G%A!B-HOrYLk)8Ur(b`*dxXwG|J7Qi@VGX7_SZU2@jJXA zM&XC-l+}L--WR_b^_fMk#L>oly?z4M`a!!@*=W?h^69{lT>k_AG=3iMfcB!%apg5> zIa~j*{`^m8*uv=N!$$IX2fm~K#^YPKuVnpxzW$3h#mFd+VcERrYG(ww6@AFB>UW)@ zQ*zF!n&!9-M}-Y|%sZa+d~)#=#}QqO`MPKd*QUYe_}Q=Dk3;XD?KK-1O3T{agR{8r zDlEjG*(upx|J6qA&>r>+$Dhf|l*L)&@??%~x^Tg>`r-~OCGf$>KF4BVXax6s4rAGaN! z72sbPJ!!e8KhH%4CnXBbJF~df50)GK(|k4mK>*(BqdIaYRUA#{kL0&R&?fee|C$>W zNzHU2c5y%PXC~i2snti|HF0V%UOAPFS5@aYOF6hJdMz$FrG|~vTyN`jPvp02FmsiY zGiCENr$65>!-2+pJwAo&QK9*rIn|?g`P2?A#kaY7X3J09od3}V!;F5|svY0A!h3-q zTtE4IO^`|xVfo9aFXP_fP|5YHw0S_h<$AF500EYu&2oBn-fYn;c3U5qovzYVz(r>ycLPCsVj zKaRGF!;S5|x<8-a;ap>Wznj9b67(_VYdBsI?Tmid1ntF_M*XL^t8hfST>Vii(7(#- zeFbMQT8i_HdcH=k#DV0iL0WvrO^rY5-34bc+KW?+`cFg~(Zi@uvz43=hXal0f7Y6c zH(`V^U*{9MxYii|ShN(^8TEX$KVubKi{JiQPyU}XxfMOgZ|+n!sP2Q7Vy02guSRmM z0nE+qkLHHprg(nT@;;b%Re%nz4=Vo0vvqH4VzNztl0pGS;-*cmT~7WiQeQ!#w)t^VA@93G&*WT$jIdcCjewF z*U#DV+n}YmF;~xQ`7Ow;IMSHkhwz$s+vv9iW~ctvc3Mx zlh9tg80b$J$;lT*?;3&r|3FLetg%1dkJrRW_|4P57*$`2=DZp0s^FYYZpC9ke$!-ar8wEk;9j8c82gZXR(1C0HB-<8}mAHFb- zw^y84;fVKEX>a9IQXl`dC-IIrKQ&&tRO%}6~5n`^Ka0z%%3U~c1Ev!@bCa$6RYYUZ@rS$ zLHXO!My&N-c05%7izk0?FQL7-DW!i{Dp}rNcNAU_UAu&3lF!-l=i)Un#^|@29T;z6 z+YQ6`iyW}@X6#H%?K%IM!jMqe6%5UCFdO0&qWc(M88pr<=r*gjw_`&Fh z7tmgG5A;t5kkxY<+KWw$`ai|kAev9e`o~S~EO@_Lb}-k|!hy#A@*P@=m(Vlm&+52t zKT*N;OflBxWb6sqp>_m_Um>OZ^Aal|e;?{|64cp2?QSM*=w6m0y-YX0vg zG~0fSrK7?6ceEED)vv$fl&H%))GauN?80~jJ+8{DKil5RSMvQh>~0)yKRA*1F6eLc z^D49veU19uKrG_0+<200(&)y}y$QL6pVp+0PFe)|9E&z$uu-2=>KsSxmE#AQvwWJk z1Lx17>yq+Uw45#9a|_<9VUE$yPan)@HCSNmzu%n5Zw+CbF<+mPD>2HLuRm9FFAC_G z>*s8HTWrE-eQ0uEz2gZwX-E+T=ccI~J3t#_|6RaXE}k@w=iky+G2PhSMZ0kRA9lMc z9Y4W(@%qnt?BLDbkC(;bV0^1+#kCA2y;KbCpoTK(spzyr8_^zp>Yrj=|5fKW;;5uQ zgBtU;U#rBi8|-WJ!y!8`p1|NGd9}rHgs%?Ug71!CQI4O(28U(6=k@5DFni7V`<t zo|V-Ve1%i0SZ6)1HG_YWujqIn>9=TJGX>|CI>+O*q(6DZpR#&xh&RPtqd#lNtr%g< z?@hZfp1^73D~eyi1n&<)U_ANpHzW@6EBZuD3sURGh5flA$1!+EOe`DU`~u1L`t>g& zS7MGaU&|TW#M8#{ZRQqy7Y$2u`eWRlxFN4k<=hg~(!Y}WRL4bvIktBBt=qv|>k1DU z{oIM%io1;YeYlSQs|S}F{j<|1+#eMV$nC#D=z1#p^AGJp>~Klohip6ja-ko(uE+QQ zb%Fog$`UV;*Py=OF#G?p_ulbU6w$-?4ISx4dRe3+y-N+f_YQ$1K!89(oJoI}%ww?TK4(zVGt!mpGj;stooL zxHpmVb2pIpM_`x4>gPe&1K^oN%1>u_7u@byK1meM@!Qu|t=Ov)+)n-eEBLW44cQbt zo=EvDmw|Vc;I&ts`XS+zemuz97Vz^#)>n$t%<6!LZ2j*u@)+%Uk-Q2X(emshw&cNI z{sdH!y`ZiHBNAC(AJk^<99)k)8~tEmhD(eV@@|8QzbR!Y_+28)Gc-SI>%h;vZjwRq&qA{5s;-iYz;_BX}P9k@}*d`1xx>OJAk#lK9KRa>_>VRwB#i*H+jw z;05H(7sPluj-qY_zw@qNH(mVl&k}@w0H-EWKEI;u1<(5||M>C$PG2f`A(8#*i-XKv zfp-%r4}Fk*!Cw<8{~IZL!Dopq|GLPIV44$ld$fz(nP1f&iz5qy4~;yeay53#gPYWn zp#GSyewH4;OsB2{?2M)1Mc*N69uX~_myG)KrqV~ z4B#EO0;%rs+dDa9AmjBtep1?F6=YMeXd>maY-`q0fcq2KzQ$0uf`LBk*I8exHZoH7g8n|s zKR$gOco(dhNdEg#mVzOPEYG{tm0+ht)>n@p_7Ve+_-rrn`LB*_3KonnpE0ULJpVVu z@V*!~j9%(Wo{@q^KJ`x4!eBr|`j@ps9MC~_GHvzBHi zbt|~t*NkE^KKutJ1S$L^k^1c}bt^dBXZ^=s{t#%C|a%gRpZ*$LWaJ?xjsv@@+-0idVNz@MLIVf;l(+c&JfLm`cPFxbFJED;78qvBTaqNM z(~AjZpJ zCFIB5pGvW59TnHU+%c%~ENEf-fX95b_c+~VCpp-kvIjR(UkQP~!(%aZB{)8j_0_B_ zd;f!4XSef=|t zz7eeDv;5=p^A@}d{$lilBklP4P3HQDx)QwYtG+Ti0_)pdtyymgzLQA#{2|ECB^XTk z$A|d*ry9)q8L(|4^Ey#xZ9BGI!7c`bpS1Cra``#j0)`9>i0Iirw0Bs~ z;HZ$&{WvTzvP@|B(2&TeklrDKqRRBD77!USC?YB#II>sY&?vc=Tf&6&ijFE3)q6mx zUJ(Na4hav99#JYPc;KM0kf?y6y#@^msL(s0SA@hA9U9&@FgTD)V01*_poq}$=)kCc z!Gl8jgocF#3=NGM5*!vNA)=yt2lpB7n~6b@5q%?r2U-#)$|^RzYUSbq14Da7MnpyQ ziMCWER#fzm-k}iz<;#|<5=tLCvzm%jy7exesj7u4BExwjElwZ_=VcV7NSJE290~k zUzAm<;h_IXNzqkCbBc~|H>T2qdiAqPHEIjOR-@ivRK>DyRJKYrc@4(?k6TXgkl~?W zp}~h9B8C-V+oCH>^ zEY0!%xCj$S-zcA`=ty+r|3pf|RZ@YW;ZZ1NR4r<+S~YZkXsOL|!G&;(7)KWgdVPO%yf+?>!cdM3)EwG(CJArPB8t!O}lXNnH(IW}uIXlUGeXc{U`B^OC?eA8Aol^N?1VSh!T*{3gr`$Q1S68p>7ZFVs+QGY4l2Hy=2Tz z$x|+LblwsEx6p}~P!H~XaPl7|)E(XbwuE{x^DpX1YSN3|TSDF5iIz|u*?*Q$ceq4L zs7~eO66#<)G%7G8GBP4EkWpA~v~5IqU`Y6ofeC4HBQ}m;y+aZeVqoxqkia3~QK5aq zLweW1EH%Afy?(*reM17p!{Hnn9TF)Ws8N1W9aag`FGK~Zp`}~X*^ZGReL^Bb!h3}{ z-2E(S?x3)S>xTrw8#y!1WUg^eojk7bNY{`r(2}iBBLpGJTIDO;9Ca_NL-VRQbs9Hrl z)KrJ?VUfXu1_hIAx6D~3oZgh7iMfWkv7AESg9Gu7W5H(xp7j*yBMwaw7mZg=bU9fi zUXqzO8l9h|UUO)p>aZ^FZO)b&$a(6)tN~{ZZ2V5nlIL0hd{WDvXp%iUj(lW4mm1AC zF$-O;bc8qXu$;@)?KkyQJeqYAQO=nv-c#4`d^X_{x{kcXSsE#sFC^TYcUaS#%QO7X z(FuiA?k!&B+sz()uewn^-(}|PtL*GOyO{lpv$IELP4zAGbM{NVIe;@#SK0AxT+JC& zyf?f4Ci`pf?dsbFIY$^Y&=8)^*X6t4ii#)MGyTPBm#fA!)?=;mKEg4A_F@R}E2Lf5|t<#Z&W5XxQ7s4NN^SbNRo>PT73`3osCvp#`2)5`eg z0I!yGxsu&b>+TG_T>sK*IMXa)4Q>OquT>-D$bg(PE_>I8v}4Uc2bXKySiS?NESK(7 z6rG0f?xqXhV<3kHl2lZ8H^!^0tj#>nx75#iac&j#0^#*tuKT6@Tvr=%R+*1{%6ZlX zwsf-Z#ZAsG6<9gkeR2O~zQ`U!{$6yIm}kDEX!aymerIElhq^BJd1`iO@{^kN)>EA> z>i(mo~Re556QKk7Bsy^-_( z0y!@8POOO?VnUG1b+0h*y+DCa)3`70KRMe-U<7R=A!t_U<>_zl#GW?H_m|FS(>-0p zcVLZJ=NqQ>Guk|n_qO|x<)3+{Mw{J0oeRj`LI(PxW2%(1pN)IZ&T0=g^DNiwP55Sb znC&tVIW&+09biEA#_mp=O1X=6$2Sk%1C5V;eTqKn$@^s4*DOCeE<5dYG`e+mN0+Nd zB=TI9HG{PGi`2QmQsgnZ8EYEhbw5`FU-w66H)QPrGXDeZ-wEl<+fS2TSAMCG|24F2 zfvTbE`bTs2UZfmWYxxkrwCK@N+u0NCTX|B@eU`e8ZlLxHk*B{Y<7Kpudc+ltj9)*G zo~_Ip7Ttz_xv9d)e#uVQR-f;KUg13zaZRC){@~s~Y1-Gbed>8wIQ!HD(QeTX2kWVC zPaaWLHz}X8TK9cH8}WuezECdDBI5f+cU5j%BGFf~Z2zy?d&j~)V;gL@hYo$co1OA6vq{Hj#InwC|0< zEL8E5-S?5VCCK@Ig^PVuh;&+RY8-=)Wqz)2=-UM5!&k<$E|;~&WCtit{lsXYCPBvH>#b(=Qf z9;H_M-OBSlM<3f;w|7HVW~{kW*H66q597O~mb&|Vi*bp6%}+U3MyA}~kW*);4zdQY zD0~!-PitI$`3CvddU{_T<7!_sPEz*|ig@N*T=OAEJ8A!Ak=MS(`L+a^_J+)~+p+J^ zHa07t4YdC!*bGj1*P-*}%!bdg9b&35rfFoSIcU7P-+#sqd76GPs3CPje?1r-IPQR= ziFnfvxBNFnf3uApE}^?p*a&ry-JX+K`%k+LLBI5;-ONLVKOt|$>$CrIN;__e=RjuG zjbY0PJVYmTa`e^8)&BpSIDe%N5a>@lv07%w!0(%s^Elf6I^?Mzdg5gu=Z?PDT~Wvx z=1w?}e2tSX^Np>kMQ^>;F=}qL(l79X+ybT|j5y_wFne*7<)e zt%HZD=!F98UjoXWGXi16A?Ia34@X9@Lnar%PQ(A(9PCM%UF|iQ3w8K~hhYOH>`khJj(3N?y!F#YaZm%Z~>9cq~*VVSN-%)YQ zSQS4m!}Gp=%J0%)#yGU=vXt)-+QAs=fA?{hYXkj4|8uO#r{2eC{b#~@U*$Up0a;%x zkhKP53UsaPw|N*Fz3y(C4>==CzDqrKow}^Y8Cd09t~Sm2ZsBitP*>Ivbv6G#21A=0 zdjNec(2#LOH9fYt9ID(}lrq%zRrW6QhGiSkL1p>QUbp9|L*mn9ryd2$3{-yWKSsB8 zQf_j-sex|Dj&0^M~v_+?{!O1*`C!u&-8KUcefjKyfnr=l5yr&Y8G{U>|P=<`-qWvWV9nsVBt@}dSQIM8-Z`zrqSR1*+)AfTl?dK>*xC|dE_ofd0Zzw;Yzcw&I z>nQVVu9ia|94o9`H=Q-U@vm92?f(s`)l@V`yzJCq?3pNszFl95{sx&IL0>Tdy!%+i zJi$S;8C$CMY~~8;`cAh8;cDE)Zb#pp#4h?E=;hqiq(7}jI=M+Ya+{&E3UZ;Z_yC3^ei$rxT8T z&)!LwT&|(TlzYh{$~UMN{W0O2Y8klP-xsfqw?&`W0i7pBVcNuZSH39|8w|a=EgtRQKOC zXDl>K-M9FQv2SJOT^{faA2!0Xd+IV}8G`(6UGZ(*1xqF79jRf$$O(DMV9c}x_{t$O|krq6Zu4=o> zUAlt4D^7Bt^*ir{u{i7{*0#Gc|#=f^hs+^*W$>- zI?Btyz7Bl%x79qwzlIm}bjz#xd4S#+n1Veh=%34w=i=vJ#-SUJ zEmY25!moi%lbB0Iub*=0^MllnfSgMsXMr7bl#{q0#O(xnBccT|0Oq2N$(|jj`uwhSp}4)O^R|DS&G*uc_PsNloaI;v{U3yGD1C?T z7)~nRCzM;BVD^%r9J79@_UTK3TUcZE-^=FbdZQb2RD^wqeOUn8Rn7p}H=OV7xE?)E zzqC`OmxMmzS$pyyWT*cfb)OKdp{*L&ithaCka{|#`5M!Rvp~Fb(_s3fZHrX6Ex>+x`2$(##`#6B*gQ)tHFY=@Bi}<#;(Mg-o;1eqt1r~uhq_-i?&ex+c>Hj!LilEH zH100_x9Ln;3+cmdOkkYZpLYV( z@hj6An?cD zo0@p4)v@`U$k^|Smu+zgn#s#d$d_OJ=KJ=q8spnNA=lhJctg}yA3 zin3Z0KU81ZkiZ1Wa#vN(hVIDsoG;;dDm3pNKwlsm@-16y!u6pYz4MV>7Ai*dpZ*th zEsPw@!lo4{Qkr?4q4Xz&OX6aG>y(P--~K;G&IJ}EW8X<^pWDZ1zsOo0Y=(b>uje2; zw7*3y`DV2(-?05oJx=HS7(CQQmkgb2$M892HK>4ko*ZV!eXcI!V&v~-P^Gu>jVY(- zwxf$)45odyWZwYV(Ws=X$>{Cp%0?P53j2<$=pIk^n?u!e7`nZ}B0Kd(X_3PkynEk? zzALI|ZXHzq``@$UsI!kVPRjAl;CTVpSZ=KVgim z(_XG+`PeaK## z0$J{;Ynt5bHBgLqkm!^qTwniAxyyeC+Di;&IE*|PC`$j6_jPp2e%cQ48`z7E+g40H z4byF5$TRia6S@xxla&6z33Z7pbte^fJ9Jm2S?J2I8N;JLWlysQUF~#pRda@9uA;N; zXMEbw4(sP)d_sRDu(bi>&~WA(yRy%lwox)j-M7K6J8eRFUhiG=d^S%Pel~Y}cU)b? zUowfhuFPfo$zA&_@K>5S2%w-JLg?iFu^9WsQAmAQn4N(7q$Z*nj*md-E-B%$C#|;HK zpf+=MrR-OOb1N|WMLfk?MH;2Se|~A_LuH0wGVv^e81|j5hUe9@7U?fU8J@x0i>m z$s8JaoKD+!g6wlT_YLMIkpU+h#pav#F?}&;;11>X8U6Yehn_riLirXPjNOW^H&By$ z?M9#S<|FiexY|$n$Ai4@?5@uG+362o?QHrqx_z7Qvj43Us$xI9iXKanl0Nzc^N!SI z+Nt!ll#%RJpJk3se}?unSKH1Pu+I~MXM2>-658U+V1dq~&}bGYW}~jsd!CQhIdJ=SPS(oW8%Eb1yS!!($Igt z%{(OX+k6mX+#HM(Dq-uQ`wrw&F=S4y!hcLWg$XNXB?)9W!+Q(D6iUuowDF{i|Io_J zFQK#F(`|V%@+z=s3i-or)z|2Wt{^jVuFv%IjG1X?Pl&fuPxjfZ z&RWJ2wB5?+jStY7AKGD5O!yyVPHmWkE5LU-&k*-Lw6dq3BQ zwDFGQVR=u+c!klCw5R-pU$Bb)g!mS|A3q(F-edHnz$D~mJpG6PtGj(KZmp5CWk0eW zfco2`+vKox*cH@O<~6ia_`68IRxTCe#Ypra@*Va zH`qhV+ce@|flmLKyc{Q;XE_z!(cYdsifazWzS#)-Y%1?ysh9oCuNg?2lXt;jS@3)2 zRHlYe5452axflnBOT8+}qKqToU~DXK5B>Bs2kR@dD8IP>`p5|3i|1x8_yJ>BNBzgq zaMR6^zSBL!LiKbI-D==!EblOvs;A=AyMUax-V(jFZfE?wivJp9UZ6xj`WN`@2Uh+a zdv-GCGp#3->7DY(S8A90 z{J6otuy!kmy&9^RQ1P$5$=94V%)L-Hxdzh*HDlgopP#ECw!Xl}v_EesaL9J)?xSvh zz~#?u0;!F_igk zMc1vpx*nlCj?JR(KWFZHlA;^;G4IpqyLYB#&u{AbwLX3>3mxDGKi#IYE?@?>E$-if zv%K_HhgaFhEZCE`m~kpC`QJzzct%`5OtakvSuR)Qdf1^asJ|}glorS*?YqirDxLw9 zV^Z#mo}^9QQ{kS>VGN7>WTy|_;jkm3hcL&4PLs3ko)Cw?zGb{qrEfmhNQIUEFR|$| zB~kus$g3NgGG;-SttP%Pv>Aa*=rMue(P}@&lh{{9Xh$!DO9`|C6DA8~bj4v)8u!iU z&t5AS6I?SczOP4GEB8i}qk+-1;nD+{(?WMlKvo3qQl0`Ubz4_Yyo;tB4RodL+{4Z~ zhThtNER@F%aYC3^-&ds+<1@wu0#}nUw$L_En5?&W!QHu|-;j0Gv1%IFY*=+(Bra`F5> zPrI!<*mm=4uIRTDSNU}D!%piP-^~tf-vtNJACfo!7PgzYD@OY?aQcY4E2YO7^0bg} zN9(F|e&6dmy#_5YO(*>MhI(HA0XB}vEcSnsB{s#+nQZ#1)6sde z?B`Lm^Xk-Xt?k%g*l{<0rLQS~8}8++(f1UhkL3PWa2xvI6!?8t-W8w|)=s9qa5b>| zD|PqFb#?uwBJT;XaU<@i=TW-c4ZU1tFJC8|4YQwT(bwgB;Pkccv)#AvfweneqAPVw)skUsn;`e@33Abp*IVl~ViZECT)zx+sDZ}+AQA{6b}Pi#7KCudB3 zirflh);!mAl=~X$QJ^B@q;}Xqg-HJda&w2cj$c9Nj8*<_BK~Ag%rw-;S*}C8+DpI| zo38<0H9 z{(n=tV=HY%hH}y$zOK&XYmd$H9{!oBhf)KWYrDX_GdjBIYIOEA<}#Nup50*Q7OPeu_2Bcbr8(jA1@x zDB;J`$78>pCoX{{xj27_{25s7Xe-8T<6=eIgZ!_f99sl4r`cQiPNHqkp#L!N<4kOs zjyCTzk@I4CX&)hslc}E@UiD|f{Xv||-ZxM1=t3tTGc`J4Ytl|P+$3*R>Ce#rmo^et zde#b2_N%EQC!8a_ndtri+P}aCFIl=ai@vdg@{|9`-O!^m=;KGRrahRswZ4oOXvd>x zu{U)BHkpL$MStrAIak5Jb8Kk=*<0U09&N{&XSrT1%UK2sZI|1Q`Y&{lF_<57+sNkm zYc@?ncd_W{st(=R7#q$&c4Xz>pb|Rdd+Nu)iq-1wRjtR2yIh~q{_mh;O6Y!2_6++F z`8xy;^$xK1qzAIC%f0tn6>{uo=FPMoamE#m-Ynjb@y7ym6Ycdb@^^xGwhU8LyUL&^ z81KA=jP7yd$r*?D{qBy+<#;yR=llB1>A~|9+Mt|SGV+GiPxkS714M_*dOF%b*jS@VqGf({M$1eGh9Obi4Wu-I@*i-PJ_-Im3M4 z&34P%n7KdttnZQEq_5cSPWpNic()foI9Pym=-+;UGN6Rkz98cpiZgJ3zS8f z^6Xju8n!(3^I#zT`U}O$6zXxH!xl39JaO`0IyQ+4P2l@7MQ+%=~U7HC|Pd3);U@7?Z4 zSId^@A!IrHq`B=@3;jENWg+aqbHnHdm#DNmP%i=xDylgC?f*38@;&|jQFw8}8R8c>?vNRIUQ7Kt zp&d495^Snph^H=Pln`V?P7FM!{L2)go#gRzWhg=VA2M%1|Gf^Kv^}eef8HKL9sl|P z`EB>UqI+7EF*;+=u9aM_X|ExBLu`6~f3?59?Sd{vk5#-tpMn0phVK1XasJ`g4KfI-e!c$pY^#cVFWD#SqVvTFkp)6P~M#?Y|2h#29Pehbr86w7s3T$V+SW zED=Py?E82T`fzx^j&j_E48>Hl!(K*z7%2D=cIFD@msIQQQ2K~_uNw-_tL*PCXJiNr zC9mD0)O~Zxd^cr2cfWf6rM+i3@26GdMb4&aQ(n zW}{3`m!j-CF~5#|Hff_BdtU7BqtF`2xR3Ab(R%{*;L!=0YVsbwf^vx;di08c_ZML+eq)~O>mRh)AFxmFVP}M*U&8yV z{eW-NULJ!r+A&wfnC3KkX)68W;MeT1JG6Womo;DT4RU|x9P-)R|0wMay*%S5-od9p z|3@k6Zs-XoG^Z|oK@s@QG0>Nf?N+9#y8rT3_}BJdyE*8d^CV6BTQjoG4Bht{y8lEm zmCl0ZcKF(Du(!UW4_HsxN1`w2Q|3^YA7Uf=f2Q?beZ+a0O10jaRDR@rHkZG(K{_V*=pUryUyLghKf_^^-d z_D>cSm-BxOI?xHVmMZ$1J6RL|KHtS?*_fJ?J`-6gRNRhl#JlRg`7UP+_WcSiU*b|D zCGEBm^Ofk7G}Y}m`qfhRSTF zPyrt2B8QP3>Dx*u|L4?IzK+;I4q11Gn}S^voLtckqmLO6-89<#p9Sgr?>Z^b)05+; znV|;f(N9-rw0x}f`;VW}=jeMmd;809&v@kNx7Et6ZaT_np6$Pt`W;N05@?D{3Y2iv z+a2sADP$pKHE0=p`|>6CTSqUwGcc8L>?qYu4d9XdLft1VjlRadkUj9Dy4ztEMPomqQ?AreVSN2>M;5kW zZx`;w`)b+XPft^B zmEpk`$bRlG=sW&KKMk)%IizC^)YrZ!ZMRm`NA*?AFHyI$KmDS^tP?3uJEKqOMY(KaZEm>?$Dr}=E&!glEmZt9{sX;Co&@R>uEZ;> ze?YcwLHit?eHvN=IV;=u;ugv{tl(thoA~Pj%InEY6;}}Y-wF2|{mqUpwqM&R)B$DG z2^s!ruHC`eT1@MO`R}cg@se>zee@p`K}c3oi-55aKql^^Uo- zuT3YSYmhAi%XGPa;h=5yHuYJRcQh&41O5r~w&;<{gfnolC2Q5t@p7i}UG&Z~A8q;q zdS@~H-~k6e_ZwqBF;8XSL&ki+Qb)^3t8N4Ahu@g0AzTL9VQSjP`mXc`pYaYUv&(gT zh6?q?DfpkmyO*haTYHT0>0f*^k%sp(*nWMGErA0SJj>_$7QSI=1h2Xrd;g;1GXJ^D zkk^c!VZ?8BUqunhSokXK{#ZrkOUP@T+vxac{LtwiTy(isA>RqXm)bU51J432(EDSN zSp#JXVE4e!M9R?@9EA4#AaoDc`8r%O+I|Rn=4$?{xFN?@1dMc!ZvoGt~w1 zy+%Fd^NdUR`2O!%%%-hNJ9`-fQ0D@H9eGEEtjoFbwVEyncYWO2qd@AkyDJ3~HkLf@l+r z3BI1DeB0_chtn3H(8df@p$;z$#wPv&n~1(Va}2t92J6+K6Bw~UU8`bim+Z~EoU!n) zZ3g9|{%cSl1Jlya7U4a?a%{$rlzZv*$Zk73KPJqg=hz=j)YI^6q`$(GCLiIPFom`! zkXFm^ojm9=@Ol&FUZxpxh<$9J*erE-E(F;@_Zdj`zPaPO9(3hT*yFxnICfue@Zrzs ztd^ANGGA26?OW>j3+nxQ`r%?5nGd+mdx<4BeYWJj(-4a3@HQNt-dW0A&wb`9Ut#_- zlJ{uTv7ECu4*n58*CyK3?%!y0=+X8axksnv*ks3hc)y*V+FYNNw>N#C= zJC4uLZBF>Uu=7dXZwv@c70rj}>=h?@UxlsyGRR9`_p}P%p@p+v zD;ZtX=>W#C^oO}WXMT-%A5*rO(Oc1HSt~=h59ps-t+n$Y>7+*|v^YoK zN4O-%StF17<*e(#c&z;Zoa*p!=hvFBOa^SW}shKyX>gKX$N zL1<6WCvGYwci7FeV*@YH9kIw$BWat}d6!2#0>yOP>7C`2Mui(hx!y+Z)}xz(vDa6S z|NFH6rKHiT7vt3&yay|);*tMMI-J};MHbG{mgnTe)+3C8L+Jjy!`1U9>b%xL#GyV{DI1^Oc|c@5S944p&t!qshZ{ZNFqE4uNw0Sm#gw zbUO?0O%5qH^ItrIyk_U!2Yp55n&@)c@+9onuxQ@1(1*#H&zBf;=i9|R5M_Fea(R6K zHa`8*9%Qi|`IB=#{W??L$VgN4;H^cB$y38Obzc{Jvp;<~?YcGNwK~X6TwHBd_1?s9Idz$?ga7Gz5LzhP^Rrf8wpp7zq zDf}_=5~kb~HTF~`_52gMXCQXf_J7#JgS-uA3^#i_?~ahMt~?JIgI(APTMzj^o`EuP z@GWuWn4;pjI+8U)#8bT?V{&NwWnqqq@S})pEV4SPIej#9dZ|7$9N5?BU+w$vTG)JU z4&++}bW~m1!NQ8jIBi7W0($Nl@?2o5dM-IlUFH8L>S2F+)}kZhS1u~|&)&7;6qowN zl)LjkX$|!>u#nT0@!l}6XWD<`g3Jw2elzH24Q%ShItgS-Ak{77$~c1l+rTPh(i`Rw zuF)D5u0tQ}%yN7S@QNqD5@y0|-sNh2;T?xOcR)v1LRameo&FroI~&?DxW?EZX%W^y!2j@p z%1!=1>CAftY`HAbCTk3keF!~97nuUB9#|Ej>mAWo%^Riv*Bt^}bf0fJi zCw5>T!j){~auxPbe`mC=tkOw^`r#AWY%pt4;NvuU?R){|v54m|d{(EN7Hm@K9V1+5 zKE|f#h;3hEPtd*+1HVCcfukeMz}F|Bv*wpQ6xF z25#y$ZJtBW9|G%<4JTX=W$h+?`Mm?4?n3jJbXyT_mbQ`i>Ha6Av@-_Z_easM+x}L5 zH^Q(D=BxXTxmnkw<)bk9c0%s5=%j3lkM?bl`FG%9A!Cf8$Z-zl!;-RR6Y_LpS$tk4 zp5Kb{ZACH4cr0@?n;3)9o&@BaV_y(jinTtppBtIk^DUS?a=8#YCFrz7t6x7|0 zEz}A2)DQI6sh=_C!9Eh$t!?lg6X`2AV3VVVI%!!jajin{35=rN{m{`#wyEcDcd2XW zAw$XhMJDBz8X3<|JN=8i=PYCUn>%Z?xl`9uw9~#1Y_}a#nde?iKmP{bKhanJd4{nP zWm!FiivKwMiGfS)mD|uO#>MkmQit($Ou{ z-NLo6^K9VM_fv-{%yn-XH*Cv?|_covpZVMk(@7}$(VdBcf1%y%Q> zF(*8I-a+QCA$taX)orWGW8;DiL%4dgSYy-{eTrVrM|}&Odm6hMn^% zZSVJJzQxmR!BDOoN83MzUhq-2hl#hGmrTa!cD4Q-aiLed!H@DjU&7NpOxr*gM`5oY zM3(SRMjw$Cd7StQZAG{LZ)w|m#TIUfjCW&fp9-57-pf#?=U*Uy=(*M8N1(XF#t7f3 z+)l#JZ7q*OZYnp|6m>29zPb*j{pU-D?5}2wk3I7t?JwgS%I{Wn9ma7f-=1;CZk3;6 ze_}&cVf>DMAJv#Xg?L(0b{)7bC!P*o`R?px=Sj3DbU(ZcJu!DAa}GcAPU|4<$+6QS z8LyJhKJ@Wt;Q!N^=rP7SCFqmx(jM#4?geTzVayL!r!QPYzx*XMa=!Qhu77>#S@uF7 zzJYo5Otj-=%()D*{R@zwu1#klYaN-dtHoNO2%F~pLF#_ayXty}`fkyWzNjvI7oxlwW9&S}oQ3XxzYSy_ z0NbK^XV%1YV+_{=`*?vJpWIy=ZS&TmmZzUQO`FQQBlJKX>g+>o|EA-4U(??XBQ%wd z^KBF|aoVHc9`vs_T){Tm^eTNSee6`~vmpKK+p~GTq9_Zm zRM!~tKA%2jHE|T`z#If}v61$FQ|lC=>P+6f;d~$EHh7??-v-*;Rr-lfXj=kTjxc`) zkC(xR!RSKrF=vPJn?#!w=+OXsX1yKH@+-f;cxt{fK zF|-fLI7^UCV`!b%@;>r2oVGs(IW*9pGD!I)WAt{=KHWv<~`P82k%hflf&Do-xU38=+=UBnWIG}_8njyD&f)hi9SGTM+%#r0ID zVN>yq0(xUH_J+V1%IdGL=qKJ&&(8naxm6s-ZTvT+y#;4JmZbF%mX;Wes~Uh9=Q`}(OzBu>;GfgroiV@7$>5$X3^iQ zLOwp&r}9t@Sz0yH&-DoTNKZa0Q1%A)8QtSmF2-N3?=5F8ANlFBK)D`!ggh3c4n@{9 z)S{m;@D1+OKA>-)O$D4*uEWNMV&SK&QFH9MRM-~G0^qkhY)`{~iP+h8pNYk03AmZ4+@HOAf{G3g*mcCJ-ZAJDPYQx$u+NU?vgYVV!4GXd;+R4b`kIXqGp-p?kQQFO7 zEjz|9bf39X*NNEJ3BmTR%$?=tJrHqEroZ!so7u1tx-#!@*7h0L9^G3HyP{isdYj7g zZnozA(Hh><&_^vhLm#z`cdgWY@Il5yPd(|KPqk>r0vi~oBm~7NcLV(k@*XGzyOjFA zjJ;ZZE8i3sv;DJnGnDE&?vl%86=i&Z-Ek@pYg=dV4vaobV29R?ic_Fox;;YcmJPc-Y2~Rc zZLvXZ#_qIfIcMF#ALG^C)2qfsUH{R##Oa#k2{uc5)_lXG@0-j?w_<%)55_CBjhn<-`wQf3e30+%mv5$DYYyydKS$+B!+G|m*PsDAbwh;#t&-Llz5+DB5 z{oy|wnZF&Z(t5+u&Ll)+0%653HQ_2pQhuMvlY(^jcsEO445XVtn`*|K-(ALn)RREl zkI=nkutSi`ZnzgFp7w9?j*_?@KQbZdw<;_8x#M_$*q`}{Jgk8mg^p%SmIb}mX1+~p z?z$dQcg<*n0z+sIe)VjAl&ktrjty0mF_A!tW9SUh@rJ`UNbfwl;Y;Qa7*nL7jPGe3 zk^(!YL3$P93*=W|xR%$WT!%LDjIS*=($oE2!##iidH&U&~b^eyxu z=h3kOwbr;Vt~a$^s-DnO#B-4LpCg>P-|@70`uyFQ7;9-=Yv_(Ubd0!FU0{6F_2x?Z z`3~(&U|VXH_FL3TUFx(2viAn#OM!u-7#~>5za>20qMtS}>Nj=Q2AS`No$?C#acwZZ ze0Szm9?M$MPXAK=*OB}7gcInDoK)DX+|B>*y8Q>$H!cZZ7Z3FG3v|pydHOIfzDc>< zO3ImQC9w|~M}Cu;xeQ$fBWQb{At%2gPnGm|=MFk|??M&s4&i?3pzg=yWIiba-zcVH zjx;xCTYT-A+B84r;3v3TRzBvY3Q%^G?9T{ZU=|n!=13@6%SP533`4^)+EF?j`TgiF=Nm zX44g?Tm+guR9E>wwViQwKlR)=2-~PR^6F@33(;2w_O4cCQ|txhOTX8XxaS5F-yQ0q z3GJA=Tl9qax2Cjt?C%bx2uWNkrm|L{u!^N)UUhw&@B+Ku;yu|(zDazE{%Sc<(OTKm zRl*aIg&w(#&YMX6HAE){(Ut{L zWn%565568y_X5wc(2W$-uUl4m0F>=?UN&!K24KH?j-L(G3rpP_A- zpTj)~{ZIj}0Z&3YR%d%bt z``8y8qf@d7XXa@pYsJqG6)xGn7indX*58)e&@ha?P>em+xC5~LQ3nw%p zoWT3^U5)!P4~|^FU7R&(x3Iyfe}U1T(MFy#$3|OSy~X7U>dssb@tk_c?d>|&m3fDf z>R$e95XU;=NIJuIle^8YqbK@dlZ}MeUl~&&e`nAcu>tgxk$$cb%y)c>UdmPk*?W~S z*=Y0@ee@B=y|;M&pf_t}8H3G7FMigau_F9DS;E{o{dEwu#~pq3z97$hO8Rr4*>OVd zZ1@IUYG6I_I$P7ADU}kU*BrS-5^}W zk-C=cR)aFlqV=tDEnde?%eXnOGrj1=uR6M}>jl=N(~cLApCmk=f%nj0JFW?5oUy3; zWVE#u^vmCe)6ev0f1hsb$4UB`81r1Dj*k#NH}{8#%L&;&R!_}9Og=pvkI$JyaCuk211+j9=^8XWsufM;@4m}>uAf^`8wdR z3HJ3=p-18W4(_#yZ!_1F)O!K)(*xN~L7yEmAG@=)9mnPr_Wf@9@R>T!D={j*RF&xu ztE&4Bm3WUq*p=wdAl?6kr$%RWV13e?*boEkxKs$=|HbpOpUD{Plr?;>gq;6CxUs~u z>LbSZw9x|td98_@3ar!RKO&g&MQ;k+r=IJSKz?3D-(qLxqc00<>GpEHPF=pB?WcD1 z0qI_#-|EKat-02XDx~lKr&nzEuhEw+wca{FT?qV6o3HzuqA8M{wGE@}bk@_RzM!4G z3^M-3I3yK%U>9q%(E(|&*##D$x4dC$qxf##G)K2FCh=2r`6F1%Qjqy#bpNa_^!KzI z1Mih){}XKPwaA(`)TDe91530FIBCB|4|>C@+sdUC{mDbx%_iNhGf;-z(kS{ZVRoqY z0ad@joceZPCsx?r&E;j zF_8MEy1Vp+aZ%S(^_iDNzlNSr&yTRb4P@WTJH$?mlelI=*G}PTU|~jc_dk2B-?p6< zQ;K!2v9Ym|vISPM`Pz;5OGZf<-qc5Lk5t4(`Uc`8m`Zu6De#AH1N2o1u+JCKNUp9%L<;pe0^yI;IzXd!)DN zpnC)@aV!v8Kxh|ge#J?^(7M*~09xW$cVm>$?#v<&HW*sjD@M=~ukWq?LVNdhn@;Ww z?Nwx2&=SXiYx4+gxdieibBltg9oN1JYux4A$&1!J%33c$iPx0bbU%|Sj(~ZRz10OR z+zf5i6hdKxq5a_ydLOjJYt!D0!tZbBb0-*D`G!Q$63<0B%M0znNGGMugPhMT=%)3L z$}O}%Bv8I`PMM&acFdFvLYpP4?|5ZiLeLrS$>P3gWqrAzlXg*YKM!J)x2iG7G3ch% za#kS$e$S3$pB2za`&&wv2bg%}eT<;cn!1>kKwZfGrh-E2(q)z}0r?eMT~KIEyeY9` zoM3p6b0P&T@zgRoRg{ba46S^NDk$Ej%{R$w6Uv^#Ca9cQDrkwfZWlBB<-rCMudMkI zwD2tUf_YJazfrOzWhy zd64n6pqp0flKG$brj>I71>Lk&gN}XD@H~sP{XB>b5At1rpqp0n>zC7mG_D+EzaT+3 z?dT+LO1l{B@0(WU`vl#zI^JC4ebdTXPeC_r#1GLD?-zr7)5@B4L7_GE*2BvtFnN>j zLImCM>hi6TKpT>AyP%tP)K>+ChigsKkctf^UYYk5w8ZOQ^tzl4CMdLq-+tL7pbaKo zIm2Gi!pqS1nQYU^ouQREI6(_HLo4SvIl<7%9@v7Gcoqo=k-Tk5o5D#N7q6^!6ckz$ zZ{7hOq;a&e-d0fh3qyO-OYfMrDf~hQR*Cr-K zZ)jycL{MlA5B(b`8uM>xWqc+mw5DyIPCy>&Z$ZvLH*MdN4W!I+CX;|Rn0RFmazP6( z!^8L3{7x{mvLBkDC7!x}YmnMWY1eV%bw>ub|Kx9%d)dXUUo>L7_Eu zaeSma*kJgTbM6H#@zVC$DRh<-3~e8O*4BU)o`#1p36zbLTmW_ zpp&0G#ev~Lz6%$$#7DQy=Lz&#K?ts(&>DX843U5~n0V#vCqYZRbRY2JT;Dv@Mg9bZ z*2H_iz9$nV-bpcx??9n7G8tZ59&9kQvd&4+5-+VMi=^}2jt4;`$S;nEcIkO=fQdI{ zX4V9PmiXzsok*bGt~SJ;1l_b+9xh$;*~Z3f|mGb{rfuUIKj}$xK7Z*)0A14 znodf)UC8)LP-smXI-J}$t?Y{@=%&>?Y^dm)R`!7sbkn~7tdO+%qSt-X$~!+nH?8j9 z&e!ryEBj3fx@mQr@5=bk38oz6%uqo$?Jtc63l9?tIw|dPkn;cp-LyJyDH5nRx?=bE zNW8yloT^W3i}QX3do#hO!H=uqLDo(RTDY0I_@;v<)E7f5@9+eL*3`vC>f8y2R^HPJ zTH>kghlg{Vlr|4Ch7)ul-lwYV2@!tp)bJ_@fmZx1i!SEnw*9*#& zx3MRO>ULqyCrPRU%DV|cOP+Q4=A|!pf{9o5x)QX+Q|q1KDM`cuhE~2S612om%R^qf zD%>Fqt*ny}bkpj#*|)TtB<|19$~PQ>ZdxrnMgH;4gY4@oD8*#TAyx9YDBU+kl>A4M zeb61Rmi14(`gy~{r)hXk0Sc|Di~a6^IA}1m@~ym}g}b5c!n~pr4DGH}jP*cEJT(u; zu$7!(XyrYLpe3H#)~LmNwi67k?A0V_;c0jnoq+7fcb9@fYvR4jn9>O*Uir3K&=OBG zj$PrTv}IksK@t>N!$V90I!ex16BJs*Lv#jtu)*-q;6C;wXyIkz?bYAUCgjf0ZY##S zanMPd$CEUUR?Y?y6k1o7y17J0P5IH2*u*PmQwmCZGjj@6UzLCaox|7;Kan$O>t)8$ zhCoX^b(#H`K)aB2oPt7Y@>V*5ysiJ3_1~b-8ohI7f@$UAXqQ7)9{-BdillImli;f)<{JHeY=wrOktUPbes~M(;F(ebnJjlBSK__kB1m-|w?=e9)t(Ns&=qx9gcxBHwL7_F}u-eZ_Y0HDWgBKK9 z)3&pKOuWn63xy4aR=&X%w8SfNQIPQ4 z@0uqQhE~px6BJq#?^_A9Az2S1D73Efzub50^|V>#DGp4$vL~0IB|f?h1tg%)j(*R6 zsi4pr9y%wWORB<~pp*8`j(&u+!SGO;^aL%uOuW_V`IcWfPfSo~&Dei_0(CJC+f2|+ ztLrVlXYt0>TX<2vqXUK3@DPA}IKl8cfVnb33r|D)B&CzmmIpZlNzf}M9mG%2!q4PwpFB9g(8_)Wf|mH{zWY%R&q-)QD{IaL-LzVM%ST8+ z8w{wU|loChfArq%j4;EbPyi~|#I`EhD3 zwIx1UCJ(2KBXi#vTG@Y7(8AS}*;B82Gqjfu^Gzivw5IQ_$PP-qPgHDe z^tI{a&d|zU!h)7K>N?J6gj?JILo44>3R>c*>*6+b?gT@7v>Lh(wD2_irp@W3wBv2M zgSD@q(3*JVoJ}W~c>kb}7qsv+@os&^NomJ>fH8}p+Z@t)``gcx))e7e$dsTn-qSog z!SEpa^a={CDc>dulv%o=te*hgv^O*6boa3d#M^W=Ab@_gTEIGmOu zS0VH=k749N_J9?%#6#=q)Ok!y;%Jvyd321Rg_|jd@4giZ8%#*qJ5taRFI{g<66l9y zk1j!>HSxa2+?x|jygy^33R>c+=WMR7aZ=j+%2}|2LTlp9Q_nZ8oRcjmv_{rzkXI)d z9^_rUpmXlkyvujb1>q-UFLOb1_LHE+v*Dp#0_{T1-Vqd9qaU^6Yqmw zCRK^Rt~c2eR?rg1hPz_jZL_CuT3I_S=%&^E(3zYP&;}E-XK}vw04=->50P%A8J||Z zxe*jvlehF4Y&y9!@ot_-Ie?Zp>VD|7rz(k~m9tC*-L$%0e40SJD0+lB5YSDl$1NXq zmqctZJjge)f)-vTZ?~4)baH2C<(m^hOB{6@Dng&@1VbA$j2)?6^4WB9XJ}=QB0)(*9nF;4KgKY;b~}pL2o+2(8@l7xNokiu;Zc0k3c6{v zJUmE1@5r9TfHz2n}FVt@392kv^sD8K@!jg z6K@a7QqU4FT^Bnl+H`VfXyw~jK?^sNx9JJkM)JMBpp&)}ww)79ymFqLpr|Di@9Qm{ zlxiKTxXh-16}04G>G`~3b1ls!4>p*1XTG7%q_glc@isySIKj~FLskVX@zmwey}pyu zE(bZ^UeHae%XdWq-?Vbxr=Xiw&ueT=pd89H;~fgxJsvH=^*dk#>3mk!P~NZ zKkmrINyjEs9~l#SkykENITw5A@#8bg zOWr*a`{}z+_I&#N2TxAMuIL?lszO-qdt0lnyx#T2&Xc#E-v90Kv5#Loh}eHU!_9p6 zPplZ!zu5Azzt=gH<;6eGZVxLzy34UCPqzIP`Q@U`8E&n7_~P>I^HDDjT^!|&L#kH527uHj!Nd2s8* zwr?t4ZQ9`Jx6{&$XjyJn%I6bjwEE?}8lU%Bkz#qi6qUbyrAeM88?U|dbp4}upQSvp zq4&Y-*Lt^nG5*;H!zSN#E!o*WbWq#LV}nm^{_WAuBcmc-#Ljx2t^iiPsjW|<>`Tx&+q5D5%~Aq*zy0={%q{tK7U;eS@iec>xLYyeW7{8^=_$R->!6Y z*MuRD$}uJHhEH0v?hw41Q#~hf@%<|JW5P6Z!5=!S=dVah@P#%3t<47hJBxFD%P`VPI*^kL(p7cv+`k)Wvsn;Cq@s`EFORl}=C23K!g=<2#O@ zV2Jh~ZSg%9SW%}Rkdg0-!C1}TpQI)DP^Tw*ISKC5>1`~_Iw7!;<}VNZm*8Yw9`b#( z;8!~R3;wKg0B>TO3&@#Df+I9Pa<;4BFS`EZYRHad5bUb?m3;^VXY2H3j|;(@n&0IXbpdwK>C4&Uf;V;gV=}Uj z5SYD-ia#4^2^QAr)rL30O`5+!@FqAz^C#!*3MT(rg_nJ61Uo__AbSQ1uGjo+x7dRo zjMDtbIpKm4IzI(TTd;~we*|$0=F;)YUbKS3gMgfCE_h1wC+Cz3KG*pRKErpd;Fr3+ z$XN)2C3Jp2g%`mYnxAr{E!a$_Ka98pvuQh5&S?@Hulaqo4rddCAM5;$fmX1Lrk8V= z1*>cRWxpLkv)9u}i|?Vqk9GQTCZu3boxYr9AXrz&C*KJRKG6A{L)?Pxb^P+3t>8+{ z-!Sqnn6`u}FFAuru(r6 zE(_+>>B-&$f*myf?c2aBI7H_!Z8<-e;91SDoaHBI>GU@YX1^*hM#sO3xCBFWeAVDh z@UG_Xp2b;T;B(ENoUtZ2Tc;=IZ3wp2`IkKj1UGAcIr~iTO&$N+@FG}6^HZQ4-xY&5 zHNUd=o!~H?-zM-Pm}H(RKiSV+aDnFk?nBo8gKcUk|5$hxtflRI*+)?DQ_YX;4JMdh z$0y&A3eME&9fViGIhx<`gcUre!&fN>@8DC-uk3{<*iPq1z9APZr{ljz*$9T{@=5v! z>j%LOn%`^%XbWI#&F|NP{ak|Ub^cDki{QJOpZ)MExL)%+fV2dg==9_~JHdlG{QNfT zMF8H={L7gHf_rs*LkTO`Lx(>StiFBkqw^!@*9%_M@tq=V!NWRzIh$E9eT*u9+4Dkh zgwC&=6(-nQ=Wl%*@&?9gekPE%;1HeuU3e2bulWlsM|pylj{l#*v`6rF%}<_8^e^Ca zo!)hL6TG1L`!SgPA;HNyKl1IjVCMG}zl{s!9zz zxtiZr1?XGBX*#^@*DILvl!{;WUKf0*`RNF);7U#Z1-u9r*8Iqx6@sreP~l_XMX;6T z=V35?FSu9d=lweDivgz2q3C-Qpf16^I{r;{=xe}tHNVNuGR72qUD4Of#6F|oN?m?( zMyTMII)2%UL$J8!NA_0}%%k)7eH(S&Q)SKnfC9)P_@z!?_Sh0!_`07v!HlFWm{q4Q z`?d@Aj#2y^ATNTsbbb!h;X8it!+FZTm>+xFfHgEfvUi+ddCiaP-ynEf^FN{hvIzd9 z`H}tC1c&MLI%T5&26yZH%id*zMKpgW;6<>c=I3D>${%c{^DBEq2tL#4$$6QAZ8U#p z>aZULcvAB(=XVJ{(EP}L4ubVH|FXZcV2*t%zq6nfOg~6H?=Alzd@7)5_2l$%K-$~*Y+@a%_^Y;YnX#V7U5y5h~ zRQ%D`*fSOUvVwYUeU`Zsu(9S}_IDRtt<%3q+=8F!_+#N!@UM9){H#orH~2u8Pm#7P z-vpQG^6T%%9#Y_3T^=75;0z_OlICB|RQS&eRiVJqs`IEik z1m!zgf${Jzc*vA5aov$PW8B`Z%yrRaVCwnmd2J@n9R`zkRnIlyU2v=BU-obp9IVrO zL|lT8b$qADi(q4&A31+Ru&U;FP9*dG;4J+tXMqWZYkmvBi(om;&os(HaGx#@IiE&w zqE0`Sv;|)or}*8S3Hb(dbk+HxZr6e*E2!tCl!f4VT^=P#OR%Xulc@V@3}3V9P;q4OvE z=?eyG{_c~O;9#9zE_e|vuldyR{e_Nd4d|pJ0=w&^>;7gohe;Tt#yy<+^uc(;s_!>h} z)Oaq`=LURSI*AWPe|xMa;CG=jJmeGVE@>x8q;jWB=28)1Dz3W20wVuEk-h^*)O>v8(l+ zK9Xx!_}zLmj;OfA^>-J!i@wfZW5bJ2tS?i$3WHNr$sBEc8lym5==%MN{KR|C?`>j> zevbb%+Qr+}|ChF$D?q>fX==U~-=*Lt>$z|wzG3^T!+P~WB|5l1u40{N==GlwOC02Q zo$w_dvp-s~bbjjVTKo{ze_MRPnbv>vNbYYyYwJ-z zexiEqpkICZiqG4H(;_TyA{Q~+`Ml4z5eL){>ouOBSmJy>#+PVi ze-EHV^tK+2(|tJ#1>m| zFItnv92LK~zK;0;UvQnTH~LUkyzcU|YIE%b|8~A3h$UWeynWFwPPhIJXcMcgPh%sC zFYQnLE{T(zpT>3<-#fo0#1b1F@AKYOGGb@zA5U!Yh2!@jmbl#UG%kj?(t5@dTT~km z@-HWMu|xZ?tZ|4$RqkRFHaO%_d^-`j0D9zwMfLi`crB5rp+>K9YIU_I;5E57ve4OgBR`to|% z?NMU@iR$BnKlRTi^v;l`FVHSJS-<+`7rm@!`2x=8aHjnoMr`qk<98!h5%rm@aX-b= z)_Wqki|)?J|vNc-1# zvf@DN{}-{u4vx1K`+*q7XPWjVcX6=uS0Ci!9p|I5nZ)j{&k>{022Xl>UxrpO!+N)E zM|+3%&Zh&u#ccauO)es{Up9QU-*feS{)gjTNiO1W=TjG7VzB+aOYUMv=Rac4<(>QlQ6X)|7TE$t`TL<6bd;9O&j_XrcVEy}3S7I44HNApw zvBCZ|#*etkdK=(NR68Qre?mF2pY@hwD;~1F`c@QIT93x<7UOz^^1o9zVw~$oW3z}J z&PRQ7i`CYv@k7L(ZeJfS;8`QM!u!KHqc|TzBiC26M%>GQde-~tf-v6Mf1Terau@Tw zzbxy+{Zn|w`nTVSYcZH@eHxoxw6MP`i6weEp2m<7f3f~I&??$n@8ov09k{~zs82$1 zo9jp8pNR|Ho-~H8sP{ssuO7q}Jsn?tB8&01|AV>^SGhhi3#;&jjcxAo>f2k4x85`R za4iR)I^Ti#7NhNd6WYWx*7x2t`iF*c=QqC{-!-#X@wP*Y7;Qb5 z^x;|@b~q>Gr~Yika@Y6Q#1h9l-a(DH)`i2ZPvahm_pR?aVu|IBr@j%z6V}&|*kYdJ z-@v{qR(gLug|;9T)DC)X=)-qu*wgxcpGJFyv#m$ttB4iW(`+HndBV-Ee~r~F+PS>? z2^3emd^5C&71lG6Z7+WG_B>!GzR$t=t`ChXASSqe&m%YSj`M4>6~_Yj(e<&O+{7i( z@n{ssBRJpnqj4I=MC;uiZQ?%b)A&`Qzx8)StGL{H)iO+;h1tN(ZLZ|A2mw#5YN<7Ovc&S|gKud(jLq0V(y9bVx8lUMw_T|O~~gYw1{u4=W?`&jn=b$dyY>q&-t#zRus1k<-a1980dIY zMpwy*+V+16TE%4Ry>TJ;I-vNaQ2uJPi3hB&lw8D1&gXn$iG3XJ1?ooBoDj+n!dCoX zd-WMFPPE>8i6urlUX{k=4zsOSeaebP)_WzfL|4bV6K&!}>ubTb5XXCaTs)m?OPKHc z%5LReBs6gUvIq9%{yo$@H|YHo?V^qKKZ7Jlk!Wu{8iPXAb^Ct;E#gD#nTl`G z&i*yltQcnfyEf+D9ISA@>OWnqwBEk$`F#V-ZYKM*PL~)v7V)Ke*Ta zUqp*oU_BapTeNU}eT+6yV^GlFh+M?#USatQ)`(khEVutH?*N+(21CBzYrcbBS zUf~7jzob3)SKukvkH$(9HLXwMT#3_NKaY*(`w=X0KHC&?KMbZ??=LTNFA2_f{b&pW z@wW9H+?emu(AN1})tCFRaE1N9_6XPGuvO!rcP(`z`ni6FlDpW~`8OjsahCJjKv_}E z<=5d`+-d*6O=o+;2hM*bxr=w4e`BNqxwR|2W?pTEt50 z`F=Ftm0^wZ(^y*KcKd&}FV}wXweuN4uHr%GdqaD!PhtDzLGNDVBI?{1mXAV<80-2x zjo4z1EFIun0#t^%>KDK+5_d{V*!{EO?w&G*kR~y53b-3O6+=Vu= zm-W5hm+wwc<-Ab-yvBT=fSasm46#IO$5Y?wVz#d@PWunfvcVb7XG}5naF6w0hA;83 z{q2kvvB7#CLyKr{JsL|+G;w`Z)M5L;E3W_kJ}jgF_Wk;Evs-|hQR7HWHYbw;bGac%Io2H#?D`(J@JvB>(q zC6-v?c*he<{NQ*Rn^yc`{m(Wgclgx$4<&ao#Q8Twi)dy&N54W}hETUv&@&iqqQ3Q= zgBEeB^}LO5@tgfu?ZEeA_`CJ3MT^*}L-2QYG5a>uJRmGzi7#=H{T+`sF~$07Q%;=j z^V{Sx9DAUL^>jhI=xY6Epk1`E{_oKywqF?HX?$x@=IybHSYoN;U4u4JVtpE8Ph9JK zG%l$4kK5nB*;b;Px7RI;xZZ|mUk>rg$MAgyhFkAtXcIlHuL-${)gJ_VjfW!kvfg3+ z7#|#lI=?&6CfZux3)HRH7ay9gn8CRW&U8NQI&duq4_d#*^%GOA=gCFfD~7MFSL2$C zLmW?IQ;Ck&^Ek0ZU&p_VT*O%CbLyBd{_A(HpIP`4OYN_32g<_h*0bGD9RFaUx5p>s zBKkX@mxv_}biCiFYw;J?_d948bt9D~ z(ZKP)Uc|P5HqK}57_`F!)~|7*#9Y_cPCK)G;3)gk_&VYk$NvVc;za9xX$JKP>z)6K zejH!mHtVbYF~9x7p|1aX&?XvL-=Q5ien5@ChWgTYL*i+dziSNVCwSF*KPL}ys_U-{ z+QlmC--TG>Xvce!SfZ)p6<6ij0dBYcPiJr}gBPs-qJA7Z;62B0xii0?!r88m1NWxw zz**7u=)m@X-K_sNw22F?Pvgaj!H&N-+Qe$>du|N(C*cd{w@X#d z>%#W=idbTqipNBP4u$9I^-tiIltNDE_QbQKcPjex1PSl5+^&}$>buM zczbCabur2LjzYWWXZ@F=UDWIt@_7TTqL=mFf;KVA`kJ6koM?R;$VK#YJ`?aQCfWaJ zw26zXPveA%m#kl7*NTPKcQUz(md^JpMeb;R=_30N>&$`#DsNJX*v%*3$vM;(A|S{|hZ*ob|j(Z1E4r*BGy2sq@pA$Kn~s z(>RObJnNs_pX+tF)A{y9tJvLo&v}gRD{!6b?+3JsTdeoBBl#@_`n?kJ`w%VSI_o*| zc7B_JdcI$zaYn@-&hJjNiFd5;VR94Y&hK(!i>n=f0b0dV*835$g~lw@^c}IqLykYP zBlm)#mGjwl7oM+x$F0BJJ{*7GOxM?yV>v!U-RpzDrw$<&d~1C>QC7U^@+iD%H3b0Y}*X6>J-^ySIBH?FU-`*80Up0>VitFe9HMC&Ud zSMiJUeP%3e8G5-s{)Kk2m-TlemT2I3>-y{2I?iDig!t87`pR(IrC z2w32J|2TxU3eB9~Vf*mi0Y0+cx5sjA0~4&L8M%w|o&TrQmH5E*HE0)(FVNQdF6_u} zQ*fr^wW!AN0@hm3=VLkcLAm|!fp&4f^&f*4@r(7;naTbSU9ETQF4Qmdb-XA0^L-L_ zaeZ_}t9aacHIA@Y?s#3Ru^#TV9*rj}+Vl+dc~eL3Wx>_f|0=#k7yBQ}wi9(b1$&Jn zDb(khrhU*VMy$^+X6Ej~yOuD;dN<-rjJCfT2lCwp)>+@+YFsk?Z$DIq^G0(HXHm`>A+YDeHPPaad-7DIw$2Q^-f2d_{#daVJrTK>JzQYpu~E=L95vI(qGTOx;>o2FQc-G}L7O&Xb`Jaw9(ZTw*>cp`fnpxk718K`p z`-b5EpJ)|lTJMqg78~t<-vRu#4|iJMduS0;tmpE@{5}i%j-qKjxr&>d??q@4gRJLv zVu>pp?;CuH#rAh9vBi(;v+gqWJ8|z2dRc!jw1}sz=U>DY!yW&y13CUdG#;_WsTC6( z{}r@}hpewk6WTAVar`T(dr{x@eDz(lk01kTR$v+gck81>lr_Qb1S^#{H~#_XyWoaHR1dYcU$k1XcK2!-%Dr_ zE3M~U>RPOKecy&J(bfJ+@FkwJzy6(g)(4h4zgO@ruD1VLzwrAjEbnRk#QF%Xbi98Y z$nR}%i1UAdSYo8(71!l{4Aht$${#s^_6FZM-_}jI7Xe>dPYJQaYR7weCfgon+TUkr z6L(vm#w!-5TYr^Ld0rpha{jkI&UbhCZO;(@`UAO_2g|HiW95pi{}I-|Lt79n+#Y^i z%x_b$-ud=y!u2R@y*SvvHj`r=9A|yE;agk~)d#U3fF1V=_B)_Wd~bc_o!GzOI_qy# zmuCT>!Q^0n-+^3@!LRkg@=#)n`i@_;HP;gGjO*j$nOwia->paEQH$$cpWl$1=;i!0 zwyt>f)!_dHw2DU7d)WYvRZ!3Mqp{D$gVy^UvBZ^**O=Ty)y~1+#3uaK0j;g~*#kM2 z!TqkEcZelAI$r&)$qn9fK7Y*QSPXaBf3Lb651`ZJ;QwC(I37St>uXFd;tS`qfmlLg zmT4+)LVd#!>(RKoqKfy=onPm>HjH-tw859ymO9h)En3AG>)mf_-W`LjhlcfE5lj5; zcw_5w{)Zux!}?tqdtN*fZ6AF1fM)jpJHEvn`#%w_qRe`q8^FE`eVp$w>RL2#eQWG* z(aZk2ZO!=%cDKHL$xR&M{Hl!OcnD3_1$}ShTa2^+=4ch~S??Tj5tE$HNMeaej(2tw zj!kfs^$yvZ+@ZbWFQ%-R@A4WWUUYZ-F9&cefLV@ThHo+7{!50Snz)uzD1@{Se}4y@s|C6N$#TD`Co@GvEKf6ZpwFSsIw%Le}ULynB%V+ zM_s~W);DV)?FW9a{|(rRskVO^ZDKF$yX#Pn_3*OeU4~Y%ll8uftvJB;Tkp!T7f!O? zrNk1|E)4pcx{?;JcqW{e_&_655P-4pFMFX&$q$nj(-!e#XgR|b{zXEeC+(b zK#Q1YJtqxB3)FM`-`+@&j&))`eY=eCrKU2L5KhW`g()ymlw-{{ypB~EZW3a3BTsn~ZA<)C+ z>(PI(xXk*WC6?Ik#-RTv%8GqmzU!_WZ{QB=o!XRb4U?^Rm+GAV;AHDr(K(Y5>vjtM zZW_q`0V5oLzt4Er1a{v)tY6WY>oxe<_4N+9h{?{U>MZIO23gO0Ye(IPdt5(bcI9{l&pQ9d2C^@}H0RT% zI_(c0cl@2uDkfO(jcd7g4ZrWhc4N8`ZQ?EK`+Xeipquk4#h3Wp{$3x*Z{=`|;~k0? z@tO6kYD!y#)y`)xVvD(se@kbMEzrREZ~Y`=fx;=ycRy^!Nw$BFSYox~jiN5Z^RAB} z)j9t|(eO}zb?_ywvcCt(O?>D49wfGCw(;Bgex7t-a)ii z80q@?H@?IG`&+&%_mW_f>tj-Nu3aGN3v?f}iF>TC53$5Oj`tE;MfEx%pV#m$rrLjI z5ZeuIvz}X;QlD_I^&d_w(Z=;L9N*#v`|m((@vP&wAQv&i`Fy&T{T04)``C66*QW4- z<9&n{vCw)xMyqIGy-SEK20H$lT{(Bb&Qn7^lV`E7!WY(47vJJT`+vGA-^buZ=hG8y z;%MvpE55~e`~L|o;w0<&6)mEJ_3VvrvB~}y%;H`r{Neb2!ETd6-3GDm!HyS& z<^K{Zi{rh97SY3c7T`Pz4eP|~UcX&4j+AB28**ztSfTYP2zvj=hhfv%4KD`mwBmmh$wXmCo1-?$lC zVNdHh?;x(n;9L8@e-_uX(AD~eQ&zNh`SI7#HsGKp;rLdw9`{P%0>@i6i0_v$%z7qJ zR*Z7_`lqt5!XqC9J)N6zJb(_?^U^HN<#3?mPou0j%;mqMuEdkBubU2H+rU;g1%D0d zktw0`whDRL#*!{Wp3fH>)6@&O~5hlBSYS*Cs!VixB{6QRhp^g2&#j!+W8i)K=;7dGg ze>0nL?F47VL9^@f8jO9?{_rcpW(CD!}=Sr6^(4)h*;tw$IBc{{lJ0N z_cyeO71q}uEuyXUl-J|h8uqoGJMb+!*#Agki_9A#{s)7oTR7SEu`^o52J3y4vf?0@ zuX8ZxS17I@%I}OeahUZTSC4yD&@ZZwX4D5gJ1mJwUbbNpUt6X#jq zk7yAWSx-Z96*oBFGtnZ(TTeM!#8!`lcsCJC9P4;@oyzwixa!xiehj&ZFP&eNF5JI? zTO98#auIJkpEJ=aPO{#rUAQ*~WzqQ%Eo)%0^|U&G-=^Uq>%9*x;ymjab1>JpaIN#b z0N>&Y`#zQfQiez*Rwn{mE^Z>{%oe2F{luLoMh>(;Xp-=dBE z*C!V-*ZDk$R&kB>-gY$CVsNVSYls%{zV)mlmU!Cn8skfxX@BPsOZ0QRH}Ng*wf~_9 zaJ+{vtZ%F4Y)hzibl6@C59V47*1Nv$C6;*4@h&@z?^ZC){y)OEc+vjbqD8E=p7v-L zzgYhc#1gwX-ZMv2*Rb}D5P#wU9NXa!>-+gszB@rPG-z6JFvlu*(fYn6w)n*HU&WWW z$Nv6JIkCz5cW=(NhE|T>y9>{zz>x3xSs>(IsSw$96O+aY2RPoC=Ip<4sP#QhEK#>{h*!~tdyg=5Wmw)}8`>8f=J-Dz#_u-*&c-Z!T!B(7Q`~Q%;sOkK7I-Knf?>N8C#1>5*|3J!$ zbuRzS!JJFrFV6S!E*!sLiQ_+W0Q)0Mb^UZgi+Iy|Ry1e-gTFi9>GgRQ4A$HKP52UL z+Fx(Vir-y+7}`Wv>)UEP?FFV=&wk`0zH>ec@GYLV|BnvfcmpR}-!OcOT}Fob9*=J^ z!u~I5&b1({wcZ9#^W72}y8fO-tGLp7D~KiDbG-i?z_lP;?Rb;7;aV2PI$lGxi^bNz zFTO>6`yWUyqQ;{^-%5Oo|JeUc&8aWA&-&(|UCg)sGqDxh%n0RY6I-ls{EoyDdpX|L zgSnQ4`>glqT}y@Ht|Zd{m?!Pmhc^0)62vXpF7@JXb~4!&)qBeEft3C9PDo) z7tz-FoIz~yoZ~M!oVE?Et#1_C#Z}h7ZC8%%@S*iRfp78OpM(Dg@Gbh;|0VbqAKCvG z%{iCCHcNy3+NHELxZZlZ4CdJb_{#a7b~wK$K!5A`4`qeMR?_r5vBX%%yA5Arz5N|N zo@+a}$NKx@TU5Iwl;5)}-*w?v=X3KmJiiRTTJPKV7RTEENXm-(F8|0-euO z<@^m_JANr;#Xc_oEV0En$G@3aVu|DJu`lflrdiJ!<7p4@nf1R+Suxw?8(}Msv3+JY zt~1~o>)Yluwk@>%Fz8=6nCm0xWxa3VOPpwb`{7HRV}GA7r7c6Xw?g?R59fFTf4AO` zDJw2@`SD#jenDsFdlUPHIMDm|wd1*#g+H86o!$682@hCrcVdfc9skt9TuZ`O>;0Zs z;ugpIbt!EFcDKGa59e49H(1{T#1=<6e*b-GZ}3D^U)xe&@RI%2JcexzZSAia+Qf_2 z_sQX0tHA^IKWbn0M|j%)9vjd7XQ=(JP+v>C^7{x3J}oT2fEIC%^;|KSYk8RO{C3=y zdtLB}_59~>_AhwZ@p|sY{UrF%dN$%qTx)-CjOTg)_ICUxjsxXgoTUFCn(jJ13fM?#liGN1PUxo6P2UI+$NSEDuAASY$nOcH?{m zyIId5e2Y%@ztc1P)&;*?-?kIT7lv5h$AifoZnM4zh%HWY{B~#)wH^!cf4YZv6X2Uh zVR;XHi>`Zz?I*!rIC%Ja4`&gY9J_!3j??`O1$C#>%Uw24cs z?`6u0NiJXQUY>u2@2#&9xr#F9JAhn7sq>kOR-y4oHB}kH_g{F&@!FzA%q`8X&b&h` zG0pMLCO0wA`F(&kafkKof)?=~>)8(9;#>Rw7+>Q3I>G-zv$^*otgi>L#mTOZ3lB5xA?&R??andYJJm) zC7y7+9lG)T0ybFRTFQ#wUH&9uiJKj-`w))D(Aj#*@g?52zn6$5{_c2p;7incJJe_6 zZtTnOjpLnE+*^YE z9RGU$ic{JIJ^v)O_{i})b>mn7#jC>l=O`-%MdfEx9v1odawb|t(LTYx>L%{*z(c*l z@*(IGbJm3ApU@_ru)g*96=zz{ZDWnkIGQTmh|Dh2`g|TXCH0_eElhMvi|wvBgNoUpIm8g7Aj( z{p}cj?}rQQzy9v*&+xVLTQ!9J56)c^;+=;!QEq+PeMSAkb^C|)4-iWn>Uj4~;QkSO z?|2`eO?0!qh23bs&}UUBU-MY5A3$wR(?!G<*R9DeW?Jmd?~718Gc5m`SmJ2M`vKo# zto=Vff$M45>6T!B#`U~E4?nuTPU*(E1jeii>l+bUeCYVM5L?{8CamwXJ6fTx;}2iO z??tdN!*vkTr)UwYt!F=ciQnw+Qeum59ed!R*ZzagyOgV^GD$A5`f;;S`b zeGhz#Bkli>30!+Zck8>Q8}$RnTF(G%#VNM$NF4Er+xL$D=Gjs>%k{Hy2z3WVmxg$) z&?3&Yp830T?txL(Ut=QQrD43||Akyc3+J;dzQwurKL#!0QtO$Ftr%|mC($m>u>KOt ziVIx+IAV*rj{hB6#V*#Hxewj2+WSKj%8H9zzGNcTUohW#r=dmMX+3k%B4$`mE6R#B zE?)!R;u8C>GL-8FXzuvKsVlM8^)(0I;wk%om)yh+&aWfB#pU*|eqY3m_J0AnisjCC z8QR3+4Q>yV?E%-jeEW&q--W+9zlmrO>#gT2Vv9!{zs^v;ufSOAUxrrkf%Oi+x46;% z_e7g`$od*kRvhl~XP`~2w!RUR6}P+muf!IwIsPEDitDWRG-8XN9sh_qTpPp7)_?Qv zoXg>S*T*<~i#zTA$xXb^4`=&$-VANxWb12(cJY$+-;FP^&i*bzyI8X!)bIId5w*vJ z);WHAVv7qLzdNzT7mj}kzJ>aj(X?ZCzAwSouAevXCDz;D zqi7XRTJPkE>_4#H^*0+W;wkItM=bG&6E|Dm8~7GK+W%1MO008zHSNy5Qz%*; z^!)>^qM`LJn8^J|c)|IPxsTtspw8~WemSwkEspmfTErCV>DZn956;;+*q?we@tysB zfi_X+(6Ih=e2JIsuS<9CC&8|(!}^maa_tT~xIX@UEWdZaH?EIqwh0DqRKlV-f{RA-R*xw zckb0fbLVrFe8DyLw`L;y22{N@lz*St;vbIx*c|Q`Ks#@rntO2l00SL=9lpfBBYj`- zZUxNj68xPol=_F)T|cLxO$@ibY2B$m7_>Ur--R#noc&e%n(u?K-2Q$$mi(cf^L-s{ zVu#2Gibpg%o|53Dvd#q;x+e+NObI@C~ z9c>vNv;U^V7UhnA|3t2Bpx&*)eiw2PCpe!a-MP00lU9fI7o$xST^5$FL7OG&`>}t(jXMVWm(VI6w%%{%&{kox>*ru>#bdVLVLQHW!RyxFVGr(?!0Fb%8?nSl z$GZ(J;ymkVN-p98=hKa{;!>ACwLAC6V7~KvWg_>cVPDtBduSE+TW{|@_&o#eaQRti z6;E1kQ?!U_)^qz%`gVc3uCESg5w}{;m-rTM*?*04u5Vzz>!S&|i!Yu3P-2T`9ls;7 z#6rg##X9kU*FR2d(a!NN@6P>M`1|UxJ=)@1)EFCod2P_>+?mnjkw#}rw`i2U#xg%Q>>o3dhx%WovMSn2p*pjEtT zz4vzK`wZM~JvAnAeFk-0KcmS-oa21P5L>i&{JO*zhdBPf@g<(OzfHsvpE=%thI0QB zCOe-)@GY*g|7Oo}tcIFRLjClkZp6i|pHugsu3)+II}|NqsP!~Ki&$zsMZ>5cSnPQ7 zi6!oEym!$m-nZVf@hxt){~hn=ngX`kBj~yA55611XT8I67qp6I)_V|I#naY%6SktL zPq06M*y4$I!t&8*7iHF88?9oc^>&`bwFInkK3AhnJZXLEw?s7X_PUQ)qMqZeCYE@^ z@qXr5DxTjt#6OwXVu9oTw>#Hn@T2Qv7`cg3=hyUpjz3W1`Y0z?p=XpeokJ|~x#R6a zF5+V6b1T}#`_?~X66X@Q#Q818mngBnv(YA2S>JPiaIS)u&aXxf+AF;0e9F)&##nDx zw2HRYdk}Rc_H=z+iB|F3J3;^P#1`!we*)UX&DPgx825+ZR_C*G51#LW8mEWyPmr6~ z`mnJ49$Ljn>s?DOVvX}@fOb)Tmta2}t)jp6zJf2Ym;IfEHqqbujvyD&*!kRh9Q!kD z_ipglW*zV5!zQo)1}$Qy^$a5y@vQS%G>K~`c*Oa>Lu}F6@h>gs`#!9&zt%mtcLTdS z|7}}xEe!804e`s!MNDx%4{pcv2Jlp!u>P-T7rWZuNyHYfI{wc165rb2wdLF!gd?4Q z_a0n(K@->CcW4zOtal)}i(l=(94+D~>v`=szDq#^*VpV}T>r!0eZ1U@*rM7oLGJ-Q zc$NcNIp6uiIG(_FuD>_QO$@6Q?1!RFbg{mFOrmcVXlgwdOyau@eCB-bE9ZVKtZ;tS z8W0<1IiJst!xmau@7NxE_k>>7)21cQWg7TIWVDNM)?cRq*Ya?x^?XaN;&z{3Z=A%lA@IBNIg7d$=eWNAIF9=*Fv{@`?ZNRI z##(=$mYhGKjrEr_;8*|`I^KqIzDvPP)?fP@`tO3bx&*!F4&z=6)VKboloj{5{33D@ zr#PSOmvQe1rd!XF9$X*7Z0mV+65ki0_HDs`17eA99dBGqe!GPOthYl0uIFH*gp zUqevj?~m7@P3&uZ|1IZu3lBS=J<%c-S z&Hl?#H%BV->vactaa-?u4xm5B?sZtQh0+ozNmqvYun`B^KDFC2er1D?%+29Dp4SmIpAdlfBWw)LDwY;ls~kHfcUWB)ro z$N3s&`}n_g8M(nw>p7RQ;wqOPO)PP><2~GiZ2?y~pCxD$ZLDu5vBY%8`*Il9vT(fh z{Y+aI*So!UCRb7AsZhT!t>gOwRNXBs?}b*e+o=zOZL=Up0j(0YfURqSNFZ}s4}0l3%oQ9PV` z)vzXNAH?be*E(J+w233F?|yO-Z#$op(IQq^&#uH4uRH#U%Xszxo_sfxoz|dL%(33d zXcPNb-{0^h*4f{{=Q!TOeb#gQ_G}yY*Vy2%KH9}i*8eQp#P`h}=b>m9pIiTB z%XmH(HohC;KaO^BuJx~Fo%qh{XOwa87ap~~QgRpXJO8z45u2>%hnAdwpsn+}mt4fV z&gT|)_?_%9M$T<7?U(JGoX4eQS)7ct8DH15gvgwA!t`gv#*8?A2$+QiS+H+nsN z55T^zpQb%Ie?ZY0q5Ol(xc3D0t!Ff4#r9W(_0?PPdm0RJKF^bj*yMbs;9GRJ|BuK; ztam=+*!JRKZ~tXw+)sudt@n9ii+vq`GO+kDj+{=P7*7F%!#0cy8;~VZ3LnG(A zQ$voWunoUyYPznBwhQ%Le^pF%_0H=_eM7%9q=r{PT5;_HE1hpF`R2lD7W6v=2Aa!vFqz^Tr!F1d;0onK?LiJ{ha-Eis~PPLw@*oj~5zX#gIIO|`D7O}*7 zZerVrC%t{9x8hn6*0{c2E92Y%yl!-0yt%L7TYU`W`^LxY+s!H01Y1INb5? zA5K}g$afmc=YLU8*1>A)`wL~o2`>LEzQs-UKbm#oEU#bMiv0oZu>LR0xPF0y zqU}46_6jdp|2WEu8(sdX;rtc{H(Fm8aubg`zcxE?Ee7xJoXJjap+!7uJ=LD){xUq^ z?f)vi#6$MC2`yr-_57P!B zFRXBWPZ3+Z?D*f(*2F7rZ=296zO>#$$X$Hq{I4Ol_|5Tqqg`zKbS67BL#z1CdRL-F zd|^Gmqg8xvy)$>5sD zp?>i9B-%uC>-!chVyiR5`aQ`_)NUA-SD{_hd@n3tgErB~`hKFUsOR#1C)57mI@iZ= zw23a(cNp5lAnQAo+(a+uxAzF1)r8tthImy<`R)KM?Em}*qMMi8AY}MQl;(_`N7Ay1V?L#1b%EG)5m&f=E}6`|VW@RSCOe&kHgS{nZCAqe z0sPDQp2nB>-TpeZW?RFxQF|<zU^vJU+|>!dwMeU1%s_`IavtGw ze@C>Ye&Bn@3sL^R|Np-l_j^%s+(et?}6D=mfrk~$U+UM6#`uX0ZeSE2Ub|L=!Zz6Eq zG&Y}pJ~+0D*?c|e=ZBN_*`-9-`18ey6`LujkJ8T{C(ZKpq@PbNWS@S1xsZMQ`Q~i< zuazsoo%Gy-H*@;==a>Prar>}lSI)~q&qwF#r-GFw!65a2`uXYP>U{q_Xq#gD4N1$e zlyASs9KM@C^!#F2i#*{7fHE@U5n{yTqrsdSV>sO|Lg;f4Hnq#i}| z{CL(ra+xSxl3j{FU!L2(3B$y~Mvl#*=+eZ;UZ}|Xuoc@%M9-%u4f2JhpIhS5AElq4-;7zpP5k-#&7QyHpj7{bV(I7awI*+h zMbNYPLeJ;NKF%u=eUN^B-@&8Rd4Kbs?@w6dZ(lw8FZBHXpXM9$(FE;6?+0v&{u0`P zh~6KFxnee7&$OD!_X`Ty&pkHz{z0YvpNMOPcCls)^{3xosPvzm$=9ELzoC%*aP~zJ zz5fu|=X(xo((gw^_Tg`SsrdU7Te5xQ?^pau6(&Na-@iz#+|2g9V0Z5KLG*q`q4vCt z?JJ`9HwyXJyB*Q{9b2M5{{DyRr^Eq@Y2ACq^lMq|bt2nJMDK^#ys}hsnZDM#CEp*3 zt&d$9H6zrRw*e}kd?J_Uzw z_I#8qt@!EpUy>I2`s44%Y>EC~sehsOXHxZ9k*%LfCq*S%9>lRqMDN!W(vyDwrjUL5 z{hUJf>GyXE*~j1SsZ1?dD6tfO|3~&sOZTi%l&M~Sugv7k6}5WTYLsoIjgK!bs+K9O zmnliVACz#mnf9i4heY)LP}1H@vCW)*zbI)RGxUl}I5vpr{i8zm>GzWg*&oZkF7*CV zs{N>Fm0WphZ^!U%Q}lk*mehax{imG2*j#CDKK*`FZjI*h>nHvGR3ZCIIF^X${i;It z>G!WPn?0)KyrkdH%B@MxMVX}E-`c!Y?$gQayCQnOE4M~-k=NX(@%O*BWP7FG56gMl zy#Mt3V}8pb=X6J( z$KQY4694JrcObTgYDT=8EY3 z+(P!#x+mY?Eo2{mzjsUWjlci9CHCp}gA3_Nzdu~aes{L7(EG(<|0<0YiPwK`J}=I` zdmMlNIA)w(pIqiX7vD|A*O#W(XgTgbtWUqcoGg`ZU-h`;`^|;yMHqJ-^Ll3kRy;_SQT2k#f&H`ga6 zsRMIG*4F=VOiaIz9$&q=?bU&OQRsbj>6tu`|4yh?)S9Dd75wSGSWzju>h#W@ig%-K zMD#v;A^-9B-E;YJ2ZHYzB~|b{BI|)j)oNub!n^R%`|vsYC<^xc%VbLR9~X6*qHbsx zdS71lC0Y}m3h-Jv)e7}_YImN`gXn$w%JtcqtnG$muD}$KCNAdUZ6|vCN8|^~x z>u2*VRf$^RYj(E&m5lNZ^&fwq|IhvB8cF(n|D>M$d~avp5>bBuh3wP)1r)N6_b2e@ z`g2}tl=FKNMEwoq)|BREV{__@Kt%l!#8xqzpKrXsg1q(?Z$H$(%6Fvgi>NSYZn0-lXzH&C*pF-t|>`Z?B#QR(L^X-*uZ|aLd zs6U23x6eh5_t&r`_VNB4w#0rS`<76D53%Dz5D?$KS+&L4z97Du82W>VZ!Z-nar-IB zmJZS5{Y6yT7lm~tJ5ryuqB|<#_|}KEBclE!vaTxs%dh`K~gi2BP&+DA*dIOW?E^KXO@FurUjza!t$2epq~OcivZk`&ZjOw<}>5 z*Atw?`}3%DE02FNji#-MsK1Y-S=@hEGlpZQi24I5WM7xM7wRv>?V(cE=JuC#eWCkbSy8lS20W*tbN~-$^0+ zcz-C#{flbV^-|@eYA(+9l@jkSrE+z4CT<_rG+|qbs6UmYeW=X%XGO!wHZ9zo+*%Y!*_jgmsKHVQq zA$#?eBh+6`V#6d0RxYLc)2UpMoyp%`>Hc;K*~k0iQG1@8Da}+=Kf5|ds^U^!wcik)`vXea zN7pjBPviXsW%cNgoSlj?J65U2ZTITb08Hd%k z`H%OPq>M`F{-I)p+gtTaO)9^7(Zee$XdYBs^=w~C@&1$w`A_$^RLK4y_C=xon53uB zbS38s5%t%Uw9l{qcz;f@`Xp3QiMAIdvSG9LEvgr1`+AD^_f*J#Cys3*>JO@reY(G> z%`};Wi*$cdiItma*zx|Rw7NnCO7)-SE9<9}MO`tKr2C`dvoKYfMjwQ~@&2k*aV2|Z zuFkBeqvKVkq;;m4pI?eH>#J8}s%5Iwt{VEXiuY%g^p+na-rrSjdu1=~Dsp92j_4d8 z(*0rOY&4heKi*$fcEcwN~FR+qO*h zCzi9-T)us}zp+C0>Hf%)_OT`JYw`Zdwj|$^sDBalXBP9wY`%W=btaMt&Le2YrO>r-lrvwg|Exm~V5xyW+!e`{s? znv43IlmC)TDed5_>XS1iRYyb(?vd>EWVW5e`=i^E`niC%EYx3J@E?@u{JE!Q?L^B8 zcVBt3Kf7QZ{U6Uad{(VNuD`oKsUJrOf71QoMV`aoeE(y6B>T%NWZ#B;QAGXeMfR1u zRrG=XKFP6AsJ}f6O<5!tpQe69)E{4RZNB~=j!X8}SIB<(uw;LJ*jFUWB$wj-{blu6 zlyVtZOgrkEsmQjN%=*mnSzV>aV-W8TFn@c+efQ2T#QO`(`mZ!830EZ1GME3FP4_35 zEE5^${-*mI%&pN}eto9${`p%fFRF>+ zY+r~QXg^VZh+31I^7BpimzcAyoRj0q>0H{6i275kTv1XvmzYWSx0qNN+E3!6cz=x9 ze2Yr?{(Dwt4HtK%*^DbP6;-P#-E8UYm+>wdOn*1w#tZrRru%bDmddw(bW*av$3ph$ z{vZq4r~8YH?EkDibf7H=^(U$NDG3{&i}%E4Vog|%_cxigh+@V6ru(CeuiM=IlJ2jv zkbSy8%R=_){w@pIxA`X7A7&x@bbpzJ?9=^e7P2pIne1<~kbSy8&O-L_{yO8whgucd zS!mBbZZZlqt{P|i@{ITAS;&97zt2MU$B?gx`U5Rwe`Swkf1!o!)BTASvQPInTF5@# zA88@`cz>n&^-pQnfA#GCSe)(4G~SYzH4x)f1=uu1#;`d44EBI++TY0pyX9GUJ z^+%gZEoT~=i}zQXu1~ecl3+^~!N2;l6;Xe-k*iwKOzLmCzuV;M{CsyWOZJCb$Ufd* z?v~`6?oT)AzjCQknEKik>Tg%|Q>*6kHpMGW?A0{$O~s{Gw=7y-D^t>U^2#%7l=dEZ ze4WPIrTgQp^q8Hgbemn0-s{4R4i1(+Q-QRNu6y~_s8zvrT&(0Rd z`&*WMNoIWsKjdWoR!To})K4w$*`A@2+3S;P#qs`_)5nvNM16)(>HeA>Kl5kXxAA(e zf*|V8IkFFb^S4*LzvqM=j%b_HlkN|?kpFgQ5nDA#T85>3J@Njer3V@DDO8F+cKxUO zn~oc+*3(nGKk970rIi*Hm2=q{g(}YWRUP$Lov5FrF$caNE#9AXBsOgtU*5>MLPY&t zN9+D<`=6QY$ z%B9M^sK@$bf83Q8*_nj@5&B4db&IIK?*Cz*U6t<7yO4dlzwbi!>HffjeMz!dY-ugu z-NkqB#y+f^P2`*XG~J(grD=91-@bHsl|+Bzh3w<~k*ht#k5?ru*W%VgcB<8zKh=tV zplyn%zjCk5{@GmnPWNXXw~x<9?K|GzdH((t&o@L%_lF+$xw-vaeWi=2zw|=(>HgFU z*~j}^5Bf{FU};ai#-=^F|I9H<$Fg~x+eOqLd(4X2c)npxy1({9_M_M5`g7ls`fS=W z+24E8e{xAXak@YFe8tH!>HgxAYx7H2Z$*EI5cMY?x8GcQQ(yB!{mtj+n=S2P;ZM9j z`h5Gio}yBf{)lT65%pKE&oY_P?EjnlFW#U1=Jck^r2D&1u8->pYo6y=BKF;wvid{Q6wDJ~>`M+?Psme@G>G2Gb>+|i?;~f;Tf0w!u(Rc_+``D7}Cp}(5%px@#E>Ys+Dg0^u z=&IE9lOAs&=`=szlh!B4V<=>w9g8C2v6koGEeD}(J6dw;m_EmP}mRE&Vl}6QLnfgdOVOq_8KchMB{}NvQLjE60>)UiG9NCXY9Ws8gC@IHebKSA`#JeB-mHhMY3#I zI<{wWypp6%zW-m|O^#<$lBrW#t9q?k#m8r=Z2w?!vo#fX;EQKbtt$M4Q&A;8-brQq zkGHqVdCe4O$3nSbeQrDyK8#KIdeY;i#EhBEw@;6!Qpi3&-b$r@74rEZS3c;EkH=D( zn(yY6ZPB;`)RCm258&jpved8MhB>;^V#K^dw8gm(t_G#Mf=E ze0;o^xc>acOz9H(9-u9YXgry?|IKZ$eJYaU%@ndvk4IC;K0RJd(mu9S8s_8U*(l%q zJfkvUdo|mE;{#~C8`+l>RdA|eJCz1IUuLt=8;Y}I;atS_jmE zo=+kB_;^3D`mvO_e|=P(9Si8G;kogElKxXmTqdT+3rbqV{f9LgOGs!uq0QAtvV0h8 z=&kj+@rIJ?^Zi$QJ~G75d z*?+t~IUZ9X`+KPyaX0l-c&f;bpqHZ1X9 zj$@gkQZ1y%i_&MgDPK=|JgJ;*n5#&AkRER;xjNr}dOWH^_D@mw;^ocOf4=|tcvhjs zCL^SmHmy&Nca>b9@Ba|mzW8hl+rP%j647{Bh5X0I(~9=TT$#9@kX?Mdt!#U!o*9^J z4_VU^6)oi~SfwPhm*%r$amB~u%6?e+U)+EA@OO^2A{wu&(lk4hZyz7eOL|IVSE2K8 zQN^C@zq%}=!7@od?>BM25E}0*o$qFjKSde~Ohn^>WnESNm#-&2URb67ARrsRvS?OM zCOei`d_1w-dd=ngPmecN$UZ$DSt0xMcx8p`IU>_e3Eo<-NlFZm%!6;isv&Gr5(xUOwB0b@!LmAZxZK1SQl??4uuF~VF z$?AVhMO`Q7##@U8|I;EGi%m2?ZgVE_`U&gfG9-}_OXra74h-rqWY=az9sHlBDQ_g z`<95t11w~p9xt$veR@2>LiXwL1`FAD9g!T5FlJv7o3ETrk5^c^B0G~` zpYibwlkI^5Rbr(}ia6gEXU95RyF(c7(EFD*bCHGjE((p0Q(!|F@tn^0Ead+!j?W?* z&oODASgO#{!L(%&jrW+aQ2nQ-3%OPj8V|Bke`(4nyQunaoM};-8!s|zUwH`EMNsfx z64|pHA5T&ZA%7~V{HTJt^mvn%E3-5C`ZX4%h{mHVWUsL*MKoSzA^VB!Uqa(qR@P7D z^vF1Rc`u{Z7Y^A22%c%pYJTTt%%0UOqR*Fzm9DyG@fRq{&=Cv zT*Cg99&a;l8g1YBXBvxBMB{PB*KN+el=dT{@j46Hr^oXwWWR~J6w!E}h3wPgfhO%! zOBFniigvO5%>4Q+iT1DTJ`uM5;~R71iMl;h!D~@TCd0qPq|dWsjmF0tO;~85B>72t zJksRa{Pu7UZ9zoil_u?3s@$K$n)G<4N&9^N8tYU<eJ*Kji*}3e|o&tq&-U|$xkMg=Eh^q>Z!=BuQZLdhxB-@Icv?u^m|2m zJl8_@?{3VE_v-dmRFtWjDWza(rq-_6@}(8oKl<-H>R&|T!B(!w&gAQfj~8qI$s(zx z^mwwV)yc(DzAw{uqVZ<4^{F5}Mpf=#*-{~Tqmtx!vm<=f=a`lKT9Dwk)FYa+BUtOQm5f-S~LANsD~_ z@$q)IL{EA=Ui|;hV)5~Mll!l#Cax#ANss4SNPl{~-$M2p3s^+s0VnNQDoK8#v4TZ3 zUT|`4Tz^;-A5XY&zQx(GhVNv5jK&*I_)i_1wJtp#al$@PpJ7dUyy8Ok>G6yU*%ut| zxFqSJ@5oVfyTWxblh)KsuFfu1iG4PG#*%3><}GB*zxl0Zl^;1{{(>3PXUtpBYFd{G z^XAW;Ie*HWl0#5|SJn@w0et9<(0#S2OfpS5togf^`w%qpKYd(re6%(iUZ zvQ4Kp?b^3&Jz>$D2@4OMKV!=Dd2{E^o;_pclxasznKx^}jD;-^{XZQCJ>@eNEAyjS+H=?^jUK!v~As{lTtop#)1X2=9W*HJ>ke{6Bd%d zf(dgLFx#em%QhWbw(ZoqZM({>kDNAtQTf7Ib7qv4&sed#|#_PXL#R!CHwU~aL}-JZTVZ)XZWyD z!-wdjvOXh5j2u0BkY~pX!=|qm`u6KRW*+jULs#V|y74 z?cHZo_V1`ZWxdA?8q&9Wn`p7$xY7NFjT%I>=#&0qh72hi+izs|Hv6~fNV5ofhEg>8 zFl#wF`+r&g5oIGr_UkifR95QHvO(iIckJG=b?dNJOPF-erj*OFY;2#-t;@!YKx^NA z-CHkd?E;nAmkk{?wolo}F~dd=8rrX{&%l0t2BWXvz-jt#LCJpo=lws~QoPA%QVZv1 z8&u1A(+(}!Z@@@E)`01-pndE8JC^J>XsJEtsKGHdp%Df5q-aO8q$pWN&J z7U$ZN7S33(@c(#}KRLimSvY&nA=Bc~W=t=kUR$*3kzt4I(xt4|^yy{uXB;wP{*3Zz zGrCRVU{TV%WSa`m^QKIl9T~(|&stEnsC>b!ndLL4cZ+69X3s63 z85JMJy0WQL7R*Slu9UD@2W4fb?AZQ)_^?H#n^Y!?l}g#d|Cvmsjq@qvU{^M8A;r37 zX9o=$)VJH9UULVr)n-kZJ?rQhE%qrJFlJESvi+w_?Kq`lyUt}(rcLQw*1mJw)@7aB zwVqbizGJ%?Q`)qd*11#LwmnLEWd2XM2^)%9nlXR=-1&GcpN^clo zm_KXCtZ6gK7tH9lWFdc8-DmFf8Lqxq+37R>|0?!BLylTFW#OU)TOKR2zo234`hnS{ zy)v0E|HcplbE;(iHie-b@5p3MxH*%#oWJeh=N>tGy}J3(ow;QV|9$8=nap;SkEZY1 zWHRGF4@=D!^3(o;_ytQC(mt}?lD|iPOqa@AbBn4QkEUOk$vjX$>2Jfr|LtYy&Q&t& zCh?m5HNo!73_p3-t&(}?yiBHlU4|U!P8W@H`ASSTjUOG(CFGi%ziTdKC|_=$d~i%A z^S9feQ6|$5qNzWcUhYj7ChdbJb)UJ3+i%@Y&1CwlN$OM?b#L^Si!+(+r!x#0b+%pi z$W!?H`j^S&_|mAOlK#|<$gGotg@!$EGCPyG{RWn62fHt?<@JtwbiZ^jdgv1K_J`x% zGMV{o>pz?JO6ii_Vf#=|5B*t*@VSN_Y68)8#rv7eSn68c@NQi@lR4@Ly3c35hIxLk z1z#9H%w+TvY<&99v0-W3^D~*c{X+K!187Ilq#-2LjoFM*RWg5!$z+aS#*lQ>z~QowwXLN zRADq-e_(E2pJ_-cO_wam{>lDV`_)YL_HgbK>^fA*y!lS}FvDe`^=|$~ z)4%Cj=;!|2f~L*C$^IXowr`tT`s==7U3J?3W$fFUI?oD!zaNsxY)d^{>h_^^H93y% zcO&iKH7$i{;_C4C*nV^g!SP7bFVyir*gyKtwdk_smCAOZKnd?h4C`%d2E`o2UcFhxL8JBZxmxS07P7t$pl!f_)@C zeg8!GlPjyKD&NC$E(%3^-qmXd&y+>SeyIoyV&vi`nNNgQICdocksDheOvHT zSl+D~KbiCjel;Y^|C;Wlp8BP3ZM^H_R=V6`>R=Dr*&eiUJ$kL7F#l|7+OtY#>#4c5 zeL422d(-AigPs<&mzA_TO(%06to|#*YK}~5?fGLUzv57aTziI|tk;BP{cQg-=V(oR z|9|ZLdAv{6`~QzW4^lE^NM=u&qhwa*sU-85F@z8@Q!)!hhB8!=A(SB^B2$J$MatAD z84`sgjl}o+{#|kKg;coyU3Zz1Fp^b*<@I!`^$X=JCUPz18u={YU#1 zSIB(E0v#nkYd;oWUVD}?mke|=!~gS9FYfFUiR7E-_`j{=e5;gn_nB`Db5p-)w;O5G zI_@AX*Xij$wH^K1@2FP`0^VkCL?X`+_VzI>bMU9-B3laR^h7A&pq#Pf+hp`T0fq7l973t{* z_C_KfbA4-JUaOJ#?uNTkjN z+QgvioiLoye1o)FaZB410RA4v(w)F+QVQdto<3)5zOP6@&ObD-~St zN)cRFARqJ!-Uaj#^_k^<3)%hUD%g11{lkg$A9EjND}g?I-gnf6N%((N0k+bbNWE;z zBf*v|0it8aWqkTV{)K58<@`-%wk0bU7y16C_l{FBm`Fa?MRWT1ET6oBH}_5nhw0PA8;{89Lu)bwCm2;m+rKi7pTLVNn4ScYz2K|AX{=aX5{f9V>!_UY*LF* zU+r9j{~sXpNBRI!cjR2PIy($~pCX?}()JfppSofv{*83})az{>hmNNV(@yGgn3{hV ziR>p$iBTi^lPxbqA|)9+B&2Mm0+&XA2iLF9WxhpwOGu}lF*hsQHH-M{54WS_TYuW< zcI)pI?&itv6HYH9%}^J%RetJ8sD5YO>^REw_ME)lN!=J*JAV9$f4ahWH#8pXO8XY| ze3|1yiAUR3Tx!p@v`2ZJVIp3 zM_>Ydek|&N3>}5|PcP~Sd@MOL;Zy3K7llpT8_>V1rI#};X8Y;E7J<2Cfj zM#qJrIN*C>bc{VxBWHZ~K~0?d4u1dc&*uPB$fx4YP5)o9F-0-Lt)RW=NSzd`oQ#Fk zZBJj)_la^@Jnk+M`F%QdpMK}*8raHQjKSOSh;&_i9nxire_!3kl26jMYyHeIp=Kw) z?HHd=aa5-K>yBp(dmrQ0ddw~JMIs+gbFqKK*l|ykbqLBpM>W*x$LkEQI2jY?UN6h* zyuPdRJF<;A4(N1UW>+M#n0}%A0Zv1t+=rR{^I;SI>XkT=UNaG8#=iE& z)@tjeZH&>YuL<%zU zSDso^Ctq1ZIZz*er(S(uH4@oP-iwl9^B-qimXHR#!aV4`NaP54q9Z8|Vn^F=bn)!S zi_J^K&Loua8sjn1QrgVo-`utS-#H+-)>ZjOITi=rdrC3SSrLh}VGjD|()j5e*E0US zmvCkr#}v`;g{kGe!Cl&c!L`3SegktL`m!U0z0}pa#{bne3s0iwM8?mVDbp~mxajWY zk~d*0KQw$7|N18Ev#71*LtGZ-r<7Z_&8%P4ii#Ht$Qk4%C5p-|YBOzuyu6-rpUn%D5F9F;x8= zTb)nH``n#8B3~Kb_3fvE`+lKt>EChgbwc*vbG}V~ z?P;{xD1YyNqak~+vw(A5y5IX=|C^by{eO{;u@`MmFi!2jc&1;--YzObe?y&qg1+K0 zaP|);d31zs)w|6p<`d^9u^j_l0UW|E6<4EL- z@8WZ&#jgRfTCb<>Wpu|$i(_31)*8@1F`8(3sO`!>>BuW4FS54XBQ7#^HEV^-o!-Ua z(d+zS+VNE+vgt@9GO)07FILd`wts~FnDBM14t&==9Eu~}BXN=WjH#xRfBm+zeuGV$ zfc^P5NHr;WIe$vIK?MABfVB7R)e7(fg1v{P?RZZ_)KW1)nn7QxZ(u`x!L$u{E z$1~4y*I(9UE;Ptp*ZZBhZ&}t|&PO7h86#XihrWdCQJ!@u+Nx;(Ym5WPhi*042Ey9h z(Yxa7@cmoy@AGw!fA1tw@5q}MX_uMl|3!LjNmL!X*%|xMuMy*v(Tt@l2jOd#VGLt^ z-ujz;AH;s5U;YYp}IC+cx6<$WHGynyc}#`D>MXo>ahpQ68L zaI@G?ynp&MeI&MV=M3lk5&C*s`ZQ~)jP>@0?D-bTN2Kk^bu7e|P(I0h3vRoy8;{qc z4uI^mF@3%{2pOxfm6LG$p`SP%y~%y=$^I_>Z>doI2>bkEwoq=jTG}>@4D^0^NpKww zr(=D}VE=U-$6aT5oo$cv{gZsl*?}Wi$j8hd(T*PGc^z&&YDXfOvcyI1Y0VlHVJ|Sg z%*)tS+d;1%?6v{kagcs#m5VPKeZ=Laq`!R-|Cf|~QZ%2o>S;N)^W&}VZma1v?EXk( zOaj}~hdyb=Oc$d@%XV|1v!qnAa86<*GT`aB$f&mQdA#4pAG)h| ztY7u+{%%qZ%&Xf&8UGZZ{*s<7KQQjdOTTm{<wXS+to_g0Z1L7i$LwZ+x zjB)rR@0<8>)$ho&#pywFoen%6GEsnr5c9swM@4s==68A4ZB60Vm zTywPJ8Qrs#K^n#-bsX2n*vo=9kyrDt5A`T*NHm(fTwOjcQmQ$x_5X{`74~Jpc9o1M0bG zdJ485V(fEzC+(NIR*f;kf6*sXs5`X3nf3W}p)uRN|3W!V;Q1IjRKb=EoEk{@fV}FR z*WHip5y(DJop~|!@876gC+9n&gyVY)TXdxl?X!L)(wKHMBsuS7bc%~)A&x5r5|>qI zZG88W1Kquj;4U>Yh<#=n>S0Bmy|2RF6>>a3Y;pb@UJqncTOWz6D8Vy>H=JABI_|gI zqm+Y%D>#DnnLfPBa-Ow>t4_x3&CIba?%7tiKP|_c{YS=i?O79f4x4J@$zNB{PdrHY zg)VIM%yE(NFT3l@^pSV8;WcvP#=XUOHCv#YINC907L}k~zC1s^pWNr)PajF0_VfaM z>Hk87s9SBZGt-u{)-aw=EU0tixgJiRmt*4f5>Do4ZR*}2p6fa2D~izfQl~G{4<@8X zi?L=xSr?*==Mv9dC-}UFJik2^&rWC`+Ez)F>5ThLor6!#3iAvSoALm^MZa|J`rnN9 zGJ-rDL>fF5qW{TN6q~Yvwu5|6>#%Vv3cI^O))od_cK03OdxtQ|=?}tG9a*VbIN43G zU1cU=D?eclkNwov7Ux?9@n*j_9Fnz)hXOzE(};FhGduGW`XkZuTFgUxvEJB-nOXhy(WDopw)ie|O-NhON;|zVmB`Ol? zcTeEHdja`N8qSYmosYB**h)E&-=el%m|uL(It%v);5$xz*jSBsT!z#COl1z%l5(=V zxrnXx)aD#p&QkslQ-_l`VO&RF*LE&-VVCE?22^3q?#|#oeD%|4-dpL5%NWMyzXd)z zYV-!iyp86vrk$2Phr0LHLYFSjHK8ugIbR^3)3H`C8@;X1`~9)_d^*DHCc;rJEJqCO?0pC6(BV~+6Ce&;hPQ+%Es3F?p!e~fU$A8@>PujknfbH8sG z(?v<==Vn9uQ&(SF=0f~glDXg<@|ST;9?I`d?0Q=2ueKl_NPpbg>V=nIpL*D!x4Y9P zaWm(6AMDl5@pb&D2z};?z^&yIv~}(ej%OUXl(|0r#-t29%M9@}qb`hOeETk8$CRWW zrTwLS#%)JB0=;hyjS&>{)>ne~b=B9#7CIj1FZ!1>PqBtZ8Yj^9!=x>*rryKaBy}K6 zI~emlyNSLScsfJAy-&aXX2?!%-R*qy^mq{m1AhXafye^v6J>mo{DACdP$@7ma=UnOj4g0>NG({9R#@8Vx)&PN>$)i3XRyOl?Y z8N8>#ctte$fcx#Z$?5n>CHH$%ah@eL;9aQKm=ot>Er@b|AT|Bx^Q=Qsf9v*Uj+>Qv zLK()o*uIUqot%uRT=-4MDL`0ln=eYgkLMPI$$tayqKzV6{0Ek0eF>ZWy0zsOsjs4$ z<47NFb3ehBwT(GN4pZLio^$?kIZB<;7Vi@dGH0fp{fXQb9ocTJ0`D^3LE9~h-FO?D z`A!hVNy2{zYifhyBBe>w$=PnJo4-lZu>}1>TgGMDR&h?#xX3%S@#dsqc1PxT1+bB{ zr#yt8K9~Lkc{AR)J{}+6AJ|FJ)6|<$^dp|4ZG&sMHKd-+`iA!bD8IGVCI_WuTtQi7 zoKHJNzt8E{O5DVJu`l+J`XajJFXjS?w1t=_|2hyR?`D7JeoHi>euH*a-=0POtJw5! zNy{$cxtz`M?dTL=N4aKY?wf_Mm&fxAmU7v^`kJRS*?1NV?gn46rZT<<awzb18r@I`X47JQyLY^eON@o>>P6o1$~{S0@v z1>5RL$CBUuvb!si-o>w@H|t}!7OuKJt>Tpkf(&csXnYo&$7wKaUl#U2r#Ax7xGi zemNiN`rl5ZYf2;5UdWs5edvQ8WZh+bT;x8+`l3y=zl4-`Yv9s0k+S`oG1p4!bq(_5 zb?U@b`p!YW@!l0}VgH*vKU^AL?@#ABd1aqr3=kTVG{oL(3t~~qVdVK5$Je^4``u1{ z?3_f|f56)J(~fWCCZ4C$cdtsrwyKo%?Ooy`QEWgQ`m~@MjN<{tgoL9+NAw@S8WT26$DI6$4AJ^oJX57_K5)MatN$M{rpu7b`Ohb< zF{;Cy1zR=`dBbQkq9fQb(cu2P)4Mei*~9p%AnoYi=tvUnz=z319vuyhDZTqL?B^q| zGAB6hT@wG@-q5+^Rj?vT=(OL3SG{@SyyW?3j`RJ(?ZRZ^0tex1c zmDGijj6=fIBSGI+?oQ@s%nL-vQZTo$F;LlB4A^Bqvw08a zW!;>5TEBCMfy?F8i7-8Y9n$e8qH{IqTPC|}-A~R!zt)(!AbC?38zSmIFYtFR@&6yB z-B#}txW(0V{BI$vWZLV)KKtnPZb9haszZDFL(*2YUf|}h3e!G4eYV|Q-D&d--OV7} zj_NL+U)Cia-;cEK$^Ed?8v_5Kix}roH^cPXJ??(d+l+BkXBq!L@KV6>ZH9oq`~+;? zq~LxC?YshITlp=qGcj~$Hji2oAd zE?@&om0{jaJX5ic^|28RDE}Z5b;qrw(PKKP>8wW@*}pJ`Mkjl*65mvDS8ob!TjJoq5>oXIaa9nfdJEAT9Uw z39gk73!lLD6l8vH>0kXBef(qCYTEuL#=T|et9N6!w=s@sg}u6^KJ|(CQ_g3-V?XwR zKK05#!jGblXZ&^$S)!M+vkg7z^E5BiR=nGi7aeaq(!Y>=tk;1x%}&nuY1;Ng`VUXv zJcq8$1Kppao)^wV`{>L(nezEQLHYS`zan$i8~zR*BiID$OvM(AHEE}dPm;Fs^k>-r zBTJB#j(3H~`+1a6m<|x1j(=`L`xh-vP?wHRqHk>G{PcfpYwYMm`uHKd)82u#wMUsR z(2j>rii`Y_#F$Ls9-+StleX9O^bccck+xX%l+(s>{$9VI-yIh@G$U|19V-9)TbP5z zv9?X!Ja|0dN$TnzxjI*+3bYWwOZzjuD)I%3;TGxx^t zQ`*ImFDQTRA710iu6ADc`yuUDG#fkoqqWWA*n}|sQ;7a)u;V+imUkemUHyb@&BFLS z@__RThxw{?;Fha4Yk%}vUr~RP-yFDy`D={k*C-k}g{-VX3 ziTuA*gRv?3-;}xLf6*EEwRMT7ilKU~W4T4yHwXT@|9lwRp^_#~%^EXrqhG%9Eyt(h zq+hdq7SD6{@Qf!1>k+u^1?S;S#@I1cFZuz?!*sOMzSzIRadDBpeQA$ruygQrSj;?< z-&J`jQ_AxYc~QJ%BvSu&#`2WU`JVLaSDYr}D94_mv5?pAyx9(a{{;3+q+`m%^dx2M z>9ejpdmQfWqJJ@Fev;=7p}ZNp#rc)n#y2sb=m(7TXg{}q$~y$uxTl6tzp>M;EAZ|R zbC)a0uyKr;*LC3?qRNcj2k^|3v`opy^Y;?;A8#@b_?vfrGB6*n$JmHGz4Z#&=)e&$+ip z&ftu3k^AX~_G5GZTo#0$g?$K9y~cd=S&lTU3S9r8UwdLF{Q&hQb$gyuwdMPjW`V!1 z>b7%n*RI66J!SOQ8s}fXK6Z$@+-pz3|8rKhlkZQtkau}PHuop`s+aRRz5yv%MTHWU3jePw>efd>ZB55DB$ZbrF?&X;yF{_Fo|bwNZUJ(!A2*f z?k8y*q;=qT)Fabt%IZQ*W&BxaJL6|-k6Fmm&+a7eTCl#(`0VK=f%IIAyLZ6r>6Z0;XOGBViGC#nT%z87qG3 z?}Fc7X|rE5K0U`cqZ{_6SNFJxwuU=Rd-(%YY{FU7GsE`Xj_u!F*u^uwZV%Bn==jy)%9?=ag1v^ z+~9Zz(Z`H}?^)XXZ~5r^&xSd%(_^oXGkwLl$cGcyCX_PUWcK}=_vmx%TE{Sc)GNLm z-TgGrxm8a~9=#CwFQotp7A+ zTuS@MMt+=}&3APR7#H<$nmq9kIm@uqj8YxiE?Se~Y@HV`K}o;CVIebj57Ovgdf`FH~MW+$+Sh zZ4miES)C_ej<2CFd6;M7*iTUk(*JpF$Nkx}&aEsuBu3iS^9p^(U)ZO?mC1*+yaV+~ zVw{0n1InYqT-KK;TWwW3a~to8l%$=}r#wQweR^yBxK`kPYb)ng3VW51ew`ZM{fTZkhyKsEj;^T&UDzy zZ3gYXpyla;mmOalbY3yT=~w$#>@sN*)g;^fu zZ>;zI-+!l*Uw=O5WVOfshv{6XzggKb@M}DdG9ZsyP=^oq3EZ!2aiPbPH&4^Pw{@Vu zVSMmXkGM#V1@z_X0$y=`PWg+PWn~|Zaqhasqr9UshPA++?*6S}tWQLOa0lsc9?!ye z7s%65r8&_>M^L=bhP6T3|8V-&Ex*y%ASdrVG4a>_-PMopwjO2eo%Wj;4X?rTOzciU z!v09T$;|Jlm8?m>>-Z17-_VeE%@S`{47G zXL+8{+!z=6^-tDqu_I*(=jrqMysL(d*YSF1u{)O&Y14TcVAn;^)taH~EI;esr~b>~zY>^8a<@^vYY}hmqgBM;%8u=EBEl z_d83oUP4-{oyNxZ#}AwS_UDnvTztb#S3fg{W?93;O|HJf-r9bSJ@VX;yTyzmTt>ZOCxo@YOa>tkDd=mfPv2eg! zop$zb)P^z_J=~mURMd4HFaH}qR#YBA2D89JT!4V&dzb}SFL`R%Ez_N+}@zXYA7|*>!ZFnhZ*;Ivh5uS6g=ej~% zYvYG`q-=1%`W$@J+4baw=!PgZ(&~loGhj2r^ucoSpc1yPJ#B(H!6(l;-^M0$Fm3Tq z+L)(ul;NR1jETQyOhjLvaRjz`BJZoiCwgMB`z_B{yI3clm%2;+TMLgVE`gms#uinYGHBS-syJ`LPVd|d_q;!3Tz9cjA`4?&Llb!pHhRk^$VO&1X-KVV^$ao*y7N)NX zgzwz-n-i{gyR@FXqa7798?ddW<9P?0{puc`S20%qH_Am{cc~oTq4nZ@trX0a4>8Z8 zKHN!peAb3JEd61Q4_IGA?jPiBM(kGq{k$tfxVPz_8Y~FXpm@?@6Y3qH?;~8YUA!Y_ z_U}S&){o25Uo!S6ROa6_3jAIpF41h8FD%W$v)F^Y+f&rJAE%BSUrXJvK0&;D=@XaU zsVm0Kv|~?KupL*aPxq^BR^VA4azuqqcDisrrFP+T)c9%Y-6CvL2gd8KlK!7*|1T5A zBabj&&B}AILQanUXRvU(zC>L(KwF-YjjnRsrp z)w%iqMII-uxAE+QzM^a;Y&mWDX~wTT`tzKHK1|2|9bwL$do}AoJ+e*;fZob*C?n9=-F1YR=w|A#j#r;3Ly>?cCTKf@u=k=ble@58vE`4y?5^v7NE>DTQeYGH zrH6BK+>EEnxckG{o}P@W-ujz8JV@JM=5UkW;@J^(tQGf<4P#u`fUzF+e^+|)B&4@w zWgX|_9D9;?gpgC=KIY``cFn{Z6XAy-YdCdvNL~79*7R!0N6~I1WPcxD3B8)+*wW6%=3UqnPY?9+<&ObL2 z`HgX47s3_0KN2aBNcrtETUoA!3-$G8+H42jMM00xuxkhNvW|tEZRlBne44)0#kZ4i z-EuQG#YU|7gz*IJ>wlr2;M+|fn2_q;7=)k5bt%fg)4;dgb-iuQWdd#g_d3|QuB@4n z=MSRmTH4{jN9jW@F_!#_axKj>Tjcbc$yx;cY*EHEqT1M{uC$S}_fx-*IJfZs?T-d` z{jgDd3#`k&5sg(W0@y#xEY z;xFg-eGkS4)7*9Q9K6?L^`ijk4pWZ1u}N8+9!(oj=U+jG8O$*TQjfE;9+sRvo2XCU z&$?b$$@!@e-&PbRkB75Hvy?d)?Mb8~?-HYKck-?e?dSW9?D^J#J>=eE{Vh~K6NVW| zex#)AR=!D@FrNCF{yNoV<~)p#L~Cpe-fj$i z|6;ZK?Y7l(vVM`lxuv3x=b@ecPTI2-5B&XAbf~{_zk6w?kDd?QR*q+#`$hWsd-(o| zzWTR)%$3N?3MrlZUGyiOjx=>{1CM%__`k(0Ong_K6<&z%GMzfrycy3qX~WMIWBr*l zq%&Jn1wGPr;=R5EcDQbK7q^b16HUWLi56sx{lxx_>l|Dsb=3$tGfKFyPckm?w2V5H zkakyNy_-5dVt0I>SE%#Hse7J&w6@jq5AVVlhHy0|@s3er>?w9RH|06FSKyzW_Pi1~ ztA6GA8RMMyXnVi(=UY5$3!Zb%NZS5h>_Q@WyA8P|64c2N)~*&EKo)i-A;pp32k(gQ z-owT~pATWYzJK}G) z9_bMk35_v&t#WRA(C4((#{nmuTV$O3E%1i>9Z37nor1bQk2yZ$nRjS^x7_3WeyCt! zLO&&&GS67!(o^_1#*pQhzhmEr)TU2CPJQyO8NaiU(=0){A4)LJli1zX53j~fOns6y zhi`eNwFUPZ7^n4RzDhc~(8upX|M#B5jxpc4gFfjj?Xd>!UR3b`=KP=nec?>{<&WUe zQIi|_{r#Qzc`yE6i&Zv?l+6sS{+|EvN`K@m3dd_@qp)z-tKzJYwq_9eFylf_`kDgUu&_y3F#dqO(c#kuwA8Q*U) zZSENT#Ae!-=;(IV&(QHZaG?XXkaSF0>HMCiO^VvpVmz}bkTd(Jb5BeC^t2eg3ZTa& z##WyC5Ki728O_u)p+KFH%t?E@aq8~!bsNO}g-_J>gqJ#{A!Zv2Qjdk625^l$Zh zS?3_XJ^f{M`KZ~U+}QX%w_gKIw|M_y&DOdf2dy(LA*H^mR@`HGcfzR{R}JQ15UiT-9T_2cdJPLF%3OLL!$i(I6Bq$3@r$a_!gz3oYm zFWz6jug_*JpZe2sx^vxmk@}dAGE`kNs!TuQ=~LYAeVe|4Hl<_DMS~Z(-|+ve@YKuY z!c~4D?DOB(w_qz~oMdi|ef3oGZ`M;7dsh0A_WTrUBiM~$F7(TYmEoG`#nWT6YWBjYY%-7nf_ zLaKq@^XMC_MGl_DUvdY3-4e8jmuiA^l`UD%hh zPtDltD(n8E9Zyr_JWHERNZpWA!`fs*zwrG^WX-9_GjaN{_ei&=2Y>Ka*Z)>XO}oH$ zF3%kJeT0nF;C;rux3zF`1}B(@ebxh;+Jxr|CcEld=F_!#M*cE3mo!|ow&tZaqb@es z>|`B0>|NdOhOw+!yu+Ld_u1rUc5M6OW?L4oiO;LM##$=6X1|*4302@$V14=@$Z~%o@dSXkw9J_<}H6Ses5aMxsA3oCkyq--KkHLQwCvt4C}D*!+vF) zNS$8y6l>BAc)zP1^A+00Nn}>}ka}5{XQAYMPU0-|4Qq?copatye-8hE%J63AnZN+X z@?6iM3?@A3r3b&2kRcj}j6oo81$SSk`t>>mp@OSM8Qpd2MAGocgV@IR7(>vmnxg;H z*xC{=CL%Y%m_QO|)uex+y%sWiBDWg^WBW%3-GxopzQ^>6tpT9LWzE#NnOa7WS^q(@t9*tvu*QU6; z&&8O-)7}5l=Xf6f`%)UltjJjcM0u<~eDMpu6^ioS5NRKQewnZV)w%Z6n?5{M0^Q`- zjq#1>w}$SwK~C0u$=f!RLq5Vkn@IhQ1xWDkyHY`VgLxlrJADg%$U$tZsPg>SPvj{Z zm%2Ob6mquE{Xd0c>fSxfFGW3vFh7Vo|N7|o1O2q8AwRjRM%4MPj8kqVJ(0!Um+#IJjo)BuMU#F!UEX@kj)9iTn?DRj(kv*-TE-bb& z%@-edSJtSWqa7D=@p;$ejQ2#-aUV~6evdXKwRr!^U~ajGWPT z`8&Q*!bT*d4d2ptf*V41``zmFH3gV6{!Ck?Jfh9ntM38c#XXWR^#69>_t}822>Bv< z@Phl*|GjT9ukPyZYqw`?RG0c1YG*UBSDx0*b9qzv3i(UF*AdxMJ0R~2q$@cI~;=kCh`ePh#G>iLHxDT2C zR3=Gay1I>DmP_q(Bha8adProJ6w$&`3{>mhVr`)o7kSVEV?NJ?_MUN z*Llib^bg~-F%MF=uqmSX$hn_9_=|kWIfnWin!8rW>Uc_DfWV;uJf^PP2!cfQ89qgOff+dq=BS?T1&BD8;XDm%A6ck{jqby52k@js_>p{-mS7P3govm1RDCVy9 zzalagA|v_4z)e@niee|aGA4TxU4LXwMg7}{&A8fzezI>|=u3WcILf5aQ}8E-j!tzHVwP@es|`I==0}Gtew+ew}*FEsIOk%K7KkC{}gyu?$%X6 zpJGcrEkbUXmSbb~tiisa?;&LO4UKuaViSuuaNJL?W~_%T|AV&MFT0cX^z1;=Cz%-+ z-x zs>*>|Me;P0*<0^gq*@S{cMJbMmw;b>6|i-!4)IPp?RYxrNyhy?bnn(7kTrT=SccQ^eEZFLau9a!5PxPkTi zkDXsL#>1ix_;0~hY{Yi&q^}cI{>%Nou#xf4W7PG~80C?Ayd&L>=VREK?EH3RJaTua zA5zHssDmr%8~&!PK9Zm3%2QY?p`MkR>*Tg!Eaa(MU7o{Nak}(2ntq+Wvx}x%IP$g^VwbCNj6m*;WbWy!~SF}8nF zOZt1-ji=Y|V*eAy+zY5{38@nK`@hgjRtLhopI`?Q(%jR|r2+lP1=`J0YuD+?!`7)C z|C>F6P)$kuO*aSk{wh;9$J?GUyQmcLXG&1#QqZnE6?x@)UF282nB#bPo%8Qcz4vqj z{lEc>rx5w$Db-1Lb>u_Z&!&KXZ%x)^v9H~BJO7J}zdhZyj%SE1m?!a@0b4tcUr(>x z;;;Vi_y2O>|BrK^X5%K&5qI+9_0_9al?_plxq98Ux=slyJy&k=hJ#gVug%rD)#P3a zbI06iV=sfW+&sQ+`UESCYKCtRw6`oGp+4?dA`^mx55UUauOwTKMVy}NCfIbvV1mY z-I|B?$MuLw;XyC%gMoPUa8Da-3Q_JGE}hcqlcx{Fh5B1u1Gze&K#1bzc^^+9j)1%l zdO1;u%BxZHbket7x`0nto_7SDp%9g0-fnrtJHzyqlgRT%7IFika;(0jpLkbg(oH~~ zSDP0JQF(n8?JnN4MFT!vdER3fSs^ONo(pn{w?q+&pi2RjLqq-mkYZ5CKv7EnRnu^!Bi zqgFJR!zAY+QQrX3CtnTrHFdVYz#XB+jc39)vLO z%p!5|n0?yHkDwld7_Zf{Qc38$eLwtsgI+=tqIh|Ihs_K4bme(<5QPwxqv<=D`Wz? zq!5*-#dH} z-%q?G$M1QyKqrXT>(ITH&#Q$7A&RHZ zvzC>@oI$(Lf`A}i--fo`kT|b4Y7}C;ro-aWiSue>G9kwM#^wBK^My_%&Z~#eLX6k? zw}X`v=hX(NLX6kid@B|t!sPQohu8`+-c$GYkq)Etg*k(K&;b=fjMvhZGKq4dD~`>N zc;B&<^=t`*Wta?JU9d5^<}X^HzD%8+Pp!C;^%o=vd|qS&%1gqb3G81r|Gbh zu~L{kuO8e9QF+=}qcRUz!sL0id6*Ez)9WxaiMpc?fd%n;xo4SEhRMs-$NoZ8o_-$t zYM3*q>-s285Uzgcpm@|;87h8oeZyEA1OkS=I-4w(dsg4VZ_(mTp8xN8^#Y_IUSEHgJe+v_ z)r+-)c)i?;&naL)Uanqz6Qc66_BJqyF}OBx6JoqJKc1DuI>FHqJa7RqUaM!TCr09t z*Fg`zgfQ=;NvwfrGdv;2Yju4!HY-eCt~MbQ#Ow26UR;#8d<wni3sHGmxlK%Be*Aq^UU&mhSbaWBO~UTzr6xhVzQ6dLatxE# zq2JAJ^P(u8UT(?pVa_0bbr`h}=53tBI8}$+3F7rOs(KRo>Oe;!#%uF{(r+eSZaVl` zi1FIEuVg7j5|B?@vU%tZqVh6()-6TArz_8^k4S~69IdYJ%AlKoJg+v%5~A|5cAO)= ziMl3N8xaXHUK>xAk5j;ayj&eHAw=c1q|{LL^Cy!Sm*{0hLA<`)D%_xe0eQJPa7>8G z%k({bXTYZ`&wJr+KKcYv+`Qb`O~nzA=ha8yLR4OTXSSEVU603C!t?4tLqWV=?lVcW zA-$j^h&NL5)Xy=yo+h*Iu926kP2z;8e5?(%Ny47(_=*jDfq13RRWG0Yj%2hGm}MeFA+e*UHqn%nuRuY;L|DDGbFqo>6ckk>&k zBM4D>S$lgXi9VpnOKi{rWJbLX9TN1LK3j&}Pg4gmxz^_UC1H2;!J-i3wfXUp*NG%V zUf*g|KOu^rPuqIkgvj%1gAE}nKkK_Mwu`?A?RoVPgb?Gk`djjG1q{gZ>c9#iDlf~k zyD9{Hy7Ig_>{E!!(blehS(JF4)B%-3jMwaMn|*N#d5yf>k|W*A{ZaW?o!oZgHMZD= z=hcR=LKIh@XO|L`o98{UjgNeRczxeprmAiN^1M2fNr>X*<+iOI@af9)YEuItDo3-w z&6epVAkV9pn}w*n{^L1=KJpO6>vcGpLIDHva&=In5S5peaj8cGK3#cUZEh_@YQhC`ONzvANa`Ye2gIwgeVe#U*6ybjtpS`e?#-v^S&v$O+w ze*(mKPu`L(*2g9xx6VBB0mOJMf8V7pg~{u%{%7XfAjWI$?QLF24U^~9!D>Q`*KE|O zL1E4y&-8($5aV4nY!1%Tg)ndJ76c5D=glyX7fnG_ zeru*3+NwF(i{94-@OPJ3rx0SiR>otg`(g6DT8j`=R0-EA#IJP>Umvt7u@IGq+3Hj| zy(BpXc~%k|BSdlY`S9fz;t0rx)MlnaR9;qY4;0eO<3eTEpaZ(6f3Wy!Ps!<;T{7@KfGvEl7uv z2~qC74o#A17di||5U;lnE0V|uZFVWdc&$DhPhyS}+aMF$AzrUT%Dmi!$fr#Qs|iv3 zJny^lySHn0avAns5U~E`*ULTsh>ukQf^yR)#X?k$_pQDfYnvSt=he&n zLX6k?p?%pDFd!eYV-Y?;0#UrY4t--r^Lk!=1SW{rr!8IjfKOLm?y@oD1BlAe`k~L_ zo04n1I$T$X@mjlhFNtLw5^mluQopt!o0VYNSychqipm7 z#QR_42W_Y$#CWZ5xll*}1M+FpfgD0qUiO~N;@knBt~{?c%@U$=wD#6znr;H}ylGg2 z6Qc4m-d#!L??L7ZLX6ky?+ex96!IE*x!Pn_h~ne(H!FQ^m^^Q4>XZ=0)AOFfZidP8 zYGZ66Do@L^zCVUJgM273gpaI2jMwVJ`6TR)HqjQu>vb5IggyI`wk3pl`%;&}*eg`X+K`>bN9GI5~H|# zx%XoO!sL0^Q&)wkJS`vE)(mq7`B39E`gsuJwfucGZ{oZSW0r#*~2faup7k0pj)f@IYMRygEQv5U;m=Zzj=Sl&Zi7 z1R%z1`c9><36t0Nw;TCr3W(S1@FI37OrBSpmkLpNn%wLS!kj@_+yIln-!-{o&?!t_ z?(^^P{0&6qY324t61*wC$Mym7dVSA!h*QXGUi6KeRqKG1rfC?*669L*M1;wzbK| zGkabg&}Vb*$|u%lTT$rGJ$u%^J)y$cG*!00{lVoMuT1~GWy&il|9UEN^_vcrFYlZ6 z-IdcPs^mMJ{>h_9${o16^^ZUH%`SF!`_=be`*ZDkU%mb3o~y5R>bAF3j~wTgm!ET@ z)sz{q_C&|wLuzSU)rH|FAb?J*|Q$JC^#H1Vl88flLsn;uh z(B;*Xvva2``^C)<ZE@%U3_@g=ij8g((=k5{r)&s;_8YPm7^E3?0qxWb$bI?j`RT2iABmj2I{Cd}zl^)I@y36C&i?(we@(qQ z>hCJ=4`0{i_hX%B{`J?w0XwQ3s{8nf);C>!zRZr*qX%3p!IFH8HaFzGLvSpcyH6J3 zgKF?p4R`lvMbor@Pl755l^I?*6V@;v&M=54rn~iA(t2 z;?qWhfK>>rJVem8ZqVrH!gDbI*dhVW%_Dk3}LdxuT58k zlcw+NC}ja!TKp{{Y(foATKvOqVPh+BTT3TD3vmerEWRq}CM-4mdZU{#(e%^7&%zC# zxbWIYNoWp_NSjy+i%h?_q8y3<`k6jDxL$bN(vy$4g>n}E6UY{_n|y7KEJz1Yvkq)b z2=Y=jz}vVU+26 zYc&qb2AeE>!{8N)8@~<)7b=+k+5k%Mn~&{@@_|0sWbx~eQlX>8ufsKj>LyPgt_$Za zy;G1aG&TA9@LQN;`VAuOLYg~Ve(6v!p^Bw{1G)%nEI<1qTS)n?>tlK$m&K>eFob5Nf73?j3IVT69WE(EE&j!Q*gy@8F!^(l zC3G`+_oAC{*7Q3UXG!jVe0-tLQ3JwsF2TwiMnoeY9Df zkjLcdqh{ebi*F0M3R6tqQG^u^Som@!&>dVdeYH8G(8SWCO$~$+CjT6HBXqX>N&YME z4}xZ1`<|iXW_SZaGNo7vGn|iEa7vLx0kquZ5F={3m4LjaQUxIScE4my*j*3 z=w#_z)QGf!tESIr;uZ#2{AbZkIB5DkT!Q=rQIr37AKD}M#q`OUf&K+du=q}(n{deV z`=$dMmV&XC9&JV-WPIJ}TRShGI)Oo^U+)swLU6Cer%i)|KTV&Pt6}fJRMWRXUiwz> ztcBMG(!z~sN=7cfsJp$9Lql)S}S~H^0hgPP{j1n zhJQj%OW#+G+yP`|P5;O8QXj!b7QZ%q6J`{Ri$!<~aSNF(ejOwrbQw1^oN$?8kdb|5ICD0X2F#UD#tI*Bj)25oj2(vFYHKsj+E~an442%`PUQ4ew zCKv9q_$rcip{%99A+m*GCVx9|3$Ob8L-!WoG1LD{HO8{wyBD0k?eG&On*UUE6GoeU zujQpY!0nd4J;)YTntUAyDO5B4bl{CpBD<5{|2UiYf{#kM`-b~jI{~##e;qg=%(M7E zN4D_3$-j!O!tXD*@RKr--{8FEPr=5#z6oYo{&kOIQ!_Bt^5fmS9O?zinEpB>Mp$J2 z+SFb+Xz{f`ccHZDuZ`}7=9WHfUMT20TG1$U7qGv~n34JWS?C2ttG<}v3w{YI#*MacD6id&3bP=kVK7S!g zc*f-E5GmnnORqM%75ZBII@DB1^{LCxZ;>T5HhDVyPpD$))8_NS1E$~Xj*L&iyOzF< z=qeJq zG)6W^_lEP=rf5PL%a7Ob6Y`kr{wHJ$ zHy3mFS4fM{!_sq{vJvWJcm6uyQW$LM`2kr%ag( z7p9p0E2~rX;9Jw@F7isaX!(_nxCFg>C_0KPp_9p*QIhc#*k$qS5OZOn$uF3U{tV2t z^k_qGp^53&FeCjv*kI|`CP_k5OK&m43M(x9j_TM)@Qdl26WxUNrk^(N7J8WcKN{25 zfB~lOvXaad!Plm5VZsVeS$G{_DZFd?Ym+NsyTyNyxP|1bMT>L@uJD)T*Hagf1(w-( zqXuDxFD-nxjEtSYCzjrZ#3dZE_==*tFxm7kgKokk(@%$W3ujH9HUbmITKcw=HsM!G z-(cbrj#_*_Rga4Zx0?Q~iCZ{h@z)?O;Wdj-2ek+bO`q1pEu_5PrN0+x7t)t@_c|C$ zxPdiJ(Tf)y@>Gr8#tx6w0kWG+zBVlsE}DMY{8-3u?N^5?3o|W!+5}!GYVvh(n~=@) z(MH}vVN2iPlGsC#a+Hg|A!!lTT6(lmtFX`XS%JR7S$n@>;b^zH-1}A^btsi^Q)?$r z8%7HHW=M1f-Gy?dzYdEKs+m4x`q7_*sV1*GaSNv`{)(hk@SAw+AX;I!={uUV3zaPW zqlsInYVj{6Ug73joIZb&b|IIge==c(h8BJ>aSQ)g{5mv6NM`AuglwU)$=3nLLJQOX zZQ>HrTYSlB2SR<^L+Fkpe+lx zmv;9f(M7mnvAfqM_QHFXo+XdacY#8do}K6_Of!8mBU|{@Df>A7Q-l-lG<|!)D{MD@ZT2ZFG<|fCyzo$E7ycjeMtI2b zM~4Lol`TEmEMAyo`szR%A+Oc1ANujG5m;dDVMY`BLy*t%t4Kc9GC(%d_jEsZ0N>x1 zzK2M=(A(O}@EWY2fCg9m^jb$S1sP^+|_13)%L${HjdcLKTZ&n{*4UjsGfnA-rz+5$PYtgpD${ z@Y-x%Xl?pVt-)9hoVN7VMz+w@=8CB2fZwPeM>Rd0BbEh+I(5K-_pB< zxP)F7Us`k#nwmayYA_ZD>1Vj~X@g~9jOF*w#3hWh_*&*;tP379{d5qQaNP9!l(>X3 z7N0ij6h1Wl@({Ps+u~nNTNNf)dwqtwAoR=V^jThmxirXY`u+0=^%YDveRSZDFy8bj z(x3M{!79st9Ud-}vhdotQh39{7eN|_Jrmr@O z7Bbd$`Snyjx0&gymLIQ?m%>2H&wS`E^fCS0X5!Ezu+-9*hq#4<7QZ%<7V?|?<)tVO z5I5Szrvnd#R;K@<8nj)|&h#ChkGuuzO`pG-FnDK`u!i%Q=Idl=mnLh22Efn4F^6&ZIcwY%TVD(K0wh2F4`bMFf z@R{jXjkF3^Exn(W!VeU+^gNQB@e-(K>AghW2^%f{8l#)A)b!JV1i~klJ{|flv@!iy z>|}CIeKq}c_@dC&(%S%CgiM=UdUO!4(8c2a4&8(rrr%=HDh#*u9w#q_A(o#y_)Iuy z>0O_Xx&y9Sew1uV{Qy5@bMci#cj1WXKLp){@uq)g(kg8B^&MT?f?}rc7$)Nt@8j(x*cLg$|ZKHJXxkaNhJAk8EL@$=9J1!e^%6 zOmq>pnLew@3*m3ek7T78n}T7MUjs;sP}$N`1YL#qOkW*rE|f5RbvT`{!s2g=ZbIA= zm!7fcBAhpUUPBk*sOgigH1-Mfw)9SbS4eS}3xAHdgxVHgho*56A*0EE23>{rrte$* zS?d5P4!H1dpqsGO^s7o*gaekImxxO!Xz}eMZ-g{$T=)mz6)qaT4lxi$o4%WfOK5EI z#pNgMpoi(JO^$_prtd=H5-M1H@1mQq-}Ea+SqLMoJYMa@*b?-$^gXbN6TP6LOn>yVCS!V1?z!esmMwHvPuc#I}P+EIk(p zE0nkJm;3Xq3M{hpoj^BXtm)T{x+6@m`cpkW>o4GfrAM313y)g*Us=NeA|O=`r>_ns z7w)z6T_J9vp2hzlvV>gy9RIzfRmf)Lmudic0k)fdI!saMZ26n@BnQoaC(u!Jx)b#k z?6dR_F3tK1_}KDChxZ9-Og|mGCQP>c+1Zr&5g2Ugxj6;vVW6Yw``1C%lE6!rKRQ%H zIBfd0%FkRHl(h7`UX%4$u)yShv4inANS@#6yO_KYYFYl&Bke*_OMem4CQP&ReM?v& zrG;OCY~fv#f4LLo2~Jr0Cy;jGh^0S2x(XLe->&&tp8@xqzTYETm|D>3r-Q?V;gx(by|Uma*KOtAb*bBMeK%Pha{B`v}VOV4{X=?lQurhotZv_H_^^w~z< z2z4!gba<50f^fV-`!Zu6q^3se?LAo(c-`h!xka@Ga ze*#^E=9ZrmiCdU!@mEX1_zEmB{qI0mVZZ6C!&-zamLF+9;QLT;C6AL|8eZWC<4@U) zxjI;D=~<6%!tJKt@tVw?K-`Ni{EPXSPk@!CPcz~Y?zZ@}nZMA(#upQR=Up~1#nRI( z1^i&6=|3M?!uuxgR&)`*HGOuXi%{D1(cy+dAK(=tspy_{3~E{a zj6oOSjOnw9vTkMQgasL`yvn1i zkZP%uHy7DL0h2!--Gl+A-!H@^47T`25|?n%;?rTt!d26MZ+_AaPMiK+NxM+j(w_%i zgd(QTlZV*L5ZqSW>GL4E3E54*8R#NBYx*2Uws6_x-%y76F?hlBTZ}G3rZP_6^c1vh zkfx5iUx+MWw#gfbZbApsFC*cE$=1KMZ-(swl}(>}(Osxu`cFZ3p_u9aE4m5k`n&ja z;JWazmB(|$B@D6nmY|yuHT`txqp;M{ql0RN->v?ALRkqFt-MwbV7v|X9(3{bYQ}s9 zG%$VVqnl90^eaT#gh?kHzYgdTZa01F*W$o>P|wo04&8*3rr$pDRw#-L(SpwOWnikM zr&Jlna$uY3uY)Fqj;7B?16V5tKbyYoh)d{V@#(NMp{(h%i@1fF7XLe>MQCp6dA6B5 zkobb-Pd8)9ckZ)83C56FJEn=ktSmT^ei zzubr86C9S_Z;8X0tNb-ayRks}3*yU|Ab$t&WmJ;COqn@%fET3y>j?TXcu)G5x25lZ zQ}SP<0QXN}iSp5}JZ%T=PpOZ3)CUxk{=d*>JR*Je0Yjs+{Fg_Yu~7Qn>BIOWe5d#d zX69H92c_?+wwyn}@6z*E1nm{hNbgB(8zW?YczO0USSNi0$c=Ho^3wp{#wz(QmzncJ z_+0*$5Q|Yu@tj7Rk$IC_KWFh}Op(7_!)bqTS$ej$Wo!!aKIE?7wE%q$JfZyMJxu=# zo0XsO8>TuNd1J zuWS2#Xfei1&tv5okA?4bzi{*!-mL@&70=r898ck#@^P*$|A)@fKMk$MAJSWrSd12m zCp0s$Lw)J9k2V|MOV44n823oeGv&FT2bq)H{7pcM@tO3@!Nnd_qGvX9q6tNox6#s8% zF?LE%8+;kFD`JpqnGqmM4K^P z`i>Ke(L(VAW7`-a`@PX-ESEm}aGmji^xMajjYR32MXW{*#k(8d#t8ZU8f`{j>3at4 zMq}v@!I$y0{GCOcafkFpqRmK@z8Bfn2-fzq&|)l-o+j-$KEnNqw+PyeZ>9eov>D^2 zZ;@>aYqb3?Y#ZZcfBZiF4-4e~655P#=^KM~M@^2qNHCih_87t7%VT|%| z5MRbz`8$C&V}bNlL%WfArd!{u(Q3Rby=Pe0Sf%x+p~W~MJ@v3_JgM{RXVGHxm!41X zZ9FXh_R(QuqT;iUa2s#RpMCh#SStNP+i|`QFDc#@Xf=vU?*sd|UV%-@-_K|@wo31j zvD{06wja6ieSsEZlk|*zfqPR>MB_#F;alUf;(G~g#tG@$OKe7r;(H9=#uM_NfL7z6 z^nQtN!#<*Ee?Q{e*dzZv>oXP%H5E_Jf;?XV`=!551^ORYtbDEQOaBaoo^Ohj8@EY+Q+ydE3>)JHVIHd#o?#HV`a5m5JSWNb!G7u8h;l zSI2_%FHl?h9;wg0DOfCj)w0lEzQ95|4y_Re@IXM5$ylaM0)!c zB)`x`{tmR`dJ+mMA5G9|?3Z5qu(dHm{+eWAIlLl0_JLy~sD+!)E%h18f+wW^Ft&}x zvfr1wGYU0u*S8Ow8urdL`>TLfqsPv`q!U|^-&#Vb^q$0)(OdSi_v6|IHcMaUESx*R zJJQ#eSd32;PdL7fTJrxbwu}+7*AU-Eoc!-27UN^Z^JoRG4WYF37Q(l&NB*av)fg+i zWAJ5klD{EYI2VAQq_5(Bt`Fgu+Jk*C+~}r!{@#xK!zAgu=|%Qe*r(t7*ax34)@*WhEdk7#@wS-QCS{fyX*UliZ{XgB6b{|vMn;nJU+%=2uJQjDHQv_t_Hk&VyyCwHZALxm z%h-Uv9V$y-kAAde$orIQ|8cY$i=}rgwvCgrU$s5=_TeSzJB1b_RC*pu=Kd_$HH!W1 zBvxaK;$4mwqoee^fG=Z>{GG#=kt}<2@ooIFGhogs+JLb`XeIrv&|(~to@eoGbeI28 z{pkN7 zZPI%HZN?Jm`v5J*Jn8w2TpK%;@8_{)G?Bg1*fQRcy><`;DA;LE5le?_wr8=O)+mq*YS!^^VYsu2AFG#KjIf3`jS0o0Jb za>QbMr+ALz%dl^j*Xf^ssZ}qJF zb_}w1b(f#TmvK@4`WE8&4_$`3%L|U=TnFAvsUK`Nhsv^l5!*(z>`zCl5hA_sv}fOi z+ZAs&a&44UzU^c5Ml0ECnw8@j6qmlL#AXavd^h!{KZJ^#U46%}ZS>FQcRUO~;pUxBP9a$n_`OD}B+}HWtc$M{F7ScDwngi7(?J`K#EU zTtN@%9fdC=TK*Q}%XmWmGIrp23=!l|NTgFt`8-Nz0vh=h- zi}957Jd7{nP5FD2{~Nz)x(Qm1FzL;Y7Gr_*%o@jd2W(dS)9`JqkpD=08*Svj8@`QQ z^1lgRM*UDXo)0T>{sONko(m1=yWqqrclms58(U<*0$Pj}(z6sT#(wGP)1UD=m>~U2 z+1A*n?e9dJF+%#jt;qQ_9GCwM*fLJZ-lJ@5e4*`!VcS?B`v-}|=%9F-q0M+!`eKRQ z_(btXv#qg8+uw&4<4)DhvB<9GSrK8}0m;IL2H-(+kXXJx-TzK#9zKOSGk zR{7h%J$xvCkD}GcC%vDs zuF*;BXDv+M3p1s6BEF0)kGT52$Coiq{(>sepF?fw@7Iv)0r)`2vo}Wad>ec#|6A~F zRFMDm{n=OHjNsX2Y2|7#v_WraV_)~iB?LglKRpsBwM%#io={tyRqqFRPJ(BxlP*{3a zcVIjOnrr(ayg%4@RQlh>my!EvSO0HpYgECs5tP*t%L#4N1HjaNVOL}HE zbR1)IKG)us4(uP$L;kCO!*5NXcq4cD?1r4L!SBk~31TsZDxS=d!k$_RD`hv>L(E`}BIouHj+@>W#mr(Pn%qeHZ()44NvQme?}BmA#`KxK|E$ z%HK$|7~e?Gf=aYSSg3ez!?zJD|63cw>s+@GqwIHd>ISnuNS#6 z-c>%jWaIb`8M?dq%a1K%o$T!Qx#IXUMklu#)Ha5ur4;>h5gthWt zWB~0IdMZC}VasSQdov0%mIRlSk0IGOcY&05fmT49v0eIZ$Ct5P{yspfkuAR)&k<}J z!(`v-NWH=H(zCS^`Gi-be>A>~AmyVwwvG2>zaGAgx8=VYu^17G=j-+CuW(lFBWFj> zP2oNH`w}fiqV$|Wt5H&V$Kl)PApffhbL@fw!`yg=MzXKMchXY`+r}5Nf2b1IWAMJ> zX@NFlg7n>uZDWw^|ArQ0ru1Aui&0N{%46HOB>M@GjCI0g`M(!iM!f80YQ*&*g?0azQ za(DVqdCwgCewy8T<1^XoTAAx}=qNp7+16O1?e`3z?xCRkeUB|;hV0cU z!nHEICjXNfG4=`@wf&lo+*^d9%1_?xv|spH{@)!y-wQ#q|0#Wm;goaZn~g1Fuk4Me z%(*iRmfqGyxK{)x<)4?~@Guk4;7Z@J4b&BMQvEH)mT_A4ZbOTawTJ7k3$_e98ZuTFN3$52ZC2NvO8 z5flh>{jY7ru>x|1b=Ck8D>#@AebTkvH}lE0VdayFG0&^IO=cc$Z<@SR?y) zj$;3W;)*A4WBMm}Q~E}s-MA?IKUC&;1?Q#rF>Dzx$zF4`7)PaN9=44j*)K{gMy%p_ z2d%~i>3x0z=VCBd@s&c0@wxPD#+PwO{>ov?SS))F;LB($f1hC6ct!TRcA~$B@1!qd z73vbQOmOQfaUkbnuv7VZ1z*M~`FnH}*H#cF`(I+)cwhEwqs3S+J$2D;{2~2$@MRQ} zzc(k4YgqrW>wj=3`gXW1eZSA;+6gM7!Tx3sq_2YarSCkxjj!bYFt&{CviBC-8JDEL zcopgzYRZ4>#ypz>JEixfQPd^et@t`M=GXx_=ehb$VcU3L_TxKot_OKnxXYIfqB~}-+(Nc+ZEv}Re0R9hwW@IZgx1n?a1`S?uvGqo8`F0{N%{YI0>@7HLjLm=#TFEm z{aKypd!d~4JUx)>GsyOg>+ffL8+GKrRTcUJ=qvvt8*}{ywdAiZnH z>3bJnMxk=9zp0HGdxWm@-03_yXkRc&{(l)o{|2v1@77NAJ z2qE%cJO}LsrpVszZCw9BwPLQn=qik-!DQ*HLM%qXPu%6@+17Yk+jqgXF-`U#YRt6( z43qvUtZVGm`ggFdalh98mDr73ia+0I>K{%hzJ~ZVD#?F8wly|u`*Q<1mcSi~_p!$G zUocMo-|WQx2*Z@0252!pk)GLA*#F=@#T#CfXTe~n>~F!Au~_z6v#oJa+jm2o(M0+( z4x+t4xb##f7UM_7lYnjGUD^M#6a5X$lD=-(HVXE1^F0XLMi1FvS%q^!STDUL4{>b? zrIfz|Xf@VK?^Jvlr{wR~PMizE6Y@7S2j{ZTSN=+&-AI=Hs@OJ)%6YImc z<5$_=QiXiMtI`*Zb|YT;7qhOBBf{N23g5ePm|7%q^w}&Ir*Ju#?GAvTO;lyT?P<+#|WxOnVzvA0?U;ay= z&G;y#{?OhH#&L~pe;?w@_*VYzM~kscdbZ8uUMh4e;I6-wSd7|=XA!=QcjSNEXxcW^ zlD=MOH`Ymi&L;Hj@P+iffoC?Kpq=#m%C?4mTgm?3#h1}n{+`E{u~YU&58~Vowo89IY#Uity4#m& z!nH13P(07%;Q3{^Aic-1ZA_B=o@{Fr)%LGVq`u*O`I|I|b>VIK+leisSTEOK?y6kx z!|l@l*l79_7^wK_HQ`zTa?N+w{|?{A1M(l%nR5xKD*uNka{PuLFUIvG?2_JQ_%=4m|J=@;OG01i{Rv;jR{6Uyk+uQFrSFr`^!4zR z^zFj8F<$=LRi(Yb8!7q9Nxt9%*~@h&bq%#;uQJ+<_oeTv(VVNnF4^x@mHiP8$=<#} zj6Xx(XWe{FY{LB!=se$@eh)3i1JbjmGw1RUulR1w$ygVBB|X26X8(c@<*!9C#*^R+ z={bolW25YSJc#oFC@=pNiN)xkc(!$>|ABkuuWU}*4_uJHrA;_@gCX->y*Z=kU*L@V zpU0Q6U;gT0+ZZDIeTz|7kYTvH{RP%FPHO$12XX!ejim2Av>0oorwLk&a=qQ{OXJ(H z-<;UrGfmiEV9b1Xx?&X1(?NVuce)!|j3nuaF2?Z)ib+pLY#R+^Ki`|&>w=5Ymou1n zp^NmL=}heKy!7qDw=rM->!8iJWuNQ+x9$8k0nU|mr%PblXj0yt4n>v&NSTgEWi`yFk@8`Ae4+KiRb_aWOFL$rOCS9tyvev-bj#A<{n z-uA>|v{XE?Xf^D6r1p1H7p{Ndg#6V;ixJy0u-G|)FC$F;mJplKLGhhNoAILb6-0~i ztMuf?wsBte&tS{=JilvyKonyyhV(VZw=qlkn2c6qi}W@LraeJ?N_?!_9#&}mqWChh zu5#^{M~m@?^!$QvBfsL=NGwLE;u($>BU*a?AU5NW;#+_g<8|q|1K-AT@*l&t#$DRJ zN*B(b;Wp_>W|^^4%X<@xu~_k}#PNkU$ZXs$IwuEVz6Z#lf4h{W!xu!FJjBM<(Qk#a!uKn;hg+Egl*%1>?a0uJc5mi zr&3dXTL?Xs?G0%ld&bJF8@zb8gqhNJ&)tt_)`8GG^H>7)u z=Xtak7p12iT8xs?lN;N{N!ee4Z=?~qQ#iaI`%iD zDaQ(^wZNTzm)shYmEZUAZIqS&7w~QLl>g1aTnoa-iubQOx!(`VWWQ)}_GkD(@h#}W z{s#}Pa{Vnun-L>@xzCbc*wn~fz6)Q*NcnpunDHa{N&Zfw&1fopiA`z0aQgyx`&^Sa ze*kN9_O~40#->$)NvB$I?k_^75$^O`_%bHQ-_O`K`pW*h!JJP+zOC;1i=O27^YDxE zHK!@Z66mwQU0xR7#uxIx72n2=RqpcJi=!0^$$$3++%JNY4(CDqeT^1lq4ZS8mhqSD zt;V-;UjB1LbAAbhl`{{ws(XIHt)n`7G;EBlv&IroHS(zmrK`GHB& z)1GyWIazDW2f|-#kcXA{O9k=^$PTr{wZiRPD^ilY#UF@ei^hGd!(-<+Zv;_{UWp(3#G3I z+Zr!u`wRFsj>vyUv>KbFcRs$2-{pTyH0Q?fq4YmfoMSmWqP8t|2AwHn`Lh$+KpAm-TXd;79(#TcX|?9j6bDk7`}~t^8X>ejm`33 z7vIJ*`EQ1A<2(6ZiEYE)F=KzXHsg8;eo%fs#+I>D_FhM;aX@;94rc#>oyuPnT8x9z z(-vRGW%*k_iM9!Qj=TQm5sQ)Y4R?AyT8xI$^ESSWzR^d<~uJQChh{C!^K z{ubmf?yf%rU&dDX+l>|@RC?++WB-E(3b^avg)QSp+4~M{M*flR@_Vpld?ej^rRtKwOR z7UKu$S&kNCl=NhtOfH~`?7xl{W4rVuP*=u|09fLWyfg;bj z>lY*z<1WQBt{G!%Fl3>-dohTX0nR>y==<1n!akV)!z8%HQ*7F_ubCC1Np_DW0ZmYpmAx zbDJ?f2JwpTqrr?#LsjMD6k3fP(%ZTO_cP!{Z6AqNb5Juh_S-7Zi_`KpH& z<2mX19^1yJvY$PM^Bag)J}MHs@x9{jif`j>`LB;JBT@c(vCKHF<@@n%)RF(knlU~L z_bqhmqc*mU?0wzoJBh`3Q}Gmz;d~0F7j>8ag;wK;^d9QU_zK*m=MM(s+o%%hu77qg z$A4(1e7;ZJ7~51ox1-&-Tl(L}mN85AHaDYhhD{4ydu7RuF<1E+UV`gIXeob3iPdPQ zcv};jQC#t57(&~H9?}!VwnnJ7KZ$Q+p8S7@R^zbrzS4~A8Q38`*@tj`2Kkkr-o#=& zpm_S=+o&u5h45_*m;bl0WxOkUm+)nLBY(ekW&9F`DxTrkHrC00<+tgpAy-8=KW)j4 zu|oNoTY_A{48=DREk;-AsfZS1qV#0wMt&e!{^IdvyeNO4q1E_YdY53^ct-Yb-N88p zWGvz8*>ss}L-?k(JKY$qMrG+8fL7y>^lo8YBg5_P`gh^mc;kdSJpt`Ti1g=0t1(Y{ z8xG-I0v0HqC(vdbkUo2FiBVGZ^(wxMBJ#HoU&hDs_d9*5@ooXv|15kP3G)AEGtSN6 z7v-ZHu^BBDU!@)NKTulvh#^+Po>8{H2k>QlD}NP;#aN+uoxcaBz z+o&V|!Dus{k-i4q7$1V?6iC$qul9JXf=9D?|Nb}RwKteuORKHrcx$ZALrk8$&EcImPqJWcFvs{h4boXfwafhf7+14lTwA>FGu+ z#@mV~X$a>|@S5U1fp4Rs{I8DTdLL%XUajVg-9T~0pR)$%!f;}u>pz58j8Mh1J2%f8 zz`^|P^1IP)6qdc2_%;s9e*tV6=VfnW3}b^ZR`EA$&bb#fSQUoz8n1s{HXkWLTpC2Tio@# zqRnV5eGd=e-7HW^dX^30+6KN+ysySEUJJ7oUzU>ihDgQp&1BYvn$p|1IoF=hN_v87 z@N5>8l->i>l`&8L4q@APSoVL$meE@FW^|)(h0Kq+`iG+3=r8^GOL8s`bEW4zu^KPv z`18)3i^Eo&ve+xGAt|7>v>&FdfGpb78pE2~euvhVvL5qG#{cb#d2{n9rAZN^K|S3HEi7KSOF5+RJgLsjkH)v#qOmA!H2coqecrFTBD7#$Q( zww?Tz26jtt7qlArr1#V2+#7&bl#fi^8LNg>DeVJa4Pc}E)kK>yR{C}ji*Zcx%tDK? zKza(}+c+x!)2Hz40UY?u3H+@>s}U`|L(yhbkiL7dWo(wc4)4(4!>iIW?Plr*p6%<} zD~fhwi}b&ZHsdGhE4PzlDV&p@--+EgqWIeon=wc6)nQ#DV@W6QHxS>(d-7i$U&bN% z+fFRTbj9-^+KktvuV#0~OJS#uKPS;<y^C3pD}VljFt zo^mayPiR=kT^@%v8h=#}CM`$lZST6vm#QsPyz^TjS<6 z?(%Fkxt|7I6wkZFVq8)@q1ZN>$^MtbV(e5r{i%Cnuj+qF2;<4{i}b#WZ=1p zO8(yv#4uhzv}xuwv1u2 zH?KR#e;6SB+lkefuXsyh+bARZkL={#xR9*)vQA~+fsxW1*MfXQ+eM~^pMuon+y&+- zUMJ5@48Ah{BLA<1(Dy@4>CJbZ=VPFu;;USW+(9$>f4Dp6mJlPo-^7w1SfTvAgLdOl z>7Ues`vDLlJ%4=0vlj4sZBxg+*gRazzL0CN>zA!0M8DZX-OGrCIOrtah$ z=1Nay)-x{1esi=N{iS~%T8wehvxT}b4yb;@YjUm#tCX)JAsic^wes^dZ{1#}E#(u>Yl!tRM z_`HA<`1=$s#_Q6P?VVCOvFt&_6vUdqBMy&Ka+k#^^Jg#^<;mbHGf03oQHiEs< z*Cr3gXLwinT2zz%3f@z^XV79Cm7Z6yZETbMn#68=rTDvI%Q!20h0tz%DE-T^ZJd$) zZ@Sao;UmQ}5pBj%>B~2i{K9O-cM#vkhw^`(wq|^!_I3%a#`n@YoY;+T6#oW%8-K}v zYqT3V4>^Iq%4juyl-_x0F}{}0YSfe7CPNwjf%l5K_70%Us3Lvm(PCs=>@F`uY)0Nv?(_n*8@W!o(;Luc zl$E~U*w!eb?b{5c{lO;XqdVG+#?m(mZAM4wn@em)E5%p72hVCk-nFj3n_6=10M%sw zp{d+Yg%Z+poLG!jiYFLfMmPD}hE}7A^fn+iqoU%g)q{5-!Zzh+GTMv~>AMBrMoal` z#kNK>Z9fuUMuhx*j~1h!^b8rwy%yM`d^908qpadvKb7-AsG)ccqSfdoz3cO^91@kE z1!yy#mcB%M8{_4_2ilCD()S{^jTW-s3ExJ2`M-=-BSv~Z#kUbE{{yjQjFi1c@NMjt z|7tC%8|b~*t*>qLea6VV?)1c=?Ei3D@y|r7u|Rrv6Pqzd@eM|s(NX%Q59MA3ysG;7 z9&N@r>5D|0F-iJ1q0RU}`sU!<_*4E1*Wz9)OjW!sTT-_$Li&@iW!xuwm+)oGm%lMR zc%A?TNnaPXHD+l0{Ufj)X(ryRbFrSf+y57&b5h~nKI$Mq0=Exqf=jj=}gSvi!k zVYuZ*C-65DZN?Vq%UzoD19(>Y4q?lF-=p~i9P%Y6&^f&+^0&`|OP zouzLET8tgi)3`LpclcO(Lu;{bz)|V>Gmf?e_ROvQ&0$;PD{cQ0T8yuyXKN3x=im{= z_sLM6&xcU?&o+khcjzg5V``Bf_(}d;FaQ1bzZv*{I|KLE2)gOk)?Ef?Cd_hQd^@b$ zg>&s5?s#n2?zV6CxtV>VW=v>wL;{Z%#@8Gk85NOGGcsm)Y+y1hDm3ArlhLu^?z%}a zqhn%|V{DTv^Wu}jBLX%8n@2^)M1)5~C5Ey=WL$LMpPC~hLc=5CYlbxrj*p0oO$ZK+ z4;vAgVE?!O#ts`55tf)xJt2H_^|09J=%kp)#PQV=LZjml7CbgAE-tuEcyL&3%-D$d z#K@QtA)z4@A&Ideaj}sxi6IFiL*oJpg2zTCB!xzW*cJ(i;i1FF)fo9t0deuMBjQ7& zO9vE}t~9P;{mQ}7kzw(%39-WyOS=Y2CnP3?N5%%%t`*cEm<@(UBqT(}#)L*8CO9!R zHYy=FI)VQN)vXa!zeeo_wQAQ1j*JP5A`!unu?dOs5gh(4`c#3Zx!)V(_C`e;>o%`+ zOz^m<*sz$Sbg$R2sL1HZ#B`5#{MgW_g!JEg0&YXXV&fyy-}kuD5#z%~Mud${f7fC0 ziS(g2Am3xd;*(+$BcpFXx)Va9Za|`AW5SZ+<0E3i#@`VCV>u3bt>@&(nDE%-gwmtg z{ey#QT{*%8)v8geMo@#GI(2K*3QnTwaA=H=p!Al`>o7~J95%w6RX-1*R~ltVOhj@> zc*L-z8!aOJbC8q}5fU1c5Sjj--Q!LA`wfc@O-%Q*wJ=T-qaufSIa%|*-?%otWzf4- z?c^cRp;4TPq?PrA2u{dH`fZ(z(C_(eH6)5?0lIOo?~!QX&ms(Xn#ENQrx`tY+A zjN__&SZG2-y8ET44vk88w>0{A#!0+Hdp)h*Y^GJijAlG3eta5Q4~rWg;_(8@drl(a z<6}JTt9~};t0%~AMWp401v)x|p5w5ggZ=Hgl zA|lf4bU861J~}ccH1P%uQ?Yk=J(l{J%W>`jvDS^)E4inV-fr!@G{)lqmY-?9L4)fz z<|-^~cvNhtr>gbd;RQ^le^(Qh95ymE-b*X>9!kKZw@|zry)s6@HCNhQ)+LA8`9qp% z507Mg+2h{%zer8m<%K)LUhgFRFLZNDH;g;OX_j{H_hr0`PZ*!Tt?^LbE7R;+8}yhB zKl^ZQ5_std{B$`kDKRpNhZNG=?+tRx=*jTp@bnILTxen}l~&8!{^e)&aw@_(-wkkV zdyxAe&i_1K>1V)KFCS7Aq<_-w`HCA6dx~Fg5qs}x)8vrsjwgDP>SqISuSU|n2e?6Q zhlhqmcsft^GsPT16C|2;V&<1+rp~I{BXz9w`nFAI)>a-c0+^EK?o? zW*|1s<7JkgZW&1njra35-PH!*dGGeLGsrIEy0*HnPlw2KLR^IIgr-Hyx@tVchKPL~ zAGtPwkfgN9QFweLdq*Hs-gc4esoR9`u_0;W!0j`B$=Ft)HF%eN|ln^^UCnkjZ zpXm`vkv>0Rr6w4cFw*+{y8cU!i;XkOX<*ouoCb$jC8J@QX%6z=GUo)eIsfgBPK>^e z@jg#`pu1ChKZo^XRPESJLzw-D$j4lu*gbyvEE>BST#oQtul??cWcZtez%$yuTeZq-kx*3V zSpRnoH@$KEj5I1@L}=J}g!_Ahri;7kBQ30tiXG;Awq2Wkp0tsM%`c&*r?bM)};MC!AR+u(#n2H)fZy1-T=_eQqS!wsJFcf;BNn@H{#F)7J->3{I>p+kO&aVkC=Ru8CLi-~wc=uY-NWt38OX1n zm3CFE=hwM-syM{*dv*V>!KF7jaCYkRZj5GoJzH{&|90tfBEzra=_1cLw)>Vowq3W{ zqH6m-{@^CSU!`tk`DpWRjmt;7WR>xkxHM@2v7wmtS8Gyy6fc_a*CvN?-*qxnF_ygg zeLpf`T(r*#RptAh(a@wsk3XLG)}Pp`uoCTeVSXw#qtV0M5fE>7)9BRH-b@$av9nAY z3GPpeZ)6g<>hyXtnKmh4M8)I&nl}Egu*mZE(_i3F9_2n`8?+AwIA@DCkA%I{Jf3|yqQt= zt^8~zsb2WVgQubKiAf$WsQjpkl!u$I{$T97BzUcigppCnp7(F>Mz7R;F zxj%V;&<>{k08J@Dsh~?j(-t^J7YA*E;V|=uZa-I~^^94TImFmC! z9@0nifr}lEoLAogIP`|3Mye!aHfu#}r4KAXLA_3ooxHLp}ZL-XG_ zcMt89*hj;uKb{bB_08vL<>Bh9o&EH1%~Q_)8rKNMKc4LM=EKjun_&+w@d8hWcysP; zH~ZUYO3K^9ygBeSI^J{?xc>3x+Iwtzfq{=^Q;sC5o&fV^-OqeoeLbc(-`*2;1I z8jj|(U{@cX_0w|d_Urx*#^*jVrMj>F+}*na_pCaYC)-BTfAHO!hW1oNs;g|SYh$DM z`i7qw!TvQr#Piqw-=DJZ*LJEO&G~Csk1cvL>gTRHKILVn-dua%Q?I@Y%TLShqxpfs zHy_PvFVaOrV1(A2bw6w3>c^+j-?zT*lm3pce)_?iZ*T37-+iY%XW`APANA<Z8}*bo-IKl>02aT*!S0 z#P37))!(cB^Ea{Hg7j25jIFTVmET!-v+QU3t`2*p*=ad@YRYrb-s1C=IW;{!o$t-C zpNSjyw>Jf*zyB-m^77{TdUEPknD=w)>#?2c6+7O9`&nmKz6|WmwWqiO12$J4@$+Wb zkC?7K@}@jv?M;KX;G%>7`Ll9=t)n94_p#m#`;oeoL&ufRy?Ar&En{}|>wZSY=N-sB zR9tyequ-iSz6xNUy@*ZqIW}*8{H&HM-+A`t+FP|m2mjxGPw%If)I%T1JecWzM!-)G zf%66ZBGF&FsoxFbujQ-H5c+GEn%7T${j{694*&L%A8$_l+!L<6Ti=^&uX})kV)|?NZ!a|SX4=n&d*w>(#_Tt#pLp{Yyw~pLpRelh(Yo53jRmCTea#5o%s(JJ5DY2=aN$}n|c{Ba5-wWqWydQO!k~aI~O5n4|-duYP?(e@+ zzSefSJ-A3= zopMc{tS4Ul-}(Oj{!4HA{ivTSyPdvk_q_sN2KSa5Z~G5F`b_zOrZ=;GG`nl7KIM1K-ZXd(?b>%0`)i*j zk@Ctoe+{P$UtaflyVuNI`!-NN14uo5a`n@&-aPoxzEbuXI}dWdMdQu4*X&*WnWHzm ze#XSNFuis^Uc{c{{;xgQ>8HZp zBzVei;G&&_QB2@{Hhvlo+=5Djn+IwUsfWL>d|}FW{hVF+-3PsXr{_O{gDPy7rI}cJ=LB=_e!QG&lyp@ zS`$}aubcicx$h7P3G5$Udu4BNS<_9++bpR+ahm>l<2V-24&-mj_^nn%bZmUeN2$C; z<-Inp9Hzn}<9U5!nsh08shT(Ge(s!hr`~o>|D#IzFhcsrbmiHvzyp6Vfv>}OQ{lZ) zT;E~W&l=-em3Q!kM*F=Fan7DLzfIQZg!_}ZDxr zSi6qIdTU;Gyoc~%zIRiBhO2i2duzCU)J4kGvK?4rlKkzZu3ng2*9gC#VO>48TzOu= z=R>E043Cer2O{jP9Nr!H5$Ux%QyPuJ|NZOV>EA;6iLT$r&{W^J^%l={^by=wqn}9q zMrdy?{Ad$bcIwd);{zk5H@Zo>pAqzy0Bu#$y zs&TC#pZ5Spd{cdo(Z{AI**xiXojaGO9XIulOhT@2tm69ZC;R`yY}+sGe%p17OZnMO zZ`_NM-LaivNyB~JN30d|`4fGP%g0uX;gS6C?Yb_s{ivva937Z+FUP#^{eGxO>DJul z;@!9RUF_MgfSOj z=GV6m`Wf9g&i?4){B8{HlfUU(Vb`9kaBTROpB7BF-!CWfAX{u)tR82JjEk^tr^(}x8 zAtOJN@h@ei^9PSoD&%hoX*j%AsFNjwWwcks->*EnJ-WI8M!*9H(AO$Jxkq`!bF*kTU); z$63q#HJKczAk#B*J5E)~UGp6$n)!QjI!*c{$|=t} z&YLVRkKP!{QRN+nkenje+fRAnWyd+e{6le$Q<-un%fp%f>P*K8VYAwgz;PC{=*#CF=R>AD^>dtWng04U$N7`#1u>3OmU3*o<5Z^{ zeH@%1>D@59>AQ<~ScPy`%;|Cn;? zdg`C@=UI+3jPk85)FWkm#5bcXG2LA9HSgVyyvmA@D9g0PI(5WgPGral;aep zyuXR#tYH2H>NAe%rJ0$}^yLT9&UBNP9Oo0tTKCa5D4)sZ?$3A6b)1n*Kat;Y*cF@~ zsfQX&=VAXS$MjJ0do$C$sn=U5lhM_WavJUUVV0jn&k4#|tMJeK##0@qJ7uvFl+2&c zKSwCHjl(|kgG)P3f2RM)OZ%WKn}ZlBpF#XGmX|_zA*S0QW))=x+UX(YmqpA_rmLg7 zB;}9P^90IMEPspTORG5!P2VZ-n&bS=bcTlW}s2vXgYB-1oZU{6%>dC%swT5dDWKAI5(uWwCo4CxPV|o?@S%?9hR}g!%8} zBX-K4(2+!$eHS)ZUThh4Mp=RV`w8Zk+vzypF@0dWhTOpiLqet_;f?m`#SW7z(4%J_nD01Itha>ytOMn?Uc|@zgjXHsE2iHh4~r7v+S`V`AwX1Yu+`ede0(CF@CdIf$l?UbQ%OELXuEIFpEUX}LG z{Kb{X8RgAv|044X(Ae&0`dnM~XUY|b_>}qMZ)O{&2h&cXC?CzkK0+B(gf>X|2bFMy z^`00@ekkX(bev7hpFe}+4AVi`(aQ8;l0uVrzTAZm=1&{L@rLrZTO6kj^Xpe2N0hPD z!|Rki2GjphmZ39lM%j&j9-}-v+Hs1r-N|{h3Cg}TIUX?oZIb*g(-o=DsZ1B0Mq6O| zv!3LL>1VdF4b!KlV2kqhYUG~zwV3Y0^y|f$&-5BZ|NUu>(~IdU zUD%(PwmykeIL|(cF8-f{|8FRNypLlCWl@rUhVo=pj6|qFI+PC%ah!|H zui2G;m2yi)$H`CGmYx4BNFU)HA9?xP(s-Gw-FQf3_KIC&|*ZcQvKKO9V*QqJDM z{>A)k)H^A64s-&_M`)ifQck2@m1goojlEPdNTbWNi0Tr8GkfAXH<2L>6Ejx&{immV`M1HgV%HHqx^!6k>Y%kKpSPc z?rkh%`VBXKO(7Aq0^=<{RHK+E2%@~ zH=|vB%=C(W^tY7diR&lkk1v6CremnArIbN4ICe9?3p?cn${dC0f0+L3{F{U4VkpEL|%ub)d{97jDgX#U$ z%QsA4IK=kU$#5FcDCV~$`SmF)vfV7o_c7Lva_}ScgOoqq%yFLW*3!A$&h&%#aQvj) z)`0$%`HRUnsdp+o%>S8hKG?+BSc*Q0a_2(!d*bq%9q$EKl6KUqmQMmOQk(PIW;S7ndKu7po92sd7j)dKRflm zl=9?UVxsKBIys?EZO55TIRtTIn7^DxdYrNq?FZ@3bDP=!n6BKIeU0hHHP~-${(kQQ+A`(5uABp~d}(`PqCCpHTPVkM=Ddk=3KK|hYUU@$ zlr33rC*=>1u`jW1d>q#Vl*LE0pHjBT!@4Y=LcQP1bT;BG#`L9$EMvM;JI5h)PS-gc z&zRo&5d8^dH`;~8{4(up3DZ&J&l$8^3d^ly|e6aR0_Uz&qDX1ZQ0`ZCHzVYD;mpQ67>W;!SP*&wEC zZ(#qV>_)!AC_kl=^X4AyD5)M=DL+~0P)?!^5%Uw z@1QJOk-DPXzniwga{J2+Ulbx&l;`_#%(R*OeR@Y7t>I4p_uv2DGmw*>^}C|9oMV5_ z#D%6AoT=5hI;8df^RF~B%0U~I_W#s`|6@A!GW-7wXrpyfN}Hd;j8y+mnP+AAznI@9 z)x1pfkl{4_)Z6^?|1;s5X z=(2g`{=pj4f~FaoA6UocF&%F6vbx&@{;ze`&?A=9|EF?92mznJ~|A;kZd8R5? zw`-HiUdr;6(sE_Fwdru>XwAP_-_~pMkL6|~+_wM6{M76Ia~oThnsBDq(5sc>$YJY- z|06D&w)rzeIZB&84fg*vsn$Q8$rq}tZD31^-yGi+U3 zK7;bK>Z=X^Z=?Uu$mG`18gh7=L&6%iwdLl=${A2D6>Dss?5|1Xw;YEvTX!#Z_ELtk zER&YE(e^gqn4x+KSG|?f@{}?YrxKz)!s{9hzsEA#e+1&%X!;nZ{lLTWS z8OFhQm;e*uPM8FfVG2xzX>b=zhZ%4;%!FBBBPMfTF3f}ZumBdqJ+KHC!@Y1H+z(6O z0eBFW!b7kO9)?F?Ijn${unJbgqwpA5|GX9+hjs7-tcMM-5lVwy(b}lOXo!Mnh=Ev$ z1G}<~hXk-ugd`XX$zY>UcBN{gbrZoxyC%V8m;zJ5uBh$;yJE0o%H1#%Y~;d5J?4O2 zRn3F>U{{&EhCm1mg-{p< zVGs@xFdRm}NQi_{FdCvD8e$+8;$RHKLjn|HUms51N3;8n0tPAqBTIG_S{Mq#t&jsa zRSS%kaas`=1q9)V=8y(;RJ1`>4 zz(8Pxj)8%|h_>~C9iTB-AK3)jLpx{&HVVh!iqi^OLTk7k+JYTJ8DI(AA@54r89G5X z=nlQ17xV`%*aIU-eJKaR0ATRJ358+60778IbSPyQ6s0bTL2)PnC7~3Qh9fMGf@t^% z4g;rpff2y>DC2+ukHDRag_H{*84@7@#zGR@1=C>$+zm5f7R-h@Fc;>*d>9AgVFFBq zJ7E$qfDyO@Kb3MCJPljm9#{m6;a<28?gzW{d;lJVrSK3egNNY}SPmtcFM7 zF<1j@;c-|8Pr!QE02^TwJPA+1W_Sjkg{|-$JP$9xOYkymgYEDNya+qtRoDTq!7kVh zdtfi@gV*5=*bfKc033oh;VpO@-i3GI19%@kgv`|21Y4`%Zg!Aw%dZEszKDL0-5OY=kpE6oP_K7>Yo7xDCocStth;pdwU) z%1{NWLN%xkHJ~Qcf*`03b)YWPgZj__8bTvz3{9XZG=t{Q0$M^VXbrbR8)ysdpgnYe zj?f7@Ll@`@-Jm=4fIFZk^n%{d2l_%k=nn&6APj%L_svfKrF<; z7>I`iNQ5L93&}7J#=``d2zSCHm<&^3DolgBU^>izyJ05Gg4r+!=E6Lf4+~%++yjeX zG29FH!TqoV9)Jg7DLe$r;9+$pN zP!*~{b*KR~p%w%|ZKwlvp&rzS2G9^1L1SnFE6}qFR>Pz47_5P{@Hni4Cty8nfQ_&T zo`k1hGdvAj;2C%pw!(ApJiGue!b|WnY=iCa3cLzCU?=Q?-LMDt!fWt4?1TM~KNEcf z6of)h7>Yu1C;=s*6qJTCa2u3`a!?*BKt-^py(&W$s0!7fI@ExgPz!>fHq?Q-P!H-u z184}1pfNOorqB$ULknmLt)MmB4sD<ARHoKIE;Xi5DBATG(>!5D~#1W1G=7z@cT z4#vX-m&m=6nJA>0FtU@_ba_rd+J1Rj6~ zVJSQW%iv*n1eU`JSP83OH9QKB!5UZ#kHb260@lL@*a(~8Nq7o2!_%+@o`Gj!D?A6! z!wc{tyaX@9HrNiYz^kwWYGtOKvR~zc{IHXGyI?o$fxYk=ybk+dKfD14;2<1=H{mUK z8{UC;;XQaCK7bG5BRC94;3#|ypTMVZ435JI_zX_MDfk>t!x!)+oPn?4YxoAfh40{d zI14|(IXDkL!cXus`~ttiZ}2<(0e`{;_zNz=CAbU@`M3!(Kt{*}nIQ{gg=~-=azIYV z1-ap7$OE^)t&kV;L4GIz1)&fWh9XcDia~KG0VTnnoGT4w;5H}=HvV27DnLc31eKu* zRE26#9cn;LC`BC>BaSyIGeJhELVr{hszG&l0}jAJI0SFPTktl#1Mk9n@IHJ1AHqj) z7>>YE_!vHcPvICGhZFD_oP<;GIh=+s;7d3IU%}V#4SWmV!S`?$et>gu9)5(M;Ai*+ zeudxQclZPTgbVN&T!c$-860BI2$>)=WPz-Z4YETH$O*Y1H{1+);1;+Q@5j`6dr>$uofPNb?^kN zhYhe122h7ZiLC+uZwQT`F*Jdu&%L_svfKrF<; z7>I`iNQ5L93&}7J#=``d2zSCHm<&^3DolgBU^>izyJ05Gg4vKE3vC24L1xGTSs@!_ zha8X-azSpm8S=m_a4Y16e2^asKtU)3g`o%(g>EiT&wG zcnUVd)3D|Lv_l6Z001BW!}{0Jg1&~Z!wamZw?%*e0RjXF5FkK+009C72oNAZfB*pk N1PBlyK!Cs>fdg)m5)%Lb literal 0 HcmV?d00001 diff --git a/Vcpp/Controls/ReadMe.md b/Vcpp/Controls/ReadMe.md index 8ffc4b39..0f99d4a9 100644 --- a/Vcpp/Controls/ReadMe.md +++ b/Vcpp/Controls/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Controls -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Controls' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Controls' topic. ## Features diff --git a/Vcpp/Controls/globecontrolopengldrawing/Readme.html b/Vcpp/Controls/globecontrolopengldrawing/Readme.html index 0b2353c9..f07349ab 100644 --- a/Vcpp/Controls/globecontrolopengldrawing/Readme.html +++ b/Vcpp/Controls/globecontrolopengldrawing/Readme.html @@ -26,8 +26,8 @@ Language: VC++ Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Controls/globecontrolopengldrawing/Readme.md b/Vcpp/Controls/globecontrolopengldrawing/Readme.md index 3be14dc6..55bd8875 100644 --- a/Vcpp/Controls/globecontrolopengldrawing/Readme.md +++ b/Vcpp/Controls/globecontrolopengldrawing/Readme.md @@ -8,8 +8,8 @@ Language: VC++ Subject: Controls Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/GlobeDigitizePoint2010.vcxproj b/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/GlobeDigitizePoint2010.vcxproj index 47d0a63a..40023f20 100644 --- a/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/GlobeDigitizePoint2010.vcxproj +++ b/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/GlobeDigitizePoint2010.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -15,19 +15,20 @@ {AE3544C7-90AE-4373-9316-59B83BF569D6} GlobeDigitizePoint v4.5.2 + 10.0.17134.0 DynamicLibrary false Unicode - v140 + v141 DynamicLibrary false Unicode - v140 + v141 diff --git a/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/StdAfx.h b/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/StdAfx.h index bd9bd501..9fdd1fbb 100644 --- a/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/StdAfx.h +++ b/Vcpp/Controls/globecontrolopengldrawing/Visual_CPP/StdAfx.h @@ -72,32 +72,32 @@ using namespace std; #pragma warning(disable : 4278) //import esriSystem.olb "libid:5E1F7BC3-67C5-4AEE-8EC6-C4B73AAC42ED" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "XMLSerializer") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "XMLSerializer") //import esriSystemUI.olb "libid:4ECCA6E2-B16B-4ACA-BD17-E74CAE4C150A" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystemUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("IProgressDialog") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystemUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("IProgressDialog") //import esriGeometry.olb "libid:C4B094C2-FF32-4FA1-ABCB-7820F8D6FB68" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esriDisplay.olb "libid:59FCCD31-434C-4017-BDEF-DB4B7EDC9CE0" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esriGeoDatabase.olb "libid:0475BDB1-E5B2-4CA2-9127-B4B1683E70C2" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esriDataSourcesRaster.olb "libid:8F0541A3-D5BE-4B3F-A8D9-062D5579E19B" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDataSourcesRaster.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDataSourcesRaster.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esriCarto.olb "libid:45AC68FF-DEFF-4884-B3A9-7D882EDCAEF1" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriCarto.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "UINT_PTR") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriCarto.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "UINT_PTR") //import esriOutput.olb "libid:7DB92CEC-CB65-420A-8737-FCD0722FD436" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriOutput.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriOutput.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esriGeoprocessing.olb "libid:C031A050-82C6-4F8F-8836-5692631CFFE6" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoprocessing.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoprocessing.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esri3DAnalyst.olb "libid:639FE90A-CC9A-48C6-AC1D-105FE50915B5" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esri3DAnalyst.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esri3DAnalyst.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE") //import esriGlobeCore.olb "libid:00B329B5-265E-11d6-B2B4-00508BCDDE28" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGlobeCore.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGlobeCore.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE") //import esriControls.olb "libid:033364CA-47F9-4251-98A5-C88CD8D3C808" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriControls.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriControls.olb" raw_interfaces_only raw_native_types no_namespace named_guids //change this to the appropriate path if necessary -#include "\Program Files (x86)\ArcGIS\DeveloperKit10.6\include\CatIDs\ArcCATIDs.h" +#include "\Program Files (x86)\ArcGIS\DeveloperKit10.7\include\CatIDs\ArcCATIDs.h" #pragma warning(pop) diff --git a/Vcpp/Geodatabase/ReadMe.md b/Vcpp/Geodatabase/ReadMe.md index 07af62df..158a7560 100644 --- a/Vcpp/Geodatabase/ReadMe.md +++ b/Vcpp/Geodatabase/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Geodatabase -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Geodatabase' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Geodatabase' topic. ## Features diff --git a/Vcpp/Geodatabase/simplepointdatasource/Readme.html b/Vcpp/Geodatabase/simplepointdatasource/Readme.html index 024ed560..9a6344e6 100644 --- a/Vcpp/Geodatabase/simplepointdatasource/Readme.html +++ b/Vcpp/Geodatabase/simplepointdatasource/Readme.html @@ -27,8 +27,8 @@ Language: VC++ Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -37,7 +37,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Geodatabase/simplepointdatasource/Readme.md b/Vcpp/Geodatabase/simplepointdatasource/Readme.md index ed5eedd4..b8f68796 100644 --- a/Vcpp/Geodatabase/simplepointdatasource/Readme.md +++ b/Vcpp/Geodatabase/simplepointdatasource/Readme.md @@ -9,8 +9,8 @@ Language: VC++ Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC.idl b/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC.idl index 5f9b5c61..ef1378d9 100644 --- a/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC.idl +++ b/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC.idl @@ -18,8 +18,8 @@ library SIMPLEPOINTVCLib //OLB path to \Program Files (x86)\ArcGIS for the samples to work. importlib("stdole32.tlb"); importlib("stdole2.tlb"); - importlib("\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb"); - importlib("\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeodatabase.olb"); + importlib("\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb"); + importlib("\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeodatabase.olb"); // TODO remove if not required [ diff --git a/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC2010.vcxproj b/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC2010.vcxproj index ded06590..d1337824 100644 --- a/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC2010.vcxproj +++ b/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/SimplePointVC2010.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -16,21 +16,21 @@ SimplePointVC AtlProj v4.5.2 - 8.1 + 10.0.17134.0 DynamicLibrary false Unicode - v140 + v141 DynamicLibrary false Dynamic Unicode - v140 + v141 diff --git a/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/StdAfx.h b/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/StdAfx.h index 2a2a01c9..ab79bb76 100644 --- a/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/StdAfx.h +++ b/Vcpp/Geodatabase/simplepointdatasource/Visual_CPP/StdAfx.h @@ -52,17 +52,17 @@ extern CComModule _Module; #include -#include "/Program Files (x86)/ArcGIS/DeveloperKit10.6/Include/CATIDs/ArcCATIDs.h" +#include "/Program Files (x86)/ArcGIS/DeveloperKit10.7/Include/CATIDs/ArcCATIDs.h" #pragma warning(push) #pragma warning(disable : 4146) #pragma warning(disable : 4192) //import esriSystem.olb "libid:5E1F7BC3-67C5-4AEE-8EC6-C4B73AAC42ED" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") //import esriGeometry.olb "libid:C4B094C2-FF32-4FA1-ABCB-7820F8D6FB68" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("ISegment", "ISegmentSample") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("ISegment", "ISegmentSample") //import esriGeoDatabase.olb "libid:0475BDB1-E5B2-4CA2-9127-B4B1683E70C2" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids rename("GetMessage","esriGeoDatabaseGetMessage") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids rename("GetMessage","esriGeoDatabaseGetMessage") #pragma warning(pop) //{{AFX_INSERT_LOCATION}} diff --git a/Vcpp/Geodatabase/treefeature/Readme.html b/Vcpp/Geodatabase/treefeature/Readme.html index 57bf64ae..477dcea2 100644 --- a/Vcpp/Geodatabase/treefeature/Readme.html +++ b/Vcpp/Geodatabase/treefeature/Readme.html @@ -26,8 +26,8 @@ Language: VC++ Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Geodatabase/treefeature/Readme.md b/Vcpp/Geodatabase/treefeature/Readme.md index 55dd0d05..0fe21d04 100644 --- a/Vcpp/Geodatabase/treefeature/Readme.md +++ b/Vcpp/Geodatabase/treefeature/Readme.md @@ -8,8 +8,8 @@ Language: VC++ Subject: Geodatabase Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Geodatabase/treefeature/Visual_CPP/StdAfx.h b/Vcpp/Geodatabase/treefeature/Visual_CPP/StdAfx.h index 877cdb16..e0d2b9b6 100644 --- a/Vcpp/Geodatabase/treefeature/Visual_CPP/StdAfx.h +++ b/Vcpp/Geodatabase/treefeature/Visual_CPP/StdAfx.h @@ -51,7 +51,7 @@ extern CComModule _Module; #include -#include "/Program Files (x86)/ArcGIS/DeveloperKit10.6/include/CATIDs/ArcCATIDs.h" +#include "/Program Files (x86)/ArcGIS/DeveloperKit10.7/include/CATIDs/ArcCATIDs.h" #pragma warning(push) #pragma warning(disable : 4146) diff --git a/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree.idl b/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree.idl index 85f350a7..9c1632d7 100644 --- a/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree.idl +++ b/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree.idl @@ -31,7 +31,7 @@ library TREELib //OLB path to \Program Files (x86)\ArcGIS for the samples to work. importlib("stdole32.tlb"); importlib("stdole2.tlb"); - importlib("\Program Files (x86)\ArcGis\Desktop10.6\com\esriGeodatabase.olb"); + importlib("\Program Files (x86)\ArcGis\Desktop10.7\com\esriGeodatabase.olb"); [ uuid(D52B8F3E-1B1F-11D6-8A9D-00104BB6FCCB), diff --git a/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree2010.vcxproj b/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree2010.vcxproj index ff6e0c3a..845d77bb 100644 --- a/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree2010.vcxproj +++ b/Vcpp/Geodatabase/treefeature/Visual_CPP/Tree2010.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -16,7 +16,7 @@ Tree AtlProj v4.5.2 - 8.1 + 10.0.17134.0 @@ -24,13 +24,13 @@ false Dynamic Unicode - v140 + v141 DynamicLibrary false Unicode - v140 + v141 diff --git a/Vcpp/Geoprocessing/ReadMe.md b/Vcpp/Geoprocessing/ReadMe.md index 4d38899f..b7252d72 100644 --- a/Vcpp/Geoprocessing/ReadMe.md +++ b/Vcpp/Geoprocessing/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Geoprocessing -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Geoprocessing' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Geoprocessing' topic. ## Features diff --git a/Vcpp/Geoprocessing/executing_tools/Readme.html b/Vcpp/Geoprocessing/executing_tools/Readme.html index fc19bd12..6ee212fb 100644 --- a/Vcpp/Geoprocessing/executing_tools/Readme.html +++ b/Vcpp/Geoprocessing/executing_tools/Readme.html @@ -26,8 +26,8 @@ Language: VC++ Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Geoprocessing/executing_tools/Readme.md b/Vcpp/Geoprocessing/executing_tools/Readme.md index 7b91d9a1..095a0f10 100644 --- a/Vcpp/Geoprocessing/executing_tools/Readme.md +++ b/Vcpp/Geoprocessing/executing_tools/Readme.md @@ -8,8 +8,8 @@ Language: VC++ Subject: Geoprocessing Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Geoprocessing/executing_tools/Visual_CPP/gp_copyfeatures2010.vcxproj b/Vcpp/Geoprocessing/executing_tools/Visual_CPP/gp_copyfeatures2010.vcxproj index a698be62..f61e2de5 100644 --- a/Vcpp/Geoprocessing/executing_tools/Visual_CPP/gp_copyfeatures2010.vcxproj +++ b/Vcpp/Geoprocessing/executing_tools/Visual_CPP/gp_copyfeatures2010.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,21 +15,21 @@ Win32Proj gp_copyfeatures gp_copyfeatures2010 - 8.1 + 10.0.17134.0 Application true Unicode - v140 + v141 Application false true Unicode - v140 + v141 diff --git a/Vcpp/Geoprocessing/executing_tools/Visual_CPP/stdafx.h b/Vcpp/Geoprocessing/executing_tools/Visual_CPP/stdafx.h index b4a8eb87..ba07443d 100644 --- a/Vcpp/Geoprocessing/executing_tools/Visual_CPP/stdafx.h +++ b/Vcpp/Geoprocessing/executing_tools/Visual_CPP/stdafx.h @@ -44,6 +44,6 @@ //ArcGISVersion "libid:6FCCEDE0-179D-4D12-B586-58C88D26CA78" #import "\Program Files (x86)\Common Files\ArcGIS\bin\ArcGISVersion.dll" raw_interfaces_only no_implementation //esriSystem "libid:5E1F7BC3-67C5-4AEE-8EC6-C4B73AAC42ED" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "IStream", "ISequentialStream", "_LARGE_INTEGER", "_ULARGE_INTEGER", "tagSTATSTG", "_FILETIME", "IPersist", "IPersistStream", "ISupportErrorInfo", "IErrorInfo", "tagRECT"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("GetMessage", "EsriSystemGetMessage"), rename("GetJob", "EsriSystemGetJob"), rename("GetObject", "EsriSystemGetObject") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "IStream", "ISequentialStream", "_LARGE_INTEGER", "_ULARGE_INTEGER", "tagSTATSTG", "_FILETIME", "IPersist", "IPersistStream", "ISupportErrorInfo", "IErrorInfo", "tagRECT"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("GetMessage", "EsriSystemGetMessage"), rename("GetJob", "EsriSystemGetJob"), rename("GetObject", "EsriSystemGetObject") //esriGeoprocessing "libid:C031A050-82C6-4F8F-8836-5692631CFFE6" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoprocessing.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids, rename("GetMessage", "EsriGeoprocessingGetMessage"), rename("GetObject", "EsriGeoprocessingGetObject") \ No newline at end of file +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoprocessing.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids, rename("GetMessage", "EsriGeoprocessingGetMessage"), rename("GetObject", "EsriGeoprocessingGetObject") \ No newline at end of file diff --git a/Vcpp/GraphicsPipeline/ReadMe.md b/Vcpp/GraphicsPipeline/ReadMe.md index 7123e51f..25fcc7fd 100644 --- a/Vcpp/GraphicsPipeline/ReadMe.md +++ b/Vcpp/GraphicsPipeline/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Graphics Pipeline -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Graphics Pipeline' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Graphics Pipeline' topic. ## Features diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.html b/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.html index db7933a6..c8dc26be 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.html +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.html @@ -27,8 +27,8 @@ Language: VC++ Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -37,7 +37,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.md b/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.md index c6b21d35..46b79547 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.md +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Readme.md @@ -9,8 +9,8 @@ Language: VC++ Subject: Graphics Pipeline Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerPropertyPage.h b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerPropertyPage.h index 73b82a10..beb3d0fd 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerPropertyPage.h +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerPropertyPage.h @@ -25,7 +25,7 @@ // without modification, provided you include the original copyright // notice and use restrictions. // -// See the use restrictions at /DeveloperKit10.6/userestrictions.txt. +// See the use restrictions at /DeveloperKit10.7/userestrictions.txt. // diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbol.h b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbol.h index 02c49e9d..3404fc1a 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbol.h +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbol.h @@ -25,7 +25,7 @@ // without modification, provided you include the original copyright // notice and use restrictions. // -// See the use restrictions at /DeveloperKit10.6/userestrictions.txt. +// See the use restrictions at /DeveloperKit10.7/userestrictions.txt. // diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC.idl b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC.idl index fecc6033..82f78380 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC.idl +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC.idl @@ -19,7 +19,7 @@ library LOGOMARKERSYMBOLVCLib //OLB path to \Program Files (x86)\ArcGIS for the samples to work. importlib("stdole32.tlb"); importlib("stdole2.tlb"); - importlib("C:\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriDisplay.olb"); + importlib("C:\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriDisplay.olb"); [ object, uuid(D7F5BF34-852A-11D5-A161-00508BA08E68), diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC2010.vcxproj b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC2010.vcxproj index 58d8c811..0d59a813 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC2010.vcxproj +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/LogoMarkerSymbolVC2010.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -16,21 +16,21 @@ LogoMarkerSymbolVC AtlProj v4.5.2 - 8.1 + 10.0.17134.0 DynamicLibrary false Unicode - v140 + v141 DynamicLibrary false Dynamic Unicode - v140 + v141 diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/StdAfx.h b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/StdAfx.h index f2f780a1..ea3d2454 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/StdAfx.h +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/StdAfx.h @@ -25,7 +25,7 @@ // without modification, provided you include the original copyright // notice and use restrictions. // -// See the use restrictions at /DeveloperKit10.6/userestrictions.txt. +// See the use restrictions at /DeveloperKit10.7/userestrictions.txt. // @@ -59,17 +59,17 @@ extern CComModule _Module; #pragma warning(disable : 4146) #pragma warning(disable : 4099) //import esriSystem.olb "libid:5E1F7BC3-67C5-4AEE-8EC6-C4B73AAC42ED" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") //import esriGeometry.olb "libid:C4B094C2-FF32-4FA1-ABCB-7820F8D6FB68" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("ISegment", "ISegmentSample") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("ISegment", "ISegmentSample") //import esriDisplay.olb "libid:59FCCD31-434C-4017-BDEF-DB4B7EDC9CE0" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("CMYK", "EsriDisplayCMYK"), rename("DrawText", "EsriDisplayDrawText") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE"), rename("CMYK", "EsriDisplayCMYK"), rename("DrawText", "EsriDisplayDrawText") //import esriFramework.olb "libid:866AE5D3-530C-11D2-A2BD-0000F8774FB5" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriFramework.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE", "UINT_PTR") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriFramework.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE", "UINT_PTR") //import esriDisplayUI.olb "libid:016DF9D3-7E81-11D2-A2D1-0000F8774FB5" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDisplayUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDisplayUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "ICursorPtr", "VARTYPE") #pragma warning(pop) -#include "\Program Files (x86)\ArcGIS\DeveloperKit10.6\Include\CATIDS\ArcCATIDs.h" +#include "\Program Files (x86)\ArcGIS\DeveloperKit10.7\Include\CATIDS\ArcCATIDs.h" #include #include #include diff --git a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/resource.h b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/resource.h index 7cf680c8..5de2cc0d 100644 --- a/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/resource.h +++ b/Vcpp/GraphicsPipeline/logomarkersymbol/Visual_CPP/resource.h @@ -25,7 +25,7 @@ // without modification, provided you include the original copyright // notice and use restrictions. // -// See the use restrictions at /DeveloperKit10.6/userestrictions.txt. +// See the use restrictions at /DeveloperKit10.7/userestrictions.txt. // diff --git a/Vcpp/Networks/ReadMe.md b/Vcpp/Networks/ReadMe.md index c37580a0..72d1a268 100644 --- a/Vcpp/Networks/ReadMe.md +++ b/Vcpp/Networks/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Networks -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Networks' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Networks' topic. ## Features diff --git a/Vcpp/Networks/customsolver/Readme.html b/Vcpp/Networks/customsolver/Readme.html index dddc5c2c..19d40995 100644 --- a/Vcpp/Networks/customsolver/Readme.html +++ b/Vcpp/Networks/customsolver/Readme.html @@ -26,8 +26,8 @@ Language: VC++ Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Networks/customsolver/Readme.md b/Vcpp/Networks/customsolver/Readme.md index 62c84a45..64e91417 100644 --- a/Vcpp/Networks/customsolver/Readme.md +++ b/Vcpp/Networks/customsolver/Readme.md @@ -8,8 +8,8 @@ Language: VC++ Subject: Networks Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Networks/customsolver/Visual_CPP/ConnSolverPropPage.h b/Vcpp/Networks/customsolver/Visual_CPP/ConnSolverPropPage.h index 42436e8b..a478d76b 100644 --- a/Vcpp/Networks/customsolver/Visual_CPP/ConnSolverPropPage.h +++ b/Vcpp/Networks/customsolver/Visual_CPP/ConnSolverPropPage.h @@ -32,7 +32,7 @@ #pragma once #include "resource.h" // main symbols -#include "/Program Files (x86)/ArcGIS/DeveloperKit10.6/include/CATIDs/ArcCATIDs.h" // component category IDs +#include "/Program Files (x86)/ArcGIS/DeveloperKit10.7/include/CATIDs/ArcCATIDs.h" // component category IDs #include "ConnectivitySolver.h" // ConnSolverPropPage diff --git a/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySolver.h b/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySolver.h index 9031cdcc..678aea6b 100644 --- a/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySolver.h +++ b/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySolver.h @@ -32,7 +32,7 @@ #pragma once #include "resource.h" // main symbols -#include "\Program Files (x86)\ArcGIS\DeveloperKit10.6\Include\CatIDs\ArcCATIDs.h" // component category IDs +#include "\Program Files (x86)\ArcGIS\DeveloperKit10.7\Include\CatIDs\ArcCATIDs.h" // component category IDs #include "DataStructures.h" #if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA) diff --git a/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySymbolizer.h b/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySymbolizer.h index 5f980c4a..e08aef2e 100644 --- a/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySymbolizer.h +++ b/Vcpp/Networks/customsolver/Visual_CPP/ConnectivitySymbolizer.h @@ -32,7 +32,7 @@ #pragma once #include "resource.h" // main symbols -#include "\Program Files (x86)\ArcGIS\DeveloperKit10.6\Include\CatIDs\ArcCATIDs.h" // component category IDs +#include "\Program Files (x86)\ArcGIS\DeveloperKit10.7\Include\CatIDs\ArcCATIDs.h" // component category IDs #if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA) #error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of it's single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms." diff --git a/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver.cpp b/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver.cpp index 6132178c..067f8066 100644 --- a/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver.cpp +++ b/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver.cpp @@ -34,7 +34,7 @@ #include "stdafx.h" #include "resource.h" -[importlib("\Program Files (x86)\ArcGIS\Desktop10.6\com\esrinetworkanalyst.olb")]; +[importlib("\Program Files (x86)\ArcGIS\Desktop10.7\com\esrinetworkanalyst.olb")]; // The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you [ module(dll, uuid = "{F25947D1-9C81-48A6-9BFF-CF9EB158FFD7}", diff --git a/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver2010.vcxproj b/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver2010.vcxproj index 1dafc942..4d09356b 100644 --- a/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver2010.vcxproj +++ b/Vcpp/Networks/customsolver/Visual_CPP/CustomSolver2010.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -20,22 +20,23 @@ CustomSolver AtlProj v4.5.2 + 10.0.17134.0 DynamicLibrary Dynamic Unicode - v140 + v141 DynamicLibrary Dynamic Unicode - v140 + v141 - v140 + v141 diff --git a/Vcpp/Networks/customsolver/Visual_CPP/stdafx.h b/Vcpp/Networks/customsolver/Visual_CPP/stdafx.h index c7ac015b..3893e6e6 100644 --- a/Vcpp/Networks/customsolver/Visual_CPP/stdafx.h +++ b/Vcpp/Networks/customsolver/Visual_CPP/stdafx.h @@ -25,7 +25,7 @@ // without modification, provided you include the original copyright // notice and use restrictions. // -// See the use restrictions at /DeveloperKit10.6/userestrictions.txt. +// See the use restrictions at /DeveloperKit10.7/userestrictions.txt. // @@ -97,26 +97,26 @@ using namespace ATL; // exclude("UINT_PTR", "IConvertCacheStorageFormatJob", "IMapCacheExporterJob") //import esriSystem.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriSystem.olb" named_guids no_namespace raw_interfaces_only no_implementation \ +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriSystem.olb" named_guids no_namespace raw_interfaces_only no_implementation \ exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") //import esriSystemUI.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriSystemUI.olb" named_guids no_namespace raw_interfaces_only no_implementation +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriSystemUI.olb" named_guids no_namespace raw_interfaces_only no_implementation //import esriFramework.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriFramework.olb" named_guids no_namespace raw_interfaces_only no_implementation \ +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriFramework.olb" named_guids no_namespace raw_interfaces_only no_implementation \ exclude("UINT_PTR") //import esriGeometry.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriGeometry.olb" named_guids no_namespace raw_interfaces_only no_implementation \ +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriGeometry.olb" named_guids no_namespace raw_interfaces_only no_implementation \ rename("ISegment", "ISegmentESRI") //import esriGeoDatabase.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriGeoDatabase.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriGeoDatabase.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids //import esriNetworkAnalyst.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriNetworkAnalyst.olb" named_guids, no_namespace, raw_interfaces_only, no_implementation +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriNetworkAnalyst.olb" named_guids, no_namespace, raw_interfaces_only, no_implementation //import esriDisplay.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriDisplay.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriDisplay.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids //import esriDataSourcesRaster.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriDataSourcesRaster.olb" raw_interfaces_only, raw_native_types, no_namespace, no_implementation named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriDataSourcesRaster.olb" raw_interfaces_only, raw_native_types, no_namespace, no_implementation named_guids //import esriCarto.olb -#import "\Program Files (x86)\ArcGIS\Desktop10.6\COM\esriCarto.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids \ +#import "\Program Files (x86)\ArcGIS\Desktop10.7\COM\esriCarto.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids \ exclude("UINT_PTR", "IConvertCacheStorageFormatJob", "IMapCacheExporterJob") // This is included below so we can refer to CLSID_, IID_, etc. defined within diff --git a/Vcpp/Raster/ReadMe.md b/Vcpp/Raster/ReadMe.md index dee71628..93da57bb 100644 --- a/Vcpp/Raster/ReadMe.md +++ b/Vcpp/Raster/ReadMe.md @@ -1,12 +1,12 @@ # arcobjects-sdk-community-samples # Topic: Raster -## ArcObjects SDK 10.6 +## ArcObjects SDK 10.7 ---------- This page was generated by a tool. Manual changes to this page are lost when the page is regenerated. -This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.6. The samples are demonstrating the key functions that are falling under the 'Raster' topic. +This repository contains ArcObjects SDK Samples for the ArcObjects SDK 10.7. The samples are demonstrating the key functions that are falling under the 'Raster' topic. ## Features diff --git a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.html b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.html index 15cb068b..b52b444b 100644 --- a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.html +++ b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.html @@ -26,8 +26,8 @@ Language: VC++ Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -36,7 +36,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.md b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.md index b49e12ee..d2c0f011 100644 --- a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.md +++ b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Readme.md @@ -8,8 +8,8 @@ Language: VC++ Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/RasterSlope2010.vcxproj b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/RasterSlope2010.vcxproj index 7b44cd84..ceacd51b 100644 --- a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/RasterSlope2010.vcxproj +++ b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/RasterSlope2010.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -15,20 +15,20 @@ {B93F2223-1803-47BF-8F3A-032214B0CFE6} RasterSlope v4.5.2 - 8.1 + 10.0.17134.0 Application false Unicode - v140 + v141 Application false Unicode - v140 + v141 diff --git a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/StdAfx.h b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/StdAfx.h index 06db1fc5..626d4598 100644 --- a/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/StdAfx.h +++ b/Vcpp/Raster/computing_the_slope_of_a_raster_dataset/Visual_CPP/StdAfx.h @@ -51,19 +51,19 @@ using namespace std; #pragma warning(disable : 4192) //import esriSystem.olb "libid:5E1F7BC3-67C5-4AEE-8EC6-C4B73AAC42ED" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") //import esriSystemUI.olb "libid:4ECCA6E2-B16B-4ACA-BD17-E74CAE4C150A" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystemUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_HANDLE", "OLE_COLOR") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystemUI.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_HANDLE", "OLE_COLOR") //import esriGeometry.olb "libid:C4B094C2-FF32-4FA1-ABCB-7820F8D6FB68" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_HANDLE", "OLE_COLOR") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_HANDLE", "OLE_COLOR") //import esriDisplay.olb "libid:59FCCD31-434C-4017-BDEF-DB4B7EDC9CE0" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_HANDLE", "OLE_COLOR"), rename("CMYK", "EsriDisplayCMYK"), rename("DrawText", "EsriDisplayDrawText"), rename ("RGB","EsriRGB"), rename("ResetDC", "EsriResetDC") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_HANDLE", "OLE_COLOR"), rename("CMYK", "EsriDisplayCMYK"), rename("DrawText", "EsriDisplayDrawText"), rename ("RGB","EsriRGB"), rename("ResetDC", "EsriResetDC") //import esriGeoDatabase.olb "libid:0475BDB1-E5B2-4CA2-9127-B4B1683E70C2" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE"), rename("GetMessage", "esriGeoDatabaseGetMessage") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE"), rename("GetMessage", "esriGeoDatabaseGetMessage") //import esriGeoAnalyst.olb "libid:5C54042B-B2ED-4889-8C40-2D89C19DB41D" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoAnalyst.olb" raw_interfaces_only raw_native_types no_namespace named_guids +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoAnalyst.olb" raw_interfaces_only raw_native_types no_namespace named_guids //import esriDataSourcesRaster.olb "libid:8F0541A3-D5BE-4B3F-A8D9-062D5579E19B" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDataSourcesRaster.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE"), rename("StartService", "esriDataSourcesRasterStartService") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDataSourcesRaster.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE"), rename("StartService", "esriDataSourcesRasterStartService") /* Engine Version support "libid:6FCCEDE0-179D-4D12-B586-58C88D26CA78" */ #import "\Program Files (x86)\Common Files\ArcGIS\bin\ArcGISVersion.dll" no_namespace raw_interfaces_only no_implementation rename("esriProductCode", "esriVersionProductCode") diff --git a/Vcpp/Raster/customgeoxform/Readme.html b/Vcpp/Raster/customgeoxform/Readme.html index a476cc60..3bd05f91 100644 --- a/Vcpp/Raster/customgeoxform/Readme.html +++ b/Vcpp/Raster/customgeoxform/Readme.html @@ -32,8 +32,8 @@ Language: VC++ Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` @@ -42,7 +42,7 @@ * [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm) * [Sample Data Download](../../releases) -* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm) +* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm) * [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/) ### Usage diff --git a/Vcpp/Raster/customgeoxform/Readme.md b/Vcpp/Raster/customgeoxform/Readme.md index 322f1871..a528284d 100644 --- a/Vcpp/Raster/customgeoxform/Readme.md +++ b/Vcpp/Raster/customgeoxform/Readme.md @@ -14,8 +14,8 @@ Language: VC++ Subject: Raster Organization: Esri, http://www.esri.com -Date: 11/17/2017 -ArcObjects SDK: 10.6 +Date: 12/13/2018 +ArcObjects SDK: 10.7 Visual Studio: 2015, 2017 .NET Target Framework: 4.5 ``` diff --git a/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform.idl b/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform.idl index 28b61e68..c58f8aac 100644 --- a/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform.idl +++ b/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform.idl @@ -16,10 +16,10 @@ library CustomXformLib //OLB path to \Program Files (x86)\ArcGIS for the samples to work. importlib("stdole32.tlb"); importlib("stdole2.tlb"); - importlib("C:\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb"); - importlib("C:\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb"); - importlib("C:\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoDataBase.olb"); - importlib("C:\Program Files (x86)\ArcGIS\Desktop10.6\com\esriCarto.olb"); + importlib("C:\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb"); + importlib("C:\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb"); + importlib("C:\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoDataBase.olb"); + importlib("C:\Program Files (x86)\ArcGIS\Desktop10.7\com\esriCarto.olb"); // Interfaces // ISimpleXForm Interface diff --git a/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform2010.vcxproj b/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform2010.vcxproj index 922b78fe..783df32c 100644 --- a/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform2010.vcxproj +++ b/Vcpp/Raster/customgeoxform/Visual_CPP/CustomXform2010.vcxproj @@ -1,5 +1,5 @@  - + Unicode Debug @@ -16,21 +16,21 @@ CustomXform AtlProj v4.5.2 - 8.1 + 10.0.17134.0 DynamicLibrary false Unicode - v140 + v141 DynamicLibrary false Dynamic Unicode - v140 + v141 @@ -62,14 +62,14 @@ Performing registration - if "%OS%"=="" goto NOTNT -if not "%OS%"=="Windows_NT" goto NOTNT -regsvr32 /s /c "$(TargetPath)" -echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" -goto end -:NOTNT -echo Warning : Cannot register Unicode DLL on Windows 95 -:end + if "%OS%"=="" goto NOTNT +if not "%OS%"=="Windows_NT" goto NOTNT +regsvr32 /s /c "$(TargetPath)" +echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" +goto end +:NOTNT +echo Warning : Cannot register Unicode DLL on Windows 95 +:end $(OutDir)regsvr32.trg;%(Outputs) diff --git a/Vcpp/Raster/customgeoxform/Visual_CPP/StdAfx.h b/Vcpp/Raster/customgeoxform/Visual_CPP/StdAfx.h index 18f14ba8..9650c8ca 100644 --- a/Vcpp/Raster/customgeoxform/Visual_CPP/StdAfx.h +++ b/Vcpp/Raster/customgeoxform/Visual_CPP/StdAfx.h @@ -56,13 +56,13 @@ extern CComModule _Module; #pragma warning(disable : 4192) //import esriSystem.olb "libid:5E1F7BC3-67C5-4AEE-8EC6-C4B73AAC42ED" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("min", "EsriSystemmin"), rename("max", "EsriSystemmax"), rename("XMLSerializer","EsriSystemXMLSerializer"), rename("GetObject", "EsriSystemGetObject"), rename("GetJob", "EsriSystemGetJob") //import esriGeometry.olb "libid:C4B094C2-FF32-4FA1-ABCB-7820F8D6FB68" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE") //import esriGeoDatabase.olb "libid:0475BDB1-E5B2-4CA2-9127-B4B1683E70C2" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("GetMessage", "esriGeoDatabaseGetMessage") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("GetMessage", "esriGeoDatabaseGetMessage") //import esriDataSourcesRaster.olb "libid:8F0541A3-D5BE-4B3F-A8D9-062D5579E19B" -#import "\Program Files (x86)\ArcGIS\Desktop10.6\com\esriDataSourcesRaster.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("StartService", "esriDataSourcesRasterStartService") +#import "\Program Files (x86)\ArcGIS\Desktop10.7\com\esriDataSourcesRaster.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE"), rename("StartService", "esriDataSourcesRasterStartService") #import "CustomXform.tlb"