实例介绍
c#+ae的各种功能实现例子很多很详细,渲染、查询、分析等都有。
【实例截图】
【核心代码】
ArcObjectsNet
└── ArcObjectsNet
├── AddInEditorExtension
│ ├── CSharp
│ │ ├── AddInEditorExtension2008.csproj
│ │ ├── AddInEditorExtension2008.sln
│ │ ├── AddInEditorExtension2010.csproj
│ │ ├── AddInEditorExtension2010.sln
│ │ ├── AddInEditorExtension2010.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AddInEditorExtension.dll
│ │ │ ├── AddInEditorExtension.esriAddIn
│ │ │ └── AddInEditorExtension.pdb
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── AddInEditorExtension.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── AddInEditorExtension2010.csproj.FileListAbsolute.txt
│ │ │ ├── AddInEditorExtension.dll
│ │ │ ├── AddInEditorExtension.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── esriAddIn
│ │ │ │ └── AddInID.txt
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── ValidateFeaturesExtension.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddInEditorExtension2008.sln
│ ├── AddInEditorExtension2008.vbproj
│ ├── AddInEditorExtension2010.sln
│ ├── AddInEditorExtension2010.vbproj
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── AddInEditorExtension.png
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ └── ValidateFeaturesExtension.vb
├── AddInExtensionPersist
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── PersistExtensionAddIn.png
│ │ ├── LogExtension.cs
│ │ ├── PersistExtensionAddIn2008.csproj
│ │ ├── PersistExtensionAddIn2008.sln
│ │ ├── PersistExtensionAddIn2010.csproj
│ │ ├── PersistExtensionAddIn2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── PersistExtensionAddIn.png
│ ├── LogExtension.vb
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── PersistExtensionAddIn2008.sln
│ ├── PersistExtensionAddIn2008.vbproj
│ ├── PersistExtensionAddIn2010.sln
│ └── PersistExtensionAddIn2010.vbproj
├── AddInTimeSeriesGraph
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── TimeSeriesGraphAddIn.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TimeSeriesGraphAddIn2008.csproj
│ │ ├── TimeSeriesGraphAddIn2008.sln
│ │ ├── TimeSeriesGraphAddIn2010.csproj
│ │ ├── TimeSeriesGraphAddIn2010.sln
│ │ ├── TimeSeriesGraphAddIn.cs
│ │ └── timeseries.tee
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── TimeSeriesGraphAddInVB.png
│ │ └── TimeSeriesGraph.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TimeSeriesGraphAddInVB2008.sln
│ ├── TimeSeriesGraphAddInVB2008.vbproj
│ ├── TimeSeriesGraphAddInVB2010.sln
│ ├── TimeSeriesGraphAddInVB2010.vbproj
│ ├── TimeSeriesGraph.vb
│ └── timeseries.tee
├── AlgorithmicColorRamp
│ ├── CSharp
│ │ └── AlgorithmicColorRampCS_NET_Addin
│ │ ├── AlgorithmicColorRamp2008.sln
│ │ ├── AlgorithmicColorRamp2010.sln
│ │ ├── AlgorithmicColorRamp2010.suo
│ │ └── AlgorithmicColorRampCS_NEW_Addin
│ │ ├── AlgorithmicColorRamp2008.csproj
│ │ ├── AlgorithmicColorRamp2010.csproj
│ │ ├── AlgorithmicColorRamp.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AlgorithmicColorRampCS.dll
│ │ │ ├── AlgorithmicColorRampCS.esriAddIn
│ │ │ ├── AlgorithmicColorRampCS.pdb
│ │ │ ├── ESRI.ArcGIS.3DAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.3DAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.ADF.Local.dll
│ │ │ ├── ESRI.ArcGIS.ADF.Local.xml
│ │ │ ├── ESRI.ArcGIS.Animation.dll
│ │ │ ├── ESRI.ArcGIS.Animation.xml
│ │ │ ├── ESRI.ArcGIS.Carto.dll
│ │ │ ├── ESRI.ArcGIS.Carto.xml
│ │ │ ├── ESRI.ArcGIS.Display.dll
│ │ │ ├── ESRI.ArcGIS.Display.xml
│ │ │ ├── ESRI.ArcGIS.Geometry.dll
│ │ │ ├── ESRI.ArcGIS.Geometry.xml
│ │ │ ├── ESRI.ArcGIS.GlobeCore.dll
│ │ │ ├── ESRI.ArcGIS.GlobeCore.xml
│ │ │ ├── ESRI.ArcGIS.SystemUI.dll
│ │ │ └── ESRI.ArcGIS.SystemUI.xml
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── frmAlgorithmicColorRamp.cs
│ │ ├── frmAlgorithmicColorRamp.Designer.cs
│ │ ├── frmAlgorithmicColorRamp.resx
│ │ ├── Images
│ │ │ └── AlgorithmicColorRamp2008.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── AlgorithmicColorRamp2010.csproj.FileListAbsolute.txt
│ │ │ ├── AlgorithmicColorRampCS.dll
│ │ │ ├── AlgorithmicColorRampCS.pdb
│ │ │ ├── AlgorithmicColorRamp.frmAlgorithmicColorRamp.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── esriAddIn
│ │ │ │ └── AddInID.txt
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ └── AlgorithmicColorRampVB_NET_Addin
│ ├── AlgorithmicColorRamp2008.sln
│ ├── AlgorithmicColorRamp2010.sln
│ └── AlgorithmicColorRampVB_NET_Addin
│ ├── AlgorithmicColorRamp2008.vbproj
│ ├── AlgorithmicColorRamp2010.vbproj
│ ├── AlgorithmicColorRamp.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── frmAlgorithmicColorRamp.Designer.vb
│ ├── frmAlgorithmicColorRamp.resx
│ ├── frmAlgorithmicColorRamp.vb
│ ├── Images
│ │ └── AlgorithmicColorRamp2008.png
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── AngleAngleConstructor
│ ├── CSharp
│ │ ├── AngleAngle2008.csproj
│ │ ├── AngleAngle2008.sln
│ │ ├── AngleAngle2010.csproj
│ │ ├── AngleAngle2010.sln
│ │ ├── AngleAngle.bmp
│ │ ├── AngleAngleCmd.cs
│ │ ├── AngleAngleCstr.cs
│ │ ├── cross.cur
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AngleAngle2008.sln
│ ├── AngleAngle2008.vbproj
│ ├── AngleAngle2010.sln
│ ├── AngleAngle2010.vbproj
│ ├── AngleAngleCmd.bmp
│ ├── AngleAngleCmd.vb
│ ├── AngleAngleCstr.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── AnimationLayerEffects
│ ├── CSharp
│ │ ├── AnimationTypeLayerEffects.cs
│ │ ├── LayerEffectsAnimation2008.csproj
│ │ ├── LayerEffectsAnimation2008.sln
│ │ ├── LayerEffectsAnimation2010.csproj
│ │ ├── LayerEffectsAnimation2010.sln
│ │ ├── MapLayerEffectsKeyframe.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AnimationTypeLayerEffects.vb
│ ├── LayerEffectsAnimation2008.sln
│ ├── LayerEffectsAnimation2008.vbproj
│ ├── LayerEffectsAnimation2010.sln
│ ├── LayerEffectsAnimation2010.vbproj
│ ├── MapLayerEffectsKeyframe.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── AnimationMoveGraphicAlongPath
│ ├── CSharp
│ │ ├── AnimationTypeMapGraphic.cs
│ │ ├── AnimationUtils.cs
│ │ ├── cmdMoveGraphicAlongPath.bmp
│ │ ├── cmdMoveGraphicAlongPath.cs
│ │ ├── frmCreateGraphicTrackOptions.cs
│ │ ├── frmCreateGraphicTrackOptions.Designer.cs
│ │ ├── frmCreateGraphicTrackOptions.resx
│ │ ├── frmPropertyPage.cs
│ │ ├── frmPropertyPage.Designer.cs
│ │ ├── frmPropertyPage.resx
│ │ ├── MapGraphicKeyframe.cs
│ │ ├── MapGraphicTrackExtension.cs
│ │ ├── MapGraphicTrackPropPage.cs
│ │ ├── MoveGraphicAlongPath2008.csproj
│ │ ├── MoveGraphicAlongPath2008.sln
│ │ ├── MoveGraphicAlongPath2010.csproj
│ │ ├── MoveGraphicAlongPath2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AnimationTypeMapGraphic.vb
│ ├── AnimationUtils.vb
│ ├── cmdMoveGraphicAlongPath.bmp
│ ├── cmdMoveGraphicAlongPath.vb
│ ├── frmCreateGraphicTrackOptions.Designer.vb
│ ├── frmCreateGraphicTrackOptions.resx
│ ├── frmCreateGraphicTrackOptions.vb
│ ├── frmPropertyPage.Designer.vb
│ ├── frmPropertyPage.resx
│ ├── frmPropertyPage.vb
│ ├── MapGraphicKeyframe.vb
│ ├── MapGraphicTrackExtension.vb
│ ├── MapGraphicTrackPropPage.vb
│ ├── MoveGraphicAlongPath2008.sln
│ ├── MoveGraphicAlongPath2008.vbproj
│ ├── MoveGraphicAlongPath2010.sln
│ ├── MoveGraphicAlongPath2010.vbproj
│ └── My Project
│ └── AssemblyInfo.vb
├── ApplyOffsetToATimeAwareLayer
│ ├── CSharp
│ │ ├── ApplyOffsetToATimeAwareLayer2008.csproj
│ │ ├── ApplyOffsetToATimeAwareLayer2008.sln
│ │ ├── ApplyOffsetToATimeAwareLayer2010.csproj
│ │ ├── ApplyOffsetToATimeAwareLayer2010.sln
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── ApplyOffsetToATimeAwareLayer2008.png
│ │ │ └── TimeOffsetButton.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── TimeOffsetButton.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ApplyOffsetToATimeAwareLayer2008.sln
│ ├── ApplyOffsetToATimeAwareLayer2008.vbproj
│ ├── ApplyOffsetToATimeAwareLayer2010.sln
│ ├── ApplyOffsetToATimeAwareLayer2010.vbproj
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── ApplyOffsetToATimeAwareLayer2008.png
│ │ └── TimeOffsetButton.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── TimeOffsetButton.vb
├── ARControlAttributeQuery
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── AttributeQuery2008.csproj
│ │ ├── AttributeQuery2008.sln
│ │ ├── AttributeQuery2010.csproj
│ │ ├── AttributeQuery2010.sln
│ │ ├── AttributeQuery.cs
│ │ └── AttributeQuery.resx
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AssemblyInfo.vb
│ ├── AttributeQuery2008.sln
│ ├── AttributeQuery2008.vbproj
│ ├── AttributeQuery2010.sln
│ ├── AttributeQuery2010.vbproj
│ ├── AttributeQuery.resx
│ └── AttributeQuery.vb
├── ARControlDocumentProperties
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── browse.bmp
│ │ ├── DocumentProperties2008.csproj
│ │ ├── DocumentProperties2008.sln
│ │ ├── DocumentProperties2010.csproj
│ │ ├── DocumentProperties2010.sln
│ │ ├── DocumentProperties.cs
│ │ ├── DocumentProperties.resx
│ │ └── properti.bmp
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AssemblyInfo.vb
│ ├── browse.bmp
│ ├── DocumentProperties2008.sln
│ ├── DocumentProperties2008.vbproj
│ ├── DocumentProperties2010.sln
│ ├── DocumentProperties2010.vbproj
│ ├── DocumentProperties.resx
│ ├── DocumentProperties.vb
│ └── properti.bmp
├── ARControlMapTools
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── FullExtent.bmp
│ │ ├── MapTools2008.csproj
│ │ ├── MapTools2008.sln
│ │ ├── MapTools2010.csproj
│ │ ├── MapTools2010.sln
│ │ ├── MapTools.cs
│ │ ├── MapTools.resx
│ │ ├── Pan.bmp
│ │ ├── ReDoDraw.bmp
│ │ ├── UnDoDraw.bmp
│ │ ├── ZoomIn.bmp
│ │ └── ZoomOut.bmp
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AssemblyInfo.vb
│ ├── FullExtent.bmp
│ ├── MapTools2008.sln
│ ├── MapTools2008.vbproj
│ ├── MapTools2010.sln
│ ├── MapTools2010.vbproj
│ ├── MapTools.resX
│ ├── MapTools.vb
│ ├── Pan.bmp
│ ├── ReDoDraw.bmp
│ ├── UnDoDraw.bmp
│ ├── ZoomIn.bmp
│ └── ZoomOut.bmp
├── ARControlSpatialQuery
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.MSFlexGridLib.dll
│ │ │ ├── Interop.MSFlexGridLib.dll
│ │ │ ├── Query.exe
│ │ │ ├── Query.pdb
│ │ │ ├── Query.vshost.exe
│ │ │ └── Query.vshost.exe.manifest
│ │ ├── browse.bmp
│ │ ├── find.bmp
│ │ ├── FullExtent.bmp
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── AxInterop.MSFlexGridLib.dll
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Interop.MSFlexGridLib.dll
│ │ │ ├── Query.exe
│ │ │ ├── Query.pdb
│ │ │ ├── Query.SpatialQuery.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SpatialQuery2010.csproj.FileListAbsolute.txt
│ │ │ └── SpatialQuery2010.csproj.ResolveComReference.cache
│ │ ├── Pan.bmp
│ │ ├── SpatialQuery2008.csproj
│ │ ├── SpatialQuery2008.sln
│ │ ├── SpatialQuery2010.csproj
│ │ ├── SpatialQuery2010.sln
│ │ ├── SpatialQuery2010.suo
│ │ ├── SpatialQuery.cs
│ │ ├── SpatialQuery.resx
│ │ ├── ZoomIn.bmp
│ │ └── ZoomOut.bmp
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AssemblyInfo.vb
│ ├── browse.bmp
│ ├── find.bmp
│ ├── FullExtent.bmp
│ ├── Pan.bmp
│ ├── SpatialQuery2008.sln
│ ├── SpatialQuery2008.vbproj
│ ├── SpatialQuery2010.sln
│ ├── SpatialQuery2010.vbproj
│ ├── SpatialQuery.resX
│ ├── SpatialQuery.vb
│ ├── ZoomIn.bmp
│ └── ZoomOut.bmp
├── ARGlobeControlDocumentProperties
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── browse.bmp
│ │ ├── DocumentProperties2008.csproj
│ │ ├── DocumentProperties2008.sln
│ │ ├── DocumentProperties2010.csproj
│ │ ├── DocumentProperties2010.sln
│ │ ├── DocumentProperties.cs
│ │ ├── DocumentProperties.resx
│ │ └── properti.bmp
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AssemblyInfo.vb
│ ├── browse.bmp
│ ├── DocumentProperties2008.sln
│ ├── DocumentProperties2008.vbproj
│ ├── DocumentProperties2010.sln
│ ├── DocumentProperties2010.vbproj
│ ├── DocumentProperties.resx
│ ├── DocumentProperties.vb
│ └── properti.bmp
├── ARGlobeControlGlobeTools
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── GlobeTools2008.csproj
│ │ ├── GlobeTools2008.sln
│ │ ├── GlobeTools2010.csproj
│ │ ├── GlobeTools2010.sln
│ │ ├── GlobeTools.cs
│ │ └── GlobeTools.resx
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AssemblyInfo.vb
│ ├── GlobeTools2008.sln
│ ├── GlobeTools2008.vbproj
│ ├── GlobeTools2010.sln
│ ├── GlobeTools2010.vbproj
│ ├── GlobeTools.resx
│ └── GlobeTools.vb
├── ARGlobeControlPlayAnimation
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── PlayAnimation2008.csproj
│ │ ├── PlayAnimation2008.sln
│ │ ├── PlayAnimation2010.csproj
│ │ ├── PlayAnimation2010.sln
│ │ ├── PlayAnimation.cs
│ │ ├── PlayAnimation.Designer.cs
│ │ ├── PlayAnimation.resx
│ │ └── Program.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── PlayAnimation2008.sln
│ ├── PlayAnimation2008.vbproj
│ ├── PlayAnimation2010.sln
│ ├── PlayAnimation2010.vbproj
│ ├── PlayAnimation.Designer.vb
│ ├── PlayAnimation.resx
│ └── PlayAnimation.vb
├── ARGlobeControlSpinGlobe
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SpinGlobe.exe
│ │ │ ├── SpinGlobe.pdb
│ │ │ ├── SpinGlobe.vshost.exe
│ │ │ └── SpinGlobe.vshost.exe.manifest
│ │ ├── browse.bmp
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SpinGlobe2010.csproj.FileListAbsolute.txt
│ │ │ ├── SpinGlobe.exe
│ │ │ ├── SpinGlobe.pdb
│ │ │ └── SpinGlobe.SpinGlobe.resources
│ │ ├── spin_clockwise.bmp
│ │ ├── spin_counterclockwise.bmp
│ │ ├── SpinGlobe2008.csproj
│ │ ├── SpinGlobe2008.sln
│ │ ├── SpinGlobe2010.csproj
│ │ ├── SpinGlobe2010.sln
│ │ ├── SpinGlobe2010.suo
│ │ ├── SpinGlobe.cs
│ │ ├── SpinGlobe.resx
│ │ └── spin_stop.bmp
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── spin_clockwise.bmp
│ ├── spin_counterclockwise.bmp
│ ├── SpinGlobe2008.sln
│ ├── SpinGlobe2008.vbproj
│ ├── SpinGlobe2010.sln
│ ├── SpinGlobe2010.vbproj
│ ├── SpinGlobe.resx
│ ├── SpinGlobe.vb
│ └── spin_stop.bmp
├── Brushing
│ ├── CSharp
│ │ └── BrushingCS_NET_Addin
│ │ ├── Brushing2008.sln
│ │ ├── Brushing2010.sln
│ │ └── BrushingCS_NET_Addin
│ │ ├── Brushing2008.csproj
│ │ ├── Brushing2010.csproj
│ │ ├── BrushingCS.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── Brushing_Addin.png
│ │ │ ├── BrushingCS.cur
│ │ │ ├── BrushingCS.png
│ │ │ └── Thumbs.db
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ └── BrushingVB_NET_Addin
│ ├── Brushing2008.sln
│ ├── Brushing2010.sln
│ └── BrushingVB_NET_Addin
│ ├── Brushing2008.vbproj
│ ├── Brushing2010.vbproj
│ ├── BrushingVB.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── Brushing_Addin.png
│ │ ├── BrushingCS.cur
│ │ ├── BrushingCS.png
│ │ └── Thumbs.db
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CameraFlybyFromPath
│ ├── CSharp
│ │ ├── cameraflybyfrompath
│ │ │ ├── CameraFlybyFromPath2008.csproj
│ │ │ ├── CameraFlybyFromPath2010.csproj
│ │ │ ├── clsCameraFlyby.cs
│ │ │ ├── Config.Designer.cs
│ │ │ ├── Config.esriaddinx
│ │ │ ├── frmCameraPath.cs
│ │ │ ├── frmCameraPath.resx
│ │ │ ├── Images
│ │ │ │ ├── CameraFlybyFromPath.png
│ │ │ │ └── clsCameraFlyby.png
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CameraFlybyFromPath2008.sln
│ │ └── CameraFlybyFromPath2010.sln
│ ├── ReadMe.htm
│ └── VBNET
│ ├── cameraflybyfrompath2008.sln
│ ├── CameraFlybyFromPath2008.vbproj
│ ├── cameraflybyfrompath2010.sln
│ ├── CameraFlybyFromPath2010.vbproj
│ ├── clsCameraFlyby.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── frmCameraPath.resx
│ ├── frmCameraPath.vb
│ ├── Images
│ │ ├── CameraFlybyFromPath.png
│ │ └── clsCameraFlyby.png
│ └── Properties
│ └── AssemblyInfo.vb
├── ClonableObject
│ ├── CSharp
│ │ ├── ClonableObjClass.cs
│ │ ├── ClonableObject2008.csproj
│ │ ├── ClonableObject2008.sln
│ │ ├── ClonableObject2010.csproj
│ │ ├── ClonableObject2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── TestApp
│ │ ├── LicenseInitializer.cs
│ │ ├── LicenseInitializer.Designer.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestApp2008.csproj
│ │ ├── TestApp2010.csproj
│ │ └── TestClass.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ClonableObjClass.vb
│ ├── ClonableObject2008.sln
│ ├── ClonableObject2008.vbproj
│ ├── ClonableObject2010.sln
│ ├── ClonableObject2010.vbproj
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ └── TestApp
│ ├── LicenseInitializer.Designer.vb
│ ├── LicenseInitializer.vb
│ ├── Program.vb
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── TestApp2008.vbproj
│ ├── TestApp2010.vbproj
│ └── TestClass.vb
├── ClosestFacilitySolver
│ ├── CSharp
│ │ ├── ClosestFacilitySolver2008.csproj
│ │ ├── ClosestFacilitySolver2008.sln
│ │ ├── ClosestFacilitySolver2010.csproj
│ │ ├── ClosestFacilitySolver2010.sln
│ │ ├── frmClosestFacilitySolver.cs
│ │ ├── frmClosestFacilitySolver.Designer.cs
│ │ ├── frmClosestFacilitySolver.resx
│ │ ├── LicenseInitializer.cs
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNET
│ ├── ClosestFacilitySolver2008.sln
│ ├── ClosestFacilitySolver2008.vbproj
│ ├── ClosestFacilitySolver2010.sln
│ ├── ClosestFacilitySolver2010.vbproj
│ ├── frmClosestFacilitySolver.Designer.vb
│ ├── frmClosestFacilitySolver.resx
│ ├── frmClosestFacilitySolver.vb
│ ├── LicenseInitializer.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── Program.vb
├── ClosestIntersectionFromPoint
│ ├── CSharp
│ │ ├── ClosestIntersectionFromPoint
│ │ │ ├── ClosestIntersectionFromPoint2008.csproj
│ │ │ ├── ClosestIntersectionFromPoint2010.csproj
│ │ │ ├── FindClosestIntersection.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ClosestIntersectionFromPoint2008.sln
│ │ └── ClosestIntersectionFromPoint2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ClosestIntersectionFromPoint
│ │ ├── ClosestIntersectionFromPoint2008.vbproj
│ │ ├── ClosestIntersectionFromPoint2010.vbproj
│ │ ├── FindClosestIntersection.vb
│ │ └── My Project
│ │ └── AssemblyInfo.vb
│ ├── ClosestIntersectionFromPoint2008.sln
│ └── ClosestIntersectionFromPoint2010.sln
├── CommandInheritingBaseCommand
│ ├── CSharp
│ │ ├── CommandInheritingBaseCommand
│ │ │ ├── CommandInheritingBaseCommand2008.csproj
│ │ │ ├── CommandInheritingBaseCommand2010.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ZoomToLayer.bmp
│ │ │ └── ZoomToLayer.cs
│ │ ├── CommandInheritingBaseCommand2008.sln
│ │ └── CommandInheritingBaseCommand2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CommandInheritingBaseCommand
│ │ ├── CommandInheritingBaseCommand2008.vbproj
│ │ ├── CommandInheritingBaseCommand2010.vbproj
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── ZoomToLayer.bmp
│ │ └── ZoomToLayer.vb
│ ├── CommandInheritingBaseCommand2008.sln
│ └── CommandInheritingBaseCommand2010.sln
├── ControlsCommandsCulturalResources
│ ├── CSharp
│ │ ├── Controls
│ │ │ ├── assemblyinfo.cs
│ │ │ ├── Controls2008.csproj
│ │ │ ├── Controls2010.csproj
│ │ │ ├── CulturalResources.cs
│ │ │ └── CulturalResources.resx
│ │ ├── CulturalResources2008.sln
│ │ ├── CulturalResources2010.sln
│ │ └── CulturalSamples
│ │ ├── AssemblyInfo.cs
│ │ ├── clockdefault.bmp
│ │ ├── clockfrance.bmp
│ │ ├── clockspain.bmp
│ │ ├── clockusa.bmp
│ │ ├── countrydefault.bmp
│ │ ├── countryfrance.bmp
│ │ ├── countryspain.bmp
│ │ ├── countryusa.bmp
│ │ ├── CulturalSamples2008.csproj
│ │ ├── CulturalSamples2010.csproj
│ │ ├── CultureCommand.cs
│ │ ├── CultureMenu.cs
│ │ ├── CultureTool.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.en-US.resX
│ │ ├── Resources.es-ES.resX
│ │ ├── Resources.fr-FR.resX
│ │ └── Resources.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Controls
│ │ ├── AssemblyInfo.vb
│ │ ├── Controls2008.vbproj
│ │ ├── Controls2010.vbproj
│ │ ├── CulturalResources.resx
│ │ └── CulturalResources.vb
│ ├── CulturalResources2008.sln
│ ├── CulturalResources2010.sln
│ └── CulturalSamples
│ ├── AssemblyInfo.vb
│ ├── clockdefault.bmp
│ ├── clockfrance.bmp
│ ├── clockspain.bmp
│ ├── clockusa.bmp
│ ├── countrydefault.bmp
│ ├── countryfrance.bmp
│ ├── countryspain.bmp
│ ├── countryusa.bmp
│ ├── CultureCommand.vb
│ ├── CultureMenu.vb
│ ├── CultureSamples2008.vbproj
│ ├── CultureSamples2010.vbproj
│ ├── CultureTool.vb
│ ├── Resources.Designer.vb
│ ├── Resources.en-US.resX
│ ├── Resources.es-ES.resX
│ ├── Resources.fr-FR.resX
│ └── Resources.resX
├── ControlsCommandsEnvironment
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── CommandsEnvironment2008.csproj
│ │ ├── CommandsEnvironment2008.sln
│ │ ├── CommandsEnvironment2010.csproj
│ │ ├── CommandsEnvironment2010.sln
│ │ ├── CommandsEnvironment.cs
│ │ └── CommandsEnvironment.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── CommandsEnvironment2008.sln
│ ├── CommandsEnvironment2008.vbproj
│ ├── CommandsEnvironment2010.sln
│ ├── CommandsEnvironment2010.vbproj
│ ├── CommandsEnvironment.resx
│ └── CommandsEnvironment.vb
├── ControlsCommandsFeatureEditing
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── EditProperties2.cs
│ │ ├── EditProperties2.resx
│ │ ├── EditProperties.cs
│ │ ├── EditProperties.resx
│ │ ├── FeatureEditing2008.csproj
│ │ ├── FeatureEditing2008.sln
│ │ ├── FeatureEditing2010.csproj
│ │ ├── FeatureEditing2010.sln
│ │ ├── FeatureEditing.cs
│ │ └── FeatureEditing.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── EditProperties2.resx
│ ├── EditProperties2.vb
│ ├── EditProperties.resx
│ ├── EditProperties.vb
│ ├── FeatureEditing2008.sln
│ ├── FeatureEditing2008.vbproj
│ ├── FeatureEditing2010.sln
│ ├── FeatureEditing2010.vbproj
│ ├── FeatureEditing.resx
│ └── FeatureEditing.vb
├── ControlsCommandsHookActions
│ ├── CSharp
│ │ ├── HookActions2008.csproj
│ │ ├── HookActions2008.sln
│ │ ├── HookActions2010.csproj
│ │ ├── HookActions2010.sln
│ │ ├── hookActionsCallout.cs
│ │ ├── HookActions.cs
│ │ ├── HookActions.Designer.cs
│ │ ├── hookActionsFlash.cs
│ │ ├── hookActionsGraphic.cs
│ │ ├── hookActionsLabel.cs
│ │ ├── hookActionsPan.cs
│ │ ├── HookActions.resx
│ │ ├── hookActionsZoom.cs
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── HookActions2008.sln
│ ├── HookActions2008.vbproj
│ ├── HookActions2010.sln
│ ├── HookActions2010.vbproj
│ ├── hookActionsCallout.vb
│ ├── HookActions.Designer.vb
│ ├── hookActionsFlash.vb
│ ├── hookActionsGraphic.vb
│ ├── hookActionsLabel.vb
│ ├── hookActionsPan.vb
│ ├── HookActions.resx
│ ├── HookActions.vb
│ ├── hookActionsZoom.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── ControlsCommandsInkSketchCommit
│ ├── CSharp
│ │ ├── assemblyinfo.cs
│ │ ├── InkSketchCommit2008.csproj
│ │ ├── InkSketchCommit2008.sln
│ │ ├── InkSketchCommit2010.csproj
│ │ ├── InkSketchCommit2010.sln
│ │ ├── InkSketchCommit.cs
│ │ └── InkSketchCommit.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── InkSketchCommit2008.sln
│ ├── InkSketchCommit2008.vbproj
│ ├── InkSketchCommit2010.sln
│ ├── InkSketchCommit2010.vbproj
│ ├── InkSketchCommit.resx
│ └── InkSketchCommit.vb
├── ControlsCommandsPanZoomCommands
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── FixedZoomIn.cs
│ │ ├── FixedZoomOut.cs
│ │ ├── FullExtent.bmp
│ │ ├── FullExtent.cs
│ │ ├── GoBackToPreviousExtent.cs
│ │ ├── GoToNextExtent.cs
│ │ ├── Hand.cur
│ │ ├── MoveHand.cur
│ │ ├── MoveZoomIn.cur
│ │ ├── MoveZoomOut.cur
│ │ ├── Pan.bmp
│ │ ├── Pan.cs
│ │ ├── PanDown.bmp
│ │ ├── PanDown.cs
│ │ ├── PanLeft.bmp
│ │ ├── PanLeft.cs
│ │ ├── PanRight.bmp
│ │ ├── PanRight.cs
│ │ ├── PanUp.bmp
│ │ ├── PanUp.cs
│ │ ├── PanZoom2008.csproj
│ │ ├── PanZoom2008.sln
│ │ ├── PanZoom2010.csproj
│ │ ├── PanZoom2010.sln
│ │ ├── ReDoDraw.bmp
│ │ ├── UnDoDraw.bmp
│ │ ├── ZoomIn.bmp
│ │ ├── ZoomIn.cs
│ │ ├── ZoomIn.cur
│ │ ├── zoominfxd.bmp
│ │ ├── ZoomOut.bmp
│ │ ├── ZoomOut.cs
│ │ ├── ZoomOut.cur
│ │ └── zoomoutfxd.bmp
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── FixedZoomIn.vb
│ ├── FixedZoomOut.vb
│ ├── FullExtent.bmp
│ ├── FullExtent.vb
│ ├── GoBackToPreviousExtent.vb
│ ├── GoToNextExtent.vb
│ ├── Hand.cur
│ ├── MoveHand.cur
│ ├── MoveZoomIn.cur
│ ├── MoveZoomOut.cur
│ ├── Pan.bmp
│ ├── PanDown.bmp
│ ├── PanDown.vb
│ ├── PanLeft.bmp
│ ├── PanLeft.vb
│ ├── PanRight.bmp
│ ├── PanRight.vb
│ ├── PanUp.bmp
│ ├── PanUp.vb
│ ├── Pan.vb
│ ├── PanZoomVBNET2008.sln
│ ├── PanZoomVBNET2008.vbproj
│ ├── PanZoomVBNET2010.sln
│ ├── PanZoomVBNET2010.vbproj
│ ├── ReDoDraw.bmp
│ ├── UnDoDraw.bmp
│ ├── ZoomIn.bmp
│ ├── ZoomIn.cur
│ ├── zoominfxd.bmp
│ ├── ZoomIn.vb
│ ├── ZoomOut.bmp
│ ├── ZoomOut.cur
│ ├── zoomoutfxd.bmp
│ └── ZoomOut.vb
├── ControlsCommandsSceneCommands
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── expand.bmp
│ │ ├── ExpandFOV.cs
│ │ ├── fly1.cur
│ │ ├── fly.bmp
│ │ ├── Fly.cs
│ │ ├── fly.cur
│ │ ├── fullextent.bmp
│ │ ├── FullExtent.cs
│ │ ├── gesture.cur
│ │ ├── HAND.CUR
│ │ ├── movehand.cur
│ │ ├── narrow.bmp
│ │ ├── NarrowFOV.cs
│ │ ├── Navigate.cs
│ │ ├── Navigation.bmp
│ │ ├── navigation.cur
│ │ ├── observer.bmp
│ │ ├── observer.cur
│ │ ├── pan.bmp
│ │ ├── Pan.cs
│ │ ├── sceneTools2008.csproj
│ │ ├── sceneTools2008.sln
│ │ ├── sceneTools2010.csproj
│ │ ├── sceneTools2010.sln
│ │ ├── select.bmp
│ │ ├── SelectFeatures.bmp
│ │ ├── SelectFeatures.cs
│ │ ├── SelectFeatures.cur
│ │ ├── SelectGraphics.cs
│ │ ├── selectGraphics.cur
│ │ ├── SetObserver.cs
│ │ ├── TargetCenter.bmp
│ │ ├── TargetCenter.cs
│ │ ├── targetcenter.cur
│ │ ├── TargetZoom.bmp
│ │ ├── TargetZoom.cs
│ │ ├── targetzoom.cur
│ │ ├── ZoomIn.bmp
│ │ ├── ZoomIn.cs
│ │ ├── ZoomIn.cur
│ │ ├── ZoomInOut.bmp
│ │ ├── ZoomInOut.cs
│ │ ├── ZOOMINOUT.CUR
│ │ ├── zoomout.bmp
│ │ ├── ZoomOut.cs
│ │ └── ZOOMOUT.CUR
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── expand.bmp
│ ├── ExpandFOV.vb
│ ├── fly1.cur
│ ├── fly.bmp
│ ├── fly.cur
│ ├── Fly.vb
│ ├── fullextent.bmp
│ ├── FullExtent.vb
│ ├── gesture.cur
│ ├── HAND.CUR
│ ├── movehand.cur
│ ├── narrow.bmp
│ ├── NarrowFOV.vb
│ ├── Navigate.vb
│ ├── Navigation.bmp
│ ├── navigation.cur
│ ├── observer.bmp
│ ├── observer.cur
│ ├── pan.bmp
│ ├── Pan.vb
│ ├── SceneToolsVB2008.sln
│ ├── SceneToolsVB2008.vbproj
│ ├── SceneToolsVB2010.sln
│ ├── SceneToolsVB2010.vbproj
│ ├── select.bmp
│ ├── SelectFeatures.bmp
│ ├── SelectFeatures.cur
│ ├── SelectFeatures.vb
│ ├── selectGraphics.cur
│ ├── SelectGraphics.vb
│ ├── SetObserver.vb
│ ├── TargetCenter.bmp
│ ├── targetcenter.cur
│ ├── TargetCenter.vb
│ ├── TargetZoom.bmp
│ ├── targetzoom.cur
│ ├── TargetZoom.vb
│ ├── ZoomIn.bmp
│ ├── ZoomIn.cur
│ ├── ZoomInOut.bmp
│ ├── ZOOMINOUT.CUR
│ ├── ZoomInOut.vb
│ ├── ZoomIn.vb
│ ├── zoomout.bmp
│ ├── ZOOMOUT.CUR
│ └── ZoomOut.vb
├── ControlsCommandsSelectCommands
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ClearFeatureSelection.cs
│ │ ├── ClearSelection.bmp
│ │ ├── ESRI.ArcGIS.3DAnalyst.dll
│ │ ├── ESRI.ArcGIS.3DAnalyst.xml
│ │ ├── ESRI.ArcGIS.ADF.Local.dll
│ │ ├── ESRI.ArcGIS.ADF.Local.xml
│ │ ├── ESRI.ArcGIS.Animation.dll
│ │ ├── ESRI.ArcGIS.Animation.xml
│ │ ├── ESRI.ArcGIS.Carto.dll
│ │ ├── ESRI.ArcGIS.Carto.xml
│ │ ├── ESRI.ArcGIS.Controls.dll
│ │ ├── ESRI.ArcGIS.Controls.xml
│ │ ├── ESRI.ArcGIS.DataSourcesFile.dll
│ │ ├── ESRI.ArcGIS.DataSourcesFile.xml
│ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.dll
│ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.xml
│ │ ├── ESRI.ArcGIS.DataSourcesRaster.dll
│ │ ├── ESRI.ArcGIS.DataSourcesRaster.xml
│ │ ├── ESRI.ArcGIS.Display.dll
│ │ ├── ESRI.ArcGIS.Display.xml
│ │ ├── ESRI.ArcGIS.GeoAnalyst.dll
│ │ ├── ESRI.ArcGIS.GeoAnalyst.xml
│ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.dll
│ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.xml
│ │ ├── ESRI.ArcGIS.Geodatabase.dll
│ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.dll
│ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.xml
│ │ ├── ESRI.ArcGIS.Geodatabase.xml
│ │ ├── ESRI.ArcGIS.Geometry.dll
│ │ ├── ESRI.ArcGIS.Geometry.xml
│ │ ├── ESRI.ArcGIS.Geoprocessing.dll
│ │ ├── ESRI.ArcGIS.Geoprocessing.xml
│ │ ├── ESRI.ArcGIS.GISClient.dll
│ │ ├── ESRI.ArcGIS.GISClient.xml
│ │ ├── ESRI.ArcGIS.GlobeCore.dll
│ │ ├── ESRI.ArcGIS.GlobeCore.xml
│ │ ├── ESRI.ArcGIS.NetworkAnalyst.dll
│ │ ├── ESRI.ArcGIS.NetworkAnalyst.xml
│ │ ├── ESRI.ArcGIS.Output.dll
│ │ ├── ESRI.ArcGIS.Output.xml
│ │ ├── ESRI.ArcGIS.Server.dll
│ │ ├── ESRI.ArcGIS.Server.xml
│ │ ├── ESRI.ArcGIS.System.dll
│ │ ├── ESRI.ArcGIS.SystemUI.dll
│ │ ├── ESRI.ArcGIS.SystemUI.xml
│ │ ├── ESRI.ArcGIS.System.xml
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── SelectCommands2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── SelectCommands.dll
│ │ │ │ └── SelectCommands.pdb
│ │ │ └── SelectCommands2010.csproj.UnmanagedRegistration.cache
│ │ ├── SelectCommands2008.csproj
│ │ ├── SelectCommands2008.sln
│ │ ├── SelectCommands2010.csproj
│ │ ├── SelectCommands2010.sln
│ │ ├── SelectCommands2010.suo
│ │ ├── SelectCommands.dll
│ │ ├── SelectCommands.pdb
│ │ ├── SelectCommands.tlb
│ │ ├── SelectFeatures.bmp
│ │ ├── SelectFeatures.cs
│ │ └── SelectFeatures.cur
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── ClearFeatureSelection.vb
│ ├── ClearSelection.bmp
│ ├── Select2008.sln
│ ├── Select2008.vbproj
│ ├── Select2010.sln
│ ├── Select2010.vbproj
│ ├── SelectFeatures.bmp
│ ├── SelectFeatures.cur
│ └── SelectFeatures.vb
├── ConvertPartToFeature
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ConvertPart.cs
│ │ ├── Convert_Part_To_FeatureCS2008.csproj
│ │ ├── Convert_Part_To_FeatureCS2008.sln
│ │ ├── Convert_Part_To_FeatureCS2010.csproj
│ │ └── Convert_Part_To_FeatureCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Convert_Part_To_FeatureVBNet2008.sln
│ ├── Convert_Part_To_FeatureVBNet2008.vbproj
│ ├── Convert_Part_To_FeatureVBNet2010.sln
│ ├── Convert_Part_To_FeatureVBNet2010.vbproj
│ ├── ConvertPart.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CopyTableSelection
│ ├── ReadMe.htm
│ └── VBNet
│ ├── VB6
│ │ ├── clscopy_table_sel.cls
│ │ ├── Copy_rows_from_a_table.htm
│ │ ├── CopyTableSelectedVB6.dll
│ │ ├── CopyTableSelectedVB6.exp
│ │ ├── CopyTableSelectedVB6.lib
│ │ ├── copy_table_sel.exp
│ │ ├── copy_table_sel.lib
│ │ ├── copy_table_sel.vbp
│ │ └── copy_table_sel.vbw
│ ├── VBNet_AddIn_2008
│ │ ├── VBNet_AddIn_2008
│ │ │ ├── ButtonAddIn.vb
│ │ │ ├── Config.Designer.vb
│ │ │ ├── Config.esriaddinx
│ │ │ ├── Images
│ │ │ │ ├── ButtonAddIn.png
│ │ │ │ └── VBNet_AddIn_2008.png
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── VBNet_AddIn_2008.vbproj
│ │ └── VBNet_AddIn_2008.sln
│ ├── VBNet_BaseClass_2008
│ │ ├── VBNet_BaseClass_2008
│ │ │ ├── clsCopyTableSelection.bmp
│ │ │ ├── clsCopyTableSelection.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── VBNet_BaseClass_2008.vbproj
│ │ └── VBNet_BaseClass_2008.sln
│ ├── VBNet_Equivalency_2008
│ │ ├── AssemblyInfo.vb
│ │ ├── clscopy_table_sel.vb
│ │ ├── VBNet_CopyTableSel_2008.sln
│ │ └── VBNet_CopyTableSel_2008.vbproj
│ ├── VBNet_Standards_2008
│ │ ├── AssemblyInfo.vb
│ │ ├── clscopy_table_sel.vb
│ │ ├── VBNet_CopyTableSel_2008.sln
│ │ └── VBNet_CopyTableSel_2008.vbproj
│ └── VBNet_UpgradeRaw_2008
│ ├── AssemblyInfo.vb
│ ├── clscopy_table_sel.vb
│ ├── copy_table_sel.log
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── _UpgradeReport.htm
│ ├── VBNet_CopyTableSel_2008.sln
│ └── VBNet_CopyTableSel_2008.vbproj
├── CreateFileRasterDatasetMosaic
│ ├── CSharp
│ │ ├── CreateFileRasterMosaic2008.csproj
│ │ ├── CreateFileRasterMosaic2008.sln
│ │ ├── CreateFileRasterMosaic2010.csproj
│ │ ├── CreateFileRasterMosaic2010.sln
│ │ ├── CreateFileRasterMosaic.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CreateFileRasterMosaic2008.sln
│ ├── CreateFileRasterMosaic2008.vbproj
│ ├── CreateFileRasterMosaic2010.sln
│ ├── CreateFileRasterMosaic2010.vbproj
│ ├── CreateFileRasterMosaic.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CreateFunctionRasterDataset
│ ├── CSharp
│ │ ├── CreateFunctionRasterDataset2008.csproj
│ │ ├── CreateFunctionRasterDataset2008.sln
│ │ ├── CreateFunctionRasterDataset2010.csproj
│ │ ├── CreateFunctionRasterDataset2010.sln
│ │ ├── CreateFunctionRasterDataset.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CreateFunctionRasterDataset2008.sln
│ ├── CreateFunctionRasterDataset2008.vbproj
│ ├── CreateFunctionRasterDataset2010.sln
│ ├── CreateFunctionRasterDataset2010.vbproj
│ ├── CreateFunctionRasterDataset.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── app.manifest
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CreateGDBRasterDatasetMosaic
│ ├── CSharp
│ │ ├── CreateRasterMosaic2008.csproj
│ │ ├── CreateRasterMosaic2008.sln
│ │ ├── CreateRasterMosaic2010.csproj
│ │ ├── CreateRasterMosaic2010.sln
│ │ ├── CreateRasterMosaic.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CreateRasterMosaic2008.sln
│ ├── CreateRasterMosaic2008.vbproj
│ ├── CreateRasterMosaic2010.sln
│ ├── CreateRasterMosaic2010.vbproj
│ ├── CreateRasterMosaic.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CreateMosaicDataset
│ ├── CSharp
│ │ ├── CreateMosaicDataset2008.csproj
│ │ ├── CreateMosaicDataset2008.sln
│ │ ├── CreateMosaicDataset2010.csproj
│ │ ├── CreateMosaicDataset2010.sln
│ │ ├── CreateMosaicDataset.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CreateMosaicDataset2008.sln
│ ├── CreateMosaicDataset2008.vbproj
│ ├── CreateMosaicDataset2010.sln
│ ├── CreateMosaicDataset2010.vbproj
│ ├── CreateMosaicDataset.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CreateRasterCatalog_GP
│ ├── CSharp
│ │ ├── CreateRasterCatalog_GP.cs
│ │ ├── CreateRasterCatalogs2008.csproj
│ │ ├── CreateRasterCatalogs2008.sln
│ │ ├── CreateRasterCatalogs2010.csproj
│ │ ├── CreateRasterCatalogs2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CreateRasterCatalog_GP.vb
│ ├── CreateRasterCatalogs2008.sln
│ ├── CreateRasterCatalogs2008.vbproj
│ ├── CreateRasterCatalogs2010.sln
│ ├── CreateRasterCatalogs2010.vbproj
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CreateRasterFunctionTemplate
│ ├── CSharp
│ │ ├── CreateRasterFunctionTemplate2008.csproj
│ │ ├── CreateRasterFunctionTemplate2008.sln
│ │ ├── CreateRasterFunctionTemplate2010.csproj
│ │ ├── CreateRasterFunctionTemplate2010.sln
│ │ ├── CreateRasterFunctionTemplate.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CreateRasterFunctionTemplate2008.sln
│ ├── CreateRasterFunctionTemplate2008.vbproj
│ ├── CreateRasterFunctionTemplate2010.sln
│ ├── CreateRasterFunctionTemplate2010.vbproj
│ ├── CreateRasterFunctionTemplate.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CurveConversion
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── CurveConversion2008.csproj
│ │ ├── CurveConversion2008.sln
│ │ ├── CurveConversion2010.csproj
│ │ ├── CurveConversion2010.sln
│ │ ├── CurveConversionCmd.cs
│ │ ├── CurveConversionDockWin.cs
│ │ ├── CurveConversionDockWin.Designer.cs
│ │ ├── CurveConversionDockWin.resx
│ │ └── Images
│ │ ├── CurveConversionCmd.png
│ │ ├── CurveConversionDockWin.png
│ │ ├── CurveConversion.png
│ │ └── F1Help_CurveConversionCmd.png
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── CurveConversion2008.sln
│ ├── CurveConversion2008.vbproj
│ ├── CurveConversion2010.sln
│ ├── CurveConversion2010.vbproj
│ ├── CurveConversionCmd.vb
│ ├── CurveConversionDockWin.Designer.vb
│ ├── CurveConversionDockWin.resx
│ ├── CurveConversionDockWin.vb
│ ├── Images
│ │ ├── CurveConversionCmd.png
│ │ ├── CurveConversionDockWin.png
│ │ └── CurveConversion.png
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CustomDefaultRasterRender
│ ├── CSharp
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RasterRenderMaker_1bittiff_csharp2008.csproj
│ │ ├── RasterRenderMaker_1bittiff_csharp2008.sln
│ │ ├── RasterRenderMaker_1bittiff_csharp2010.csproj
│ │ ├── RasterRenderMaker_1bittiff_csharp2010.sln
│ │ └── RasterRenderMaker_1bitTiff_csharp.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── RasterRendererMaker_1bit_TIFF_VBNET2008.sln
│ ├── RasterRendererMaker_1bit_TIFF_VBNET2008.vbproj
│ ├── RasterRendererMaker_1bit_TIFF_VBNET2010.sln
│ ├── RasterRendererMaker_1bit_TIFF_VBNET2010.vbproj
│ └── RasterRendererMaker_1bit_TIFF_VBNET.vb
├── CustomizingAtStartup
│ ├── CSharp
│ │ ├── AcmeExt.cs
│ │ ├── AcmeMenu.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Startup_Customizations2008.csproj
│ │ ├── Startup_Customizations2008.sln
│ │ ├── Startup_Customizations2010.csproj
│ │ └── Startup_Customizations2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AcmeExt.vb
│ ├── AcmeMenu.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Startup_Customizations2008.sln
│ ├── Startup_Customizations2008.vbproj
│ ├── Startup_Customizations2010.sln
│ └── Startup_Customizations2010.vbproj
├── CustomMenus
│ ├── bitmaps
│ │ ├── 063caaee-7efe-4b32-982f-1bb4a1c8a9721.png
│ │ └── 063caaee-7efe-4b32-982f-1bb4a1c8a9722.png
│ ├── CSharp
│ │ ├── AddShapefile.bmp
│ │ ├── AddShapefile.cs
│ │ ├── CustomMenus2008.csproj
│ │ ├── CustomMenus2008.sln
│ │ ├── CustomMenus2010.csproj
│ │ ├── CustomMenus2010.sln
│ │ ├── MyBaseMenu.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddShapefile.bmp
│ ├── AddShapefile.vb
│ ├── CustomMenus2008.sln
│ ├── CustomMenus2008.vbproj
│ ├── CustomMenus2010.sln
│ ├── CustomMenus2010.vbproj
│ ├── MyBaseMenu.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CustomNodataFilter
│ ├── CSharp
│ │ ├── CustomNodataFilter
│ │ │ ├── CustomNodataFilter2008.csproj
│ │ │ ├── CustomNodataFilter2010.csproj
│ │ │ ├── NodataFilter.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CustomNodataFilter2008.sln
│ │ ├── CustomNodataFilter2010.sln
│ │ └── TestNodataFilter
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestApp.cs
│ │ ├── TestNodataFilter2008.csproj
│ │ └── TestNodataFilter2010.csproj
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CustomNodataFilter
│ │ ├── CustomFilter_VB2008.vbproj
│ │ ├── CustomFilter_VB2010.vbproj
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ └── NodataFilter.vb
│ ├── CustomNodataFilter2008.sln
│ ├── CustomNodataFilter2010.sln
│ └── TestApp
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TestApp2008.vbproj
│ ├── TestApp2010.vbproj
│ └── TestApp.vb
├── CustomRasterCatalogRendererPicker
│ ├── CSharp
│ │ ├── CustomRasterCatalogRenderer_CSharp.cs
│ │ ├── CustomRasterCatalogRendererPicker_CSharp2008.csproj
│ │ ├── CustomRasterCatalogRendererPicker_CSharp2008.sln
│ │ ├── CustomRasterCatalogRendererPicker_CSharp2010.csproj
│ │ ├── CustomRasterCatalogRendererPicker_CSharp2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── CustomRasterCatalogRendererPicker_VBNET2008.sln
│ ├── CustomRasterCatalogRendererPicker_VBNET2008.vbproj
│ ├── CustomRasterCatalogRendererPicker_VBNET2010.sln
│ ├── CustomRasterCatalogRendererPicker_VBNET2010.vbproj
│ ├── CustomRasterCatalogRenderer_VBNET.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CustomRasterFunction
│ ├── CSharp
│ │ ├── TestWatermarkFunction
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Sample.png
│ │ │ ├── TestWatermarkFunction2008.csproj
│ │ │ ├── TestWatermarkFunction2010.csproj
│ │ │ └── TestWatermarkFunction.cs
│ │ ├── WatermarkFunction
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── WatermarkFunction2008.csproj
│ │ │ ├── WatermarkFunction2010.csproj
│ │ │ └── WatermarkFunction.cs
│ │ ├── WatermarkFunction2008.sln
│ │ ├── WatermarkFunction2010.sln
│ │ └── WatermarkFunctionUI
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WatermarkFunctionUI2008.csproj
│ │ ├── WatermarkFunctionUI2010.csproj
│ │ ├── WatermarkFunctionUIClass.cs
│ │ ├── WatermarkFunctionUIForm.cs
│ │ ├── WatermarkFunctionUIForm.Designer.cs
│ │ └── WatermarkFunctionUIForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── TestWatermarkFunction
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Sample.png
│ │ ├── TestWatermarkFunction2008.vbproj
│ │ ├── TestWatermarkFunction2010.vbproj
│ │ └── TestWatermarkFunction.vb
│ ├── WatermarkFunction
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ ├── WatermarkFunction2008.vbproj
│ │ ├── WatermarkFunction2010.vbproj
│ │ └── WatermarkFunction.vb
│ ├── WatermarkFunction2008.sln
│ ├── WatermarkFunction2010.sln
│ └── WatermarkFunctionUI
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── WatermarkFunctionUI2008.vbproj
│ ├── WatermarkFunctionUI2010.vbproj
│ ├── WatermarkFunctionUIClass.vb
│ ├── WatermarkFunctionUIForm.Designer.vb
│ ├── WatermarkFunctionUIForm.resx
│ └── WatermarkFunctionUIForm.vb
├── CustomRasterType
│ ├── CSharp
│ │ ├── TestThumbnailBuilder
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── TestThumbnailBuilder2008.csproj
│ │ │ ├── TestThumbnailBuilder2010.csproj
│ │ │ └── TestThumbnailBuilder.cs
│ │ ├── ThumbnailBuilder
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ThumbnailBuilder2008.csproj
│ │ │ ├── ThumbnailBuilder2010.csproj
│ │ │ └── ThumbnailBuilder.cs
│ │ ├── ThumbnailBuilder2008.sln
│ │ └── ThumbnailBuilder2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── TestThumbnailBuilder
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ ├── TestThumbnailBuilder2008.vbproj
│ │ ├── TestThumbnailBuilder2010.vbproj
│ │ └── TestThumbnailBuilder.vb
│ ├── ThumbnailBuilder
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ ├── ThumbnailBuilder2008.vbproj
│ │ ├── ThumbnailBuilder2010.vbproj
│ │ └── ThumbnailBuilder.vb
│ ├── ThumbnailBuilder2008.sln
│ └── ThumbnailBuilder2010.sln
├── CustomTool
│ ├── CSharp
│ │ ├── CustomTool2008.csproj
│ │ ├── CustomTool2008.sln
│ │ ├── CustomTool2010.csproj
│ │ ├── CustomTool2010.sln
│ │ ├── DrawGraphicLine.bmp
│ │ ├── DrawGraphicLine.cs
│ │ ├── DrawGraphicLine.cur
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CustomTool2008.sln
│ ├── CustomTool2008.vbproj
│ ├── CustomTool2010.sln
│ ├── CustomTool2010.vbproj
│ ├── DrawGraphicLine.bmp
│ ├── DrawGraphicLine.cur
│ ├── DrawGraphicLine.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── CustomUIElements
│ ├── CSharp
│ │ ├── AddGraphicsTool.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── CustomUIElements2008.csproj
│ │ ├── CustomUIElements2008.sln
│ │ ├── CustomUIElements2010.csproj
│ │ ├── CustomUIElements2010.sln
│ │ ├── Images
│ │ │ ├── AddGraphicsTool.png
│ │ │ ├── CustomUIElements.png
│ │ │ └── ZoomToLayerButton.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── ZoomToLayerButton.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddGraphicsTool.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── CustomUIElements2008.sln
│ ├── CustomUIElements2008.vbproj
│ ├── CustomUIElements2010.sln
│ ├── CustomUIElements2010.vbproj
│ ├── Images
│ │ ├── AddGraphicsTool.png
│ │ ├── CustomUIElements.png
│ │ └── ZoomToLayerButton.png
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ └── ZoomToLayerButton.vb
├── CustomUpstreamTraceTask
│ ├── CSharp
│ │ ├── CustomUpstreamTraceTask2008.csproj
│ │ ├── CustomUpstreamTraceTask2008.sln
│ │ ├── CustomUpstreamTraceTask2010.csproj
│ │ ├── CustomUpstreamTraceTask2010.sln
│ │ ├── CustomUpstreamTraceTaskCSharp.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CustomUpstreamTraceTask2008.sln
│ ├── CustomUpstreamTraceTask2008.vbproj
│ ├── CustomUpstreamTraceTask2010.sln
│ ├── CustomUpstreamTraceTask2010.vbproj
│ ├── CustomUpstreamTraceTaskVBNet.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── DesktopAutomation
│ ├── CSharp
│ │ ├── DesktopAutomationCS2008.csproj
│ │ ├── DesktopAutomationCS2008.sln
│ │ ├── DesktopAutomationCS2010.csproj
│ │ ├── DesktopAutomationCS2010.sln
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── DesktopAutomationVB2008.sln
│ ├── DesktopAutomationVB2008.vbproj
│ ├── DesktopAutomationVB2010.sln
│ ├── DesktopAutomationVB2010.vbproj
│ ├── Form1.Designer.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── DesktopExtensions
│ ├── CSharp
│ │ ├── ArcEditorOnlyExtension.cs
│ │ ├── ArcInfoOnlyExtension.cs
│ │ ├── ArcViewOnlyExtension.cs
│ │ ├── DesktopExtensionsCS2008.csproj
│ │ ├── DesktopExtensionsCS2008.sln
│ │ ├── DesktopExtensionsCS2010.csproj
│ │ ├── DesktopExtensionsCS2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SimpleExtension.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ArcEditorOnlyExtension.vb
│ ├── ArcInfoOnlyExtension.vb
│ ├── ArcViewOnlyExtension.vb
│ ├── DesktopExtensionsVB2008.sln
│ ├── DesktopExtensionsVB2008.vbproj
│ ├── DesktopExtensionsVB2010.sln
│ ├── DesktopExtensionsVB2010.vbproj
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── SimpleExtension.vb
├── DesktopPropertyPage
│ ├── CSharp
│ │ ├── DesktopPropertyPageCS2008.csproj
│ │ ├── DesktopPropertyPageCS2008.sln
│ │ ├── DesktopPropertyPageCS2010.csproj
│ │ ├── DesktopPropertyPageCS2010.sln
│ │ ├── LayerVisibilityPage.cs
│ │ ├── LayerVisibilityPage.Designer.cs
│ │ ├── LayerVisibilityPage.resx
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SimpleLayerPropertiesCmd.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── DesktopPropertyPageVB2008.sln
│ ├── DesktopPropertyPageVB2008.vbproj
│ ├── DesktopPropertyPageVB2010.sln
│ ├── DesktopPropertyPageVB2010.vbproj
│ ├── LayerVisibilityPage.Designer.vb
│ ├── LayerVisibilityPage.resx
│ ├── LayerVisibilityPage.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── SimpleLayerPropertiesCmd.vb
├── DisplayFeedbackSample
│ ├── CSharp
│ │ └── DisplayFeedbackSampleCS_NET_Addin
│ │ ├── DisplayFeedbackSample2008.sln
│ │ ├── DisplayFeedbackSample2010.sln
│ │ └── DisplayFeedbackSampleCS_NET_Addin
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── DisplayFeedbackSample2008.csproj
│ │ ├── DisplayFeedbackSample2010.csproj
│ │ ├── DisplayFeedbackSample.cs
│ │ ├── Images
│ │ │ ├── DisplayFeedbackSample2008.cur
│ │ │ └── DisplayFeedbackSample2008.png
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── readme.htm
│ └── VBNet
│ └── DisplayFeedbackSampleVB_NET_Addin
│ ├── DisplayFeedbackSampleVB2008.sln
│ ├── DisplayFeedbackSampleVB2010.sln
│ └── DisplayFeedbackSampleVB_NET_Sample
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── DisplayFeedbackSampleVB2008.vbproj
│ ├── DisplayFeedbackSampleVB2010.vbproj
│ ├── DisplayFeedbackSampleVB.vb
│ ├── Images
│ │ ├── DisplayFeedbackSampleVB2008.cur
│ │ └── DisplayFeedbackSampleVB2008.png
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── DockableWindowESRIWebSites
│ ├── CSharp
│ │ ├── ESRIWebSitesCS2008.csproj
│ │ ├── ESRIWebSitesCS2008.sln
│ │ ├── ESRIWebSitesCS2010.csproj
│ │ ├── ESRIWebSitesCS2010.sln
│ │ ├── ESRIWebsitesWindowCommand.bmp
│ │ ├── ESRIWebsitesWindowCommand.cs
│ │ ├── ESRIWebsitesWindow.cs
│ │ ├── ESRIWebsitesWindow.Designer.cs
│ │ ├── ESRIWebsitesWindow.resx
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ESRIWebSitesVB2008.sln
│ ├── ESRIWebSitesVB2008.vbproj
│ ├── ESRIWebSitesVB2010.sln
│ ├── ESRIWebSitesVB2010.vbproj
│ ├── ESRIWebsitesWindowCommand.bmp
│ ├── ESRIWebsitesWindowCommand.vb
│ ├── ESRIWebsitesWindow.Designer.vb
│ ├── ESRIWebsitesWindow.resx
│ ├── ESRIWebsitesWindow.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── DynamicBiking
│ ├── CSharp
│ │ ├── BikingTrackModeCmd.bmp
│ │ ├── BikingTrackModeCmd.cs
│ │ ├── DynamicBiking2008.csproj
│ │ ├── DynamicBiking2008.sln
│ │ ├── DynamicBiking2010.csproj
│ │ ├── DynamicBiking2010.sln
│ │ ├── DynamicBikingCmd.bmp
│ │ ├── DynamicBikingCmd.cs
│ │ ├── DynamicBikingSpeedCmd.bmp
│ │ ├── DynamicBikingSpeedCmd.cs
│ │ ├── DynamicBikingSpeedCtrl.cs
│ │ ├── DynamicBikingSpeedCtrl.Designer.cs
│ │ ├── DynamicBikingSpeedCtrl.resx
│ │ ├── DynamicBikingToolbarClass.cs
│ │ ├── Icons
│ │ │ ├── bicycle-icon.bmp
│ │ │ ├── cat.bmp
│ │ │ ├── gps.png
│ │ │ ├── valentine-heart16.bmp
│ │ │ ├── valentine-heart18.bmp
│ │ │ ├── valentine-heart20.bmp
│ │ │ ├── valentine-heart22.bmp
│ │ │ └── valentine-heart24.bmp
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── BikingTrackModeCmd.bmp
│ ├── BikingTrackModeCmd.vb
│ ├── DynamicBiking2008.sln
│ ├── DynamicBiking2008.vbproj
│ ├── DynamicBiking2010.sln
│ ├── DynamicBiking2010.vbproj
│ ├── DynamicBikingCmd.bmp
│ ├── DynamicBikingCmd.vb
│ ├── DynamicBikingSpeedCmd.bmp
│ ├── DynamicBikingSpeedCmd.vb
│ ├── DynamicBikingSpeedCtrl.Designer.vb
│ ├── DynamicBikingSpeedCtrl.resx
│ ├── DynamicBikingSpeedCtrl.vb
│ ├── DynamicBikingToolbarClass.vb
│ ├── Icons
│ │ ├── bicycle-icon.bmp
│ │ ├── cat.bmp
│ │ ├── gps.png
│ │ ├── valentine-heart16.bmp
│ │ ├── valentine-heart18.bmp
│ │ ├── valentine-heart20.bmp
│ │ ├── valentine-heart22.bmp
│ │ └── valentine-heart24.bmp
│ └── Properties
│ └── AssemblyInfo.vb
├── DynamicCacheLayerManagerController
│ ├── CSharp
│ │ ├── CacheLayerManagerCmd.bmp
│ │ ├── CacheLayerManagerCmd.cs
│ │ ├── CacheManagerDlg.cs
│ │ ├── CacheManagerDlg.Designer.cs
│ │ ├── CacheManagerDlg.resx
│ │ ├── DynamicCacheLayerManagerController2008.csproj
│ │ ├── DynamicCacheLayerManagerController2008.sln
│ │ ├── DynamicCacheLayerManagerController2010.csproj
│ │ ├── DynamicCacheLayerManagerController2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CacheLayerManagerCmd.bmp
│ ├── CacheLayerManagerCmd.vb
│ ├── CacheManagerDlg.Designer.vb
│ ├── CacheManagerDlg.resx
│ ├── CacheManagerDlg.vb
│ ├── DynamicCacheLayerManagerController2008.sln
│ ├── DynamicCacheLayerManagerController2008.vbproj
│ ├── DynamicCacheLayerManagerController2010.sln
│ ├── DynamicCacheLayerManagerController2010.vbproj
│ └── Properties
│ └── AssemblyInfo.vb
├── DynamicDisplayAnimatedZoom
│ ├── CSharp
│ │ ├── AnimatedZoomInTool.bmp
│ │ ├── AnimatedZoomInTool.cs
│ │ ├── AnimatedZoomInTool.cur
│ │ ├── AnimatedZoomOutTool.bmp
│ │ ├── AnimatedZoomOutTool.cs
│ │ ├── AnimatedZoomOutTool.cur
│ │ ├── DynamicDisplayAnimatedZoom2008.csproj
│ │ ├── DynamicDisplayAnimatedZoom2008.sln
│ │ ├── DynamicDisplayAnimatedZoom2010.csproj
│ │ ├── DynamicDisplayAnimatedZoom2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AnimatedZoomInTool.bmp
│ ├── AnimatedZoomInTool.cur
│ ├── AnimatedZoomInTool.vb
│ ├── AnimatedZoomOutTool.bmp
│ ├── AnimatedZoomOutTool.cur
│ ├── AnimatedZoomOutTool.vb
│ ├── DynamicDisplayAnimatedZoom2008.sln
│ ├── DynamicDisplayAnimatedZoom2008.vbproj
│ ├── DynamicDisplayAnimatedZoom2010.sln
│ ├── DynamicDisplayAnimatedZoom2010.vbproj
│ └── Properties
│ └── AssemblyInfo.vb
├── DynamicDisplayCompass
│ ├── CSharp
│ │ ├── CompassCmd.bmp
│ │ ├── CompassCmd.cs
│ │ ├── compass.gif
│ │ ├── DynamicDisplayCompass2008.csproj
│ │ ├── DynamicDisplayCompass2008.sln
│ │ ├── DynamicDisplayCompass2010.csproj
│ │ ├── DynamicDisplayCompass2010.sln
│ │ ├── OpenGL_GLU_v4.cs
│ │ ├── OpenGL_GL_v4.cs
│ │ ├── OpenGL_WGL_v4.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ └── ReadMe.htm
├── DynamicDisplayHUD
│ ├── CSharp
│ │ ├── DDHUDCmd.bmp
│ │ ├── DDHUDCmd.cs
│ │ ├── DynamicDisplayHUD2008.csproj
│ │ ├── DynamicDisplayHUD2008.sln
│ │ ├── DynamicDisplayHUD2010.csproj
│ │ ├── DynamicDisplayHUD2010.sln
│ │ ├── OpenGL_GLU_v4.cs
│ │ ├── OpenGL_GL_v4.cs
│ │ ├── OpenGL_WGL_v4.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ToggleDynamicModeCmd.bmp
│ │ └── ToggleDynamicModeCmd.cs
│ └── ReadMe.htm
├── DynamicLogo
│ ├── CSharp
│ │ ├── DynamicLogo2008.csproj
│ │ ├── DynamicLogo2008.sln
│ │ ├── DynamicLogo2010.csproj
│ │ ├── DynamicLogo2010.sln
│ │ ├── DynamicLogo.bmp
│ │ ├── DynamicLogo.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── DynamicLogo2008.sln
│ ├── DynamicLogo2008.vbproj
│ ├── DynamicLogo2010.sln
│ ├── DynamicLogo2010.vbproj
│ ├── DynamicLogo.bmp
│ ├── DynamicLogo.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── DynamicObjectTracking
│ ├── CSharp
│ │ ├── DynamicObjectTracking2008.csproj
│ │ ├── DynamicObjectTracking2008.sln
│ │ ├── DynamicObjectTracking2010.csproj
│ │ ├── DynamicObjectTracking2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TrackObject.bmp
│ │ ├── TrackObject.cs
│ │ └── VW.bmp
│ ├── ReadMe.htm
│ └── VBNet
│ ├── DynamicObjectTracking2008.sln
│ ├── DynamicObjectTracking2008.vbproj
│ ├── DynamicObjectTracking2010.sln
│ ├── DynamicObjectTracking2010.vbproj
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── TrackObject.bmp
│ ├── TrackObject.vb
│ └── VW.bmp
├── EditingBindITableToControl
│ ├── CSharp
│ │ ├── ArcDataBinding
│ │ │ ├── ArcDataBinding2008.csproj
│ │ │ ├── ArcDataBinding2010.csproj
│ │ │ ├── FieldPropertyDescriptor.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── TableWrapper.cs
│ │ ├── BindITableToControl2008.sln
│ │ ├── BindITableToControl2010.sln
│ │ └── DemoITableBinding
│ │ ├── DemoITableBinding2008.csproj
│ │ ├── DemoITableBinding2010.csproj
│ │ ├── LicenseInitializer.cs
│ │ ├── MainWnd.cs
│ │ ├── MainWnd.Designer.cs
│ │ ├── MainWnd.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ArcDataBinding
│ │ ├── ApplicationEvents.vb
│ │ ├── ArcDataBinding2008.vbproj
│ │ ├── ArcDataBinding2010.vbproj
│ │ ├── FieldPropertyDescriptor.vb
│ │ └── TableWrapper.vb
│ ├── BindITableToControl2008.sln
│ ├── BindITableToControl2010.sln
│ └── DemoITableBinding
│ ├── ApplicationEvents.vb
│ ├── DemoITableBinding2008.vbproj
│ ├── DemoITableBinding2010.vbproj
│ ├── LicenseInitializer.vb
│ ├── MainWind.Designer.vb
│ ├── MainWind.resx
│ ├── MainWind.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── EditingBufferSnapAgent
│ ├── CSharp
│ │ ├── Application
│ │ │ ├── Application2008.csproj
│ │ │ ├── Application2010.csproj
│ │ │ ├── EditingForm.cs
│ │ │ ├── EditingForm.Designer.cs
│ │ │ ├── EditingForm.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── BufferSnapAgent
│ │ │ ├── BufferSnap.cs
│ │ │ ├── BufferSnapCS2008.csproj
│ │ │ └── BufferSnapCS2010.csproj
│ │ ├── BufferSnapCS2008.sln
│ │ └── BufferSnapCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Application
│ │ ├── Application2008.vbproj
│ │ ├── Application2010.vbproj
│ │ ├── ApplicationEvents.vb
│ │ ├── EditingForm.Designer.vb
│ │ ├── EditingForm.resx
│ │ ├── EditingForm.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── BufferSnapAgent
│ │ ├── BufferSnap.vb
│ │ ├── BufferSnapVB2008.vbproj
│ │ ├── BufferSnapVB2010.vbproj
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── BufferSnapVB2008.sln
│ └── BufferSnapVB2010.sln
├── EditingCutPolygonsEditTask
│ ├── bitmaps
│ │ └── 0e7f24eb-290f-4867-aa91-1f64809f511c1.png
│ ├── CSharp
│ │ ├── Application
│ │ │ ├── Application2008.csproj
│ │ │ ├── Application2010.csproj
│ │ │ ├── EditingForm.cs
│ │ │ ├── EditingForm.Designer.cs
│ │ │ ├── EditingForm.resx
│ │ │ ├── EditingSampleApp.exe
│ │ │ ├── EditingSampleApp.pdb
│ │ │ ├── EditingSampleApp.vshost.exe
│ │ │ ├── EditingSampleApp.vshost.exe.manifest
│ │ │ ├── ESRI.ArcGIS.3DAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.3DAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.Animation.dll
│ │ │ ├── ESRI.ArcGIS.Animation.xml
│ │ │ ├── ESRI.ArcGIS.AxControls.dll
│ │ │ ├── ESRI.ArcGIS.Carto.dll
│ │ │ ├── ESRI.ArcGIS.Carto.xml
│ │ │ ├── ESRI.ArcGIS.Controls.dll
│ │ │ ├── ESRI.ArcGIS.Controls.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesFile.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesFile.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesGDB.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesGDB.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesRaster.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesRaster.xml
│ │ │ ├── ESRI.ArcGIS.Display.dll
│ │ │ ├── ESRI.ArcGIS.Display.xml
│ │ │ ├── ESRI.ArcGIS.GeoAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.GeoAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.dll
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.xml
│ │ │ ├── ESRI.ArcGIS.Geodatabase.dll
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.dll
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.xml
│ │ │ ├── ESRI.ArcGIS.Geodatabase.xml
│ │ │ ├── ESRI.ArcGIS.Geometry.dll
│ │ │ ├── ESRI.ArcGIS.Geometry.xml
│ │ │ ├── ESRI.ArcGIS.Geoprocessing.dll
│ │ │ ├── ESRI.ArcGIS.Geoprocessing.xml
│ │ │ ├── ESRI.ArcGIS.GISClient.dll
│ │ │ ├── ESRI.ArcGIS.GISClient.xml
│ │ │ ├── ESRI.ArcGIS.GlobeCore.dll
│ │ │ ├── ESRI.ArcGIS.GlobeCore.xml
│ │ │ ├── ESRI.ArcGIS.NetworkAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.NetworkAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.Output.dll
│ │ │ ├── ESRI.ArcGIS.Output.xml
│ │ │ ├── ESRI.ArcGIS.Server.dll
│ │ │ ├── ESRI.ArcGIS.Server.xml
│ │ │ ├── ESRI.ArcGIS.System.dll
│ │ │ ├── ESRI.ArcGIS.SystemUI.dll
│ │ │ ├── ESRI.ArcGIS.SystemUI.xml
│ │ │ ├── ESRI.ArcGIS.System.xml
│ │ │ ├── ESRI.ArcGIS.Version.dll
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Application2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── EditingSampleApp.EditingForm.resources
│ │ │ │ ├── EditingSampleApp.exe
│ │ │ │ ├── EditingSampleApp.pdb
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CutPolygonsWithoutSelection
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CutPolygonsWithoutSelection_CS.dll
│ │ │ │ ├── CutPolygonsWithoutSelection_CS.pdb
│ │ │ │ ├── CutPolygonsWithoutSelection_CS.tlb
│ │ │ │ ├── ESRI.ArcGIS.3DAnalyst.dll
│ │ │ │ ├── ESRI.ArcGIS.3DAnalyst.xml
│ │ │ │ ├── ESRI.ArcGIS.ADF.Local.dll
│ │ │ │ ├── ESRI.ArcGIS.ADF.Local.xml
│ │ │ │ ├── ESRI.ArcGIS.Animation.dll
│ │ │ │ ├── ESRI.ArcGIS.Animation.xml
│ │ │ │ ├── ESRI.ArcGIS.Carto.dll
│ │ │ │ ├── ESRI.ArcGIS.Carto.xml
│ │ │ │ ├── ESRI.ArcGIS.Controls.dll
│ │ │ │ ├── ESRI.ArcGIS.Controls.xml
│ │ │ │ ├── ESRI.ArcGIS.DataSourcesFile.dll
│ │ │ │ ├── ESRI.ArcGIS.DataSourcesFile.xml
│ │ │ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.dll
│ │ │ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.xml
│ │ │ │ ├── ESRI.ArcGIS.DataSourcesRaster.dll
│ │ │ │ ├── ESRI.ArcGIS.DataSourcesRaster.xml
│ │ │ │ ├── ESRI.ArcGIS.Display.dll
│ │ │ │ ├── ESRI.ArcGIS.Display.xml
│ │ │ │ ├── ESRI.ArcGIS.GeoAnalyst.dll
│ │ │ │ ├── ESRI.ArcGIS.GeoAnalyst.xml
│ │ │ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.dll
│ │ │ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.xml
│ │ │ │ ├── ESRI.ArcGIS.Geodatabase.dll
│ │ │ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.dll
│ │ │ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.xml
│ │ │ │ ├── ESRI.ArcGIS.Geodatabase.xml
│ │ │ │ ├── ESRI.ArcGIS.Geometry.dll
│ │ │ │ ├── ESRI.ArcGIS.Geometry.xml
│ │ │ │ ├── ESRI.ArcGIS.Geoprocessing.dll
│ │ │ │ ├── ESRI.ArcGIS.Geoprocessing.xml
│ │ │ │ ├── ESRI.ArcGIS.GISClient.dll
│ │ │ │ ├── ESRI.ArcGIS.GISClient.xml
│ │ │ │ ├── ESRI.ArcGIS.GlobeCore.dll
│ │ │ │ ├── ESRI.ArcGIS.GlobeCore.xml
│ │ │ │ ├── ESRI.ArcGIS.NetworkAnalyst.dll
│ │ │ │ ├── ESRI.ArcGIS.NetworkAnalyst.xml
│ │ │ │ ├── ESRI.ArcGIS.Output.dll
│ │ │ │ ├── ESRI.ArcGIS.Output.xml
│ │ │ │ ├── ESRI.ArcGIS.Server.dll
│ │ │ │ ├── ESRI.ArcGIS.Server.xml
│ │ │ │ ├── ESRI.ArcGIS.System.dll
│ │ │ │ ├── ESRI.ArcGIS.SystemUI.dll
│ │ │ │ ├── ESRI.ArcGIS.SystemUI.xml
│ │ │ │ ├── ESRI.ArcGIS.System.xml
│ │ │ │ └── ESRI.ArcGIS.Version.dll
│ │ │ ├── CutPolygonsWithoutSelection2008.csproj
│ │ │ ├── CutPolygonsWithoutSelection2010.csproj
│ │ │ ├── CutPolygonsWithoutSelectionEditTask.cs
│ │ │ ├── obj
│ │ │ │ ├── CutPolygonsWithoutSelection2010.csproj.UnmanagedRegistration.cache
│ │ │ │ └── Debug
│ │ │ │ ├── CutPolygonsWithoutSelection2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── CutPolygonsWithoutSelection_CS.dll
│ │ │ │ ├── CutPolygonsWithoutSelection_CS.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CutPolygonsWithoutSelectionEditTask2008.sln
│ │ ├── CutPolygonsWithoutSelectionEditTask2010.sln
│ │ └── CutPolygonsWithoutSelectionEditTask2010.suo
│ ├── Readme.htm
│ └── VBNet
│ ├── Application
│ │ ├── Application2008.vbproj
│ │ ├── Application2010.vbproj
│ │ ├── ApplicationEvents.vb
│ │ ├── EditingForm.Designer.vb
│ │ ├── EditingForm.resx
│ │ ├── EditingForm.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── CutPolygonsWithoutSelection
│ │ ├── CutPolygonsWithoutSelection2008.vbproj
│ │ ├── CutPolygonsWithoutSelection2010.vbproj
│ │ ├── CutPolygonsWithoutSelectionEditTask.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── CutPolygonsWithoutSelectionEditTask2008.sln
│ └── CutPolygonsWithoutSelectionEditTask2010.sln
├── Editing_EditEventListener
│ ├── bitmaps
│ │ └── 788993f2-2c99-4df3-9217-16a20ae3d0101.png
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Editing_EditEventListener2008.csproj
│ │ ├── Editing_EditEventListener2008.sln
│ │ ├── Editing_EditEventListener2010.csproj
│ │ ├── Editing_EditEventListener2010.sln
│ │ ├── EditorEventsDialogCommand.cs
│ │ ├── EditorEventsDialog.cs
│ │ ├── EditorEventsDialog.Designer.cs
│ │ ├── EditorEventsDialog.resx
│ │ ├── EnumHelper.cs
│ │ ├── EventListener.cs
│ │ ├── Images
│ │ │ ├── Editing_EditEventListener.png
│ │ │ ├── EditorEventsDialogCommand.png
│ │ │ └── EditorEventsDialog.png
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Editing_EditEventListener2008.sln
│ ├── Editing_EditEventListener2008.vbproj
│ ├── Editing_EditEventListener2010.sln
│ ├── Editing_EditEventListener2010.vbproj
│ ├── EditorEventsDialogCommand.vb
│ ├── EditorEventsDialog.Designer.vb
│ ├── EditorEventsDialog.resx
│ ├── EditorEventsDialog.vb
│ ├── EnumHelper.vb
│ ├── EventListener.vb
│ ├── Images
│ │ ├── Editing_EditEventListener.png
│ │ ├── EditorEventsDialogCommand.png
│ │ └── EditorEventsDialog.png
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── EditingEditEventListener
│ ├── bitmaps
│ │ └── db0369b3-8646-44f9-84a7-508020754c7b1.png
│ ├── CSharp
│ │ ├── EditingForm.cs
│ │ ├── EditingForm.Designer.cs
│ │ ├── EditingForm.resx
│ │ ├── EngineEditEventsListener2008.csproj
│ │ ├── EngineEditEventsListener2008.sln
│ │ ├── EngineEditEventsListener2010.csproj
│ │ ├── EngineEditEventsListener2010.sln
│ │ ├── EventListener.cs
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ApplicationEvents.vb
│ ├── EditingForm.Designer.vb
│ ├── EditingForm.resx
│ ├── EditingForm.vb
│ ├── EngineEditEventsListener2008.sln
│ ├── EngineEditEventsListener2008.vbproj
│ ├── EngineEditEventsListener2010.sln
│ ├── EngineEditEventsListener2010.vbproj
│ ├── EventListener.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── EditingManageSnapAgent
│ ├── CSharp
│ │ ├── Application
│ │ │ ├── ApplicationCS2008.csproj
│ │ │ ├── ApplicationCS2010.csproj
│ │ │ ├── EditingForm.cs
│ │ │ ├── EditingForm.designer.cs
│ │ │ ├── EditingForm.resx
│ │ │ └── Program.cs
│ │ ├── Core
│ │ │ ├── CoreCS2008.csproj
│ │ │ ├── CoreCS2010.csproj
│ │ │ ├── SnapEditorForm.cs
│ │ │ ├── SnapEditorForm.Designer.cs
│ │ │ ├── SnapEditorForm.resx
│ │ │ └── SnapSettingsCommand.cs
│ │ ├── EditingManageSnapAgentCS2008.sln
│ │ └── EditingManageSnapAgentCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Application
│ │ ├── ApplicationEvents.vb
│ │ ├── ApplicationVB2008.vbproj
│ │ ├── ApplicationVB2010.vbproj
│ │ ├── EditingForm.Designer.vb
│ │ ├── EditingForm.resx
│ │ ├── EditingForm.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Core
│ │ ├── CoreVB2008.vbproj
│ │ ├── CoreVB2010.vbproj
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── SnapEditorForm.Designer.vb
│ │ ├── SnapEditorForm.resx
│ │ ├── SnapEditorForm.vb
│ │ └── SnapSettingsCommand.vb
│ ├── EditingManageSnapAgentVB2008.sln
│ └── EditingManageSnapAgentVB2010.sln
├── EditingReshapePolylineEditTask
│ ├── bitmaps
│ │ └── 15cf41df-7bba-4a52-aa5c-0471f3f6819e1.png
│ ├── CSharp
│ │ ├── Application
│ │ │ ├── Application2008.csproj
│ │ │ ├── Application2010.csproj
│ │ │ ├── EditingForm.cs
│ │ │ ├── EditingForm.Designer.cs
│ │ │ ├── EditingForm.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── EngineEditTask
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ReshapePolylineEditTask2008.csproj
│ │ │ ├── ReshapePolylineEditTask2010.csproj
│ │ │ └── ReshapePolylineEditTask.cs
│ │ ├── ReshapePolylineEditTask2008.sln
│ │ └── ReshapePolylineEditTask2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Application
│ │ ├── Application2008.vbproj
│ │ ├── Application2010.vbproj
│ │ ├── ApplicationEvents.vb
│ │ ├── EditingForm.Designer.vb
│ │ ├── EditingForm.resx
│ │ ├── EditingForm.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── EngineEditTask
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── ReshapePolylineEditTask2008.vbproj
│ │ ├── ReshapePolylineEditTask2010.vbproj
│ │ └── ReshapePolylineEditTask.vb
│ ├── ReshapePolylineEditTask2008.sln
│ └── ReshapePolylineEditTask2010.sln
├── EditingTabbedFeatureInspector
│ ├── CSharp
│ │ ├── EngineApplication
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── EngineWindowsApplication1.exe
│ │ │ │ ├── EngineWindowsApplication1.pdb
│ │ │ │ ├── TabbedFeatureInspector.dll
│ │ │ │ └── TabbedFeatureInspector.pdb
│ │ │ ├── EngineApplication.cs
│ │ │ ├── EngineApplicationCS2008.csproj
│ │ │ ├── EngineApplicationCS2010.csproj
│ │ │ ├── EngineApplication.Designer.cs
│ │ │ ├── EngineApplication.resx
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── EngineApplicationCS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── EngineWindowsApplication1.exe
│ │ │ │ ├── EngineWindowsApplication1.pdb
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TabbedInspectorEngineApplication.EngineApplication.resources
│ │ │ └── Program.cs
│ │ ├── TabbedFeatureInspectorCS2008.sln
│ │ ├── TabbedFeatureInspectorCS2010.sln
│ │ ├── TabbedFeatureInspectorCS2010.suo
│ │ └── TabbedInspector
│ │ ├── AttachTabbedInspectorExtensionCommand.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── TabbedFeatureInspector.dll
│ │ │ ├── TabbedFeatureInspector.pdb
│ │ │ └── TabbedFeatureInspector.tlb
│ │ ├── IApplicationServices.cs
│ │ ├── obj
│ │ │ ├── TabbedInspectorCS2010.csproj.UnmanagedRegistration.cache
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TabbedFeatureInspector.dll
│ │ │ ├── TabbedFeatureInspector.pdb
│ │ │ ├── TabbedFeatureInspector.TabbedInspector.resources
│ │ │ └── TabbedInspectorCS2010.csproj.FileListAbsolute.txt
│ │ ├── TabbedInspector.cs
│ │ ├── TabbedInspectorCS2008.csproj
│ │ ├── TabbedInspectorCS2010.csproj
│ │ ├── TabbedInspector.Designer.cs
│ │ └── TabbedInspector.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── EngineApplication
│ │ ├── ApplicationEvents.vb
│ │ ├── EngineApplication2008.vbproj
│ │ ├── EngineApplication2010.vbproj
│ │ ├── EngineApplication.Designer.vb
│ │ ├── EngineApplication.resx
│ │ ├── EngineApplication.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TabbedInspector
│ │ ├── AttachTabbedInspectorExtensionCommand.vb
│ │ ├── IApplicationServices.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── TabbedInspector2008.vbproj
│ │ ├── TabbedInspector2010.vbproj
│ │ ├── TabbedInspectorCLSID.vb
│ │ ├── TabbedInspector.Designer.vb
│ │ ├── TabbedInspector.resx
│ │ └── TabbedInspector.vb
│ ├── TabbedInspectorVB2008.sln
│ └── TabbedInspectorVB2010.sln
├── EditingUsingCustomForm
│ ├── bitmaps
│ │ └── 0f75f3f7-7de0-4f21-a009-cb22b0dcbe151.png
│ ├── CSharp
│ │ ├── EditCmd.bmp
│ │ ├── EditCmd.cs
│ │ ├── EditHelper.cs
│ │ ├── EditingUsingCustomForm2008.csproj
│ │ ├── EditingUsingCustomForm2008.sln
│ │ ├── EditingUsingCustomForm2010.csproj
│ │ ├── EditingUsingCustomForm2010.sln
│ │ ├── EditingUsingCustomForm2010.suo
│ │ ├── EditingUsingCustomForm.exe
│ │ ├── EditingUsingCustomForm.pdb
│ │ ├── EditingUsingCustomForm.vshost.exe
│ │ ├── EditingUsingCustomForm.vshost.exe.manifest
│ │ ├── EditorForm.cs
│ │ ├── EditorForm.Designer.cs
│ │ ├── EditorForm.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── EditingUsingCustomForm2010.csproj.FileListAbsolute.txt
│ │ │ ├── EditingUsingCustomForm.EditorForm.resources
│ │ │ ├── EditingUsingCustomForm.exe
│ │ │ ├── EditingUsingCustomForm.MainForm.resources
│ │ │ ├── EditingUsingCustomForm.pdb
│ │ │ ├── EditingUsingCustomForm.Properties.Resources.resources
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Readme.htm
│ └── VBNet
│ ├── ApplicationEvents.vb
│ ├── EditCmd.bmp
│ ├── EditCmd.vb
│ ├── EditHelper.vb
│ ├── EditingUsingCustomForm2008.sln
│ ├── EditingUsingCustomForm2008.vbproj
│ ├── EditingUsingCustomForm2010.sln
│ ├── EditingUsingCustomForm2010.vbproj
│ ├── EditorForm.Designer.vb
│ ├── EditorForm.resx
│ ├── EditorForm.vb
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── EditingVertexCommands
│ ├── CSharp
│ │ ├── Application
│ │ │ ├── Application2008.csproj
│ │ │ ├── Application2010.csproj
│ │ │ ├── EditingForm.cs
│ │ │ ├── EditingForm.Designer.cs
│ │ │ ├── EditingForm.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Commands
│ │ │ ├── CustomVertexCommands.cs
│ │ │ ├── DeleteVertexCursor.cur
│ │ │ ├── InsertVertexCursor.cur
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── UsingOutOfBoxVertexCommands.cs
│ │ │ ├── VertexCommands2008.csproj
│ │ │ ├── VertexCommands2010.csproj
│ │ │ └── VertexCommandsMenu.cs
│ │ ├── EditingVertexCommands2008.sln
│ │ └── EditingVertexCommands2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Application
│ │ ├── Application2008.vbproj
│ │ ├── Application2010.vbproj
│ │ ├── ApplicationEvents.vb
│ │ ├── EditingForm.Designer.vb
│ │ ├── EditingForm.resx
│ │ ├── EditingForm.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Commands
│ │ ├── CustomVertexCommands.vb
│ │ ├── DeleteVertexCursor.cur
│ │ ├── InsertVertexCursor.cur
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── ResourceFile.resx
│ │ ├── UsingOutOfBoxVertexCommands.vb
│ │ ├── VertexCommands2008.vbproj
│ │ ├── VertexCommands2010.vbproj
│ │ └── VertexCommandsMenu.vb
│ ├── EditingVertexCommands2008.sln
│ └── EditingVertexCommands2010.sln
├── ExportActiveView
│ ├── CSharp
│ │ └── ExportActiveViewCS_Net_Addin
│ │ ├── ExportActiveViewCS_Net_Addin
│ │ │ ├── Config.Designer.cs
│ │ │ ├── Config.esriaddinx
│ │ │ ├── ExportActiveViewCS_Net_Addin2008.csproj
│ │ │ ├── ExportActiveViewCS_Net_Addin2010.csproj
│ │ │ ├── ExportActiveViewCS_Net.cs
│ │ │ ├── Images
│ │ │ │ ├── ExportActiveViewCS_Net_Addin.png
│ │ │ │ └── Thumbs.db
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ExportActiveViewCS_Net_Addin2008.sln
│ │ └── ExportActiveViewCS_Net_Addin2010.sln
│ ├── ReadMe.htm
│ └── VBNET
│ └── ExportActiveViewVB_Net_Addin
│ ├── ExportActiveViewVB_Net_Addin
│ │ ├── Config.Designer.vb
│ │ ├── Config.esriaddinx
│ │ ├── ExportActiveViewVB_Net_Addin2008.vbproj
│ │ ├── ExportActiveViewVB_Net_Addin2010.vbproj
│ │ ├── ExportActiveViewVB_Net.vb
│ │ ├── Images
│ │ │ ├── ExportActiveViewVB_Net2008_Addin.png
│ │ │ └── ExportActiveViewVB_Net.png
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── ExportActiveViewVB_Net_Addin2008.sln
│ └── ExportActiveViewVB_Net_Addin2010.sln
├── ExportNAClass
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ExportNAClass2008.csproj
│ │ ├── ExportNAClass2008.sln
│ │ ├── ExportNAClass2010.csproj
│ │ ├── ExportNAClass2010.sln
│ │ ├── NAClassToTextfileCmd.bmp
│ │ └── NAClassToTextfileCmd.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── ExportNAClass2008.sln
│ ├── ExportNAClass2008.vbproj
│ ├── ExportNAClass2010.sln
│ ├── ExportNAClass2010.vbproj
│ ├── ExportNAClass.bmp
│ └── NAClassToTextfileCmd.vb
├── FindAddress
│ ├── CSharp
│ │ ├── FindAddress
│ │ │ ├── AddressForm.cs
│ │ │ ├── AddressForm.Designer.cs
│ │ │ ├── AddressForm.resx
│ │ │ ├── FindAddress2008.csproj
│ │ │ ├── FindAddress2010.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FindAddress2008.sln
│ │ └── FindAddress2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── FindAddress
│ │ ├── AddressForm.Designer.vb
│ │ ├── AddressForm.resx
│ │ ├── AddressForm.vb
│ │ ├── FindAddress2008.vbproj
│ │ ├── FindAddress2010.vbproj
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ └── Program.vb
│ ├── FindAddress2008.sln
│ └── FindAddress2010.sln
├── GeometricEffectTransform
│ ├── bitmaps
│ │ └── a1c0ae96-72c5-4477-9ad5-5adacbe26cde1.png
│ ├── CSharp
│ │ ├── GETransform2008.sln
│ │ ├── GETransform2010.sln
│ │ ├── GETransformCSharp2008.csproj
│ │ ├── GETransformCSharp2010.csproj
│ │ ├── GETransform_Move.cs
│ │ ├── GETransform_Rotate.cs
│ │ └── GETransform_Scale.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── clsGE_Transform_Move.vb
│ ├── clsGE_Transform_Rotate.vb
│ ├── clsGE_Transform_Scale.vb
│ ├── GE_Transform2008.sln
│ ├── GE_Transform2010.sln
│ ├── GETransformVBNet2008.vbproj
│ ├── GETransformVBNet2010.vbproj
│ └── My Project
│ └── AssemblyInfo.vb
├── GeoprocessingInDotNet
│ ├── bitmaps
│ │ └── a178bf1f-19cb-4d64-9ba2-db5684dee59b1.png
│ ├── CSharp
│ │ ├── GeoprocessingInDotNet2008.csproj
│ │ ├── GeoprocessingInDotNet2008.sln
│ │ ├── GeoprocessingInDotNet2010.csproj
│ │ ├── GeoprocessingInDotNet2010.sln
│ │ ├── LicenseInitializer.cs
│ │ ├── LicenseInitializer.Designer.cs
│ │ ├── Module1.cs
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GeoprocessingInDotNet2008.sln
│ ├── GeoprocessingInDotNet2008.vbproj
│ ├── GeoprocessingInDotNet2010.sln
│ ├── GeoprocessingInDotNet2010.vbproj
│ ├── LicenseInitializer.Designer.vb
│ ├── LicenseInitializer.vb
│ ├── Module1.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── GlobeControlAnimation
│ ├── CSharp
│ │ ├── Animation.cs
│ │ ├── Animation.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── GlobeControlAnimation2008.csproj
│ │ ├── GlobeControlAnimation2008.sln
│ │ ├── GlobeControlAnimation2010.csproj
│ │ └── GlobeControlAnimation2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Animation.resX
│ ├── Animation.vb
│ ├── AssemblyInfo.vb
│ ├── GlobeControlAnimation2008.sln
│ ├── GlobeControlAnimation2008.vbproj
│ ├── GlobeControlAnimation2010.sln
│ └── GlobeControlAnimation2010.vbproj
├── GlobeControlEffects
│ ├── bitmaps
│ │ └── 9111623F-5296-4e2a-ADAA-3332C5816BA11.png
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── Effects.cs
│ │ ├── Effects.resx
│ │ ├── GlobeControlEffects2008.csproj
│ │ ├── GlobeControlEffects2008.sln
│ │ ├── GlobeControlEffects2010.csproj
│ │ └── GlobeControlEffects2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── Effects.resX
│ ├── Effects.vb
│ ├── GlobeControlEffects2008.sln
│ ├── GlobeControlEffects2008.vbproj
│ ├── GlobeControlEffects2010.sln
│ └── GlobeControlEffects2010.vbproj
├── GlobeControlNavigation
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── GlobeNavigation2008.csproj
│ │ ├── GlobeNavigation2008.sln
│ │ ├── GlobeNavigation2010.csproj
│ │ ├── GlobeNavigation2010.sln
│ │ ├── Navigation.cs
│ │ └── Navigation.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── GlobeNavigation2008.sln
│ ├── GlobeNavigation2008.vbproj
│ ├── GlobeNavigation2010.sln
│ ├── GlobeNavigation2010.vbproj
│ ├── Navigation.resX
│ └── Navigation.vb
├── GlobeDynamicObjectTracking
│ ├── CSharp
│ │ ├── GlobeDynamicObjectTracking2008.csproj
│ │ ├── GlobeDynamicObjectTracking2008.sln
│ │ ├── GlobeDynamicObjectTracking2010.csproj
│ │ ├── GlobeDynamicObjectTracking2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TrackDynamicObject.bmp
│ │ ├── TrackDynamicObject.cs
│ │ ├── TrackSelectionDlg.cs
│ │ ├── TrackSelectionDlg.Designer.cs
│ │ └── TrackSelectionDlg.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GlobeDynamicObjectTracking2008.sln
│ ├── GlobeDynamicObjectTracking2008.vbproj
│ ├── GlobeDynamicObjectTracking2010.sln
│ ├── GlobeDynamicObjectTracking2010.vbproj
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── TrackDynamicObject.bmp
│ ├── TrackDynamicObject.vb
│ ├── TrackSelectionDlg.Designer.vb
│ ├── TrackSelectionDlg.resx
│ └── TrackSelectionDlg.vb
├── GlobeFlyTool
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── fly1.cur
│ │ ├── Fly.cs
│ │ ├── Fly.cur
│ │ ├── GlobeFlyTool2008.csproj
│ │ ├── GlobeFlyTool2008.sln
│ │ ├── GlobeFlyTool2010.csproj
│ │ ├── GlobeFlyTool2010.sln
│ │ ├── Images
│ │ │ ├── Fly.png
│ │ │ └── GlobeFlyTool.png
│ │ ├── PointZ.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── fly1.cur
│ ├── Fly.cur
│ ├── Fly.vb
│ ├── GlobeFlyTool2008.sln
│ ├── GlobeFlyTool2008.vbproj
│ ├── GlobeFlyTool2010.sln
│ ├── GlobeFlyTool2010.vbproj
│ ├── Images
│ │ ├── Fly.png
│ │ └── GlobeFlyTool.png
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ └── PointZ.vb
├── GlobeGraphicsToolbar
│ ├── CSharp
│ │ ├── ColorCommand.bmp
│ │ ├── ColorCommand.cs
│ │ ├── ColorPalette.cs
│ │ ├── ColorSelection.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── GeographicCoordinates.cs
│ │ ├── GlobeGraphicsToolbar2008.csproj
│ │ ├── GlobeGraphicsToolbar2008.sln
│ │ ├── GlobeGraphicsToolbar2010.csproj
│ │ ├── GlobeGraphicsToolbar2010.sln
│ │ ├── Images
│ │ │ ├── ColorCommand.png
│ │ │ ├── GlobeGraphicsToolbar.png
│ │ │ ├── PointTool.cur
│ │ │ ├── PointTool.png
│ │ │ ├── PolygonTool.cur
│ │ │ ├── PolygonTool.png
│ │ │ ├── PolylineTool.cur
│ │ │ ├── PolylineTool.png
│ │ │ ├── StyleGalleryCommand.png
│ │ │ ├── StyleTool.cur
│ │ │ ├── StyleTool.png
│ │ │ ├── TextTool.cur
│ │ │ └── TextTool.png
│ │ ├── Layer.cs
│ │ ├── PointElement.cs
│ │ ├── PointGeometry.cs
│ │ ├── PointTool.bmp
│ │ ├── PointTool.cs
│ │ ├── PointTool.cur
│ │ ├── PolygonElement.cs
│ │ ├── PolygonGeometry.cs
│ │ ├── PolygonTool.bmp
│ │ ├── PolygonTool.cs
│ │ ├── PolygonTool.cur
│ │ ├── PolylineElement.cs
│ │ ├── PolylineGeometry.cs
│ │ ├── PolylineTool.bmp
│ │ ├── PolylineTool.cs
│ │ ├── PolylineTool.cur
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SpatialReference.cs
│ │ ├── StyleElement.cs
│ │ ├── StyleGalleryCommand.bmp
│ │ ├── StyleGalleryCommand.cs
│ │ ├── StyleGallery.cs
│ │ ├── StyleGalleryForm.cs
│ │ ├── StyleGalleryForm.Designer.cs
│ │ ├── StyleGalleryForm.resx
│ │ ├── StyleGallerySelection.cs
│ │ ├── StyleTool.bmp
│ │ ├── StyleTool.cs
│ │ ├── StyleTool.cur
│ │ ├── TableOfContents.cs
│ │ ├── TextElement.cs
│ │ ├── TextForm.cs
│ │ ├── TextForm.Designer.cs
│ │ ├── TextForm.resx
│ │ ├── TextTool.bmp
│ │ ├── TextTool.cs
│ │ └── TextTool.cur
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ColorCommand.bmp
│ ├── ColorCommand.vb
│ ├── ColorPalette.vb
│ ├── ColorSelection.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── GeographicCoordinates.vb
│ ├── GlobeGraphicsToolbar2008.sln
│ ├── GlobeGraphicsToolbar2008.vbproj
│ ├── GlobeGraphicsToolbar2010.sln
│ ├── GlobeGraphicsToolbar2010.vbproj
│ ├── Images
│ │ ├── ColorCommand.png
│ │ ├── GlobeGraphicsToolbar.png
│ │ ├── PointTool.cur
│ │ ├── PointTool.png
│ │ ├── PolygonTool.cur
│ │ ├── PolygonTool.png
│ │ ├── PolylineTool.cur
│ │ ├── PolylineTool.png
│ │ ├── StyleGalleryCommand.png
│ │ ├── StyleTool.cur
│ │ ├── StyleTool.png
│ │ ├── TextTool.cur
│ │ └── TextTool.png
│ ├── Layer.vb
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── PointElement.vb
│ ├── PointGeometry.vb
│ ├── PointTool.bmp
│ ├── PointTool.cur
│ ├── PointTool.vb
│ ├── PolygonElement.vb
│ ├── PolygonGeometry.vb
│ ├── PolygonTool.bmp
│ ├── PolygonTool.cur
│ ├── PolygonTool.vb
│ ├── PolylineElement.vb
│ ├── PolylineGeometry.vb
│ ├── PolylineTool.bmp
│ ├── PolylineTool.cur
│ ├── PolylineTool.vb
│ ├── SpatialReference.vb
│ ├── StyleElement.vb
│ ├── StyleGalleryCommand.bmp
│ ├── StyleGalleryCommand.vb
│ ├── StyleGalleryForm.Designer.vb
│ ├── StyleGalleryForm.resx
│ ├── StyleGalleryForm.vb
│ ├── StyleGallerySelection.vb
│ ├── StyleGallery.vb
│ ├── StyleTool.bmp
│ ├── StyleTool.cur
│ ├── StyleTool.vb
│ ├── TableOfContents.vb
│ ├── TextElement.vb
│ ├── TextForm.Designer.vb
│ ├── TextForm.resx
│ ├── TextForm.vb
│ ├── TextTool.bmp
│ ├── TextTool.cur
│ └── TextTool.vb
├── GPBufferLayer
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ESRI.ArcGIS.3DAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.3DAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.ADF.Local.dll
│ │ │ ├── ESRI.ArcGIS.ADF.Local.xml
│ │ │ ├── ESRI.ArcGIS.AnalysisTools.dll
│ │ │ ├── ESRI.ArcGIS.AnalysisTools.xml
│ │ │ ├── ESRI.ArcGIS.Animation.dll
│ │ │ ├── ESRI.ArcGIS.Animation.xml
│ │ │ ├── ESRI.ArcGIS.Carto.dll
│ │ │ ├── ESRI.ArcGIS.Carto.xml
│ │ │ ├── ESRI.ArcGIS.Controls.dll
│ │ │ ├── ESRI.ArcGIS.Controls.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesFile.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesFile.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesNetCDF.xml
│ │ │ ├── ESRI.ArcGIS.DataSourcesRaster.dll
│ │ │ ├── ESRI.ArcGIS.DataSourcesRaster.xml
│ │ │ ├── ESRI.ArcGIS.Display.dll
│ │ │ ├── ESRI.ArcGIS.Display.xml
│ │ │ ├── ESRI.ArcGIS.GeoAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.GeoAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.dll
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseDistributed.xml
│ │ │ ├── ESRI.ArcGIS.Geodatabase.dll
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.dll
│ │ │ ├── ESRI.ArcGIS.GeoDatabaseExtensions.xml
│ │ │ ├── ESRI.ArcGIS.Geodatabase.xml
│ │ │ ├── ESRI.ArcGIS.Geometry.dll
│ │ │ ├── ESRI.ArcGIS.Geometry.xml
│ │ │ ├── ESRI.ArcGIS.Geoprocessing.dll
│ │ │ ├── ESRI.ArcGIS.Geoprocessing.xml
│ │ │ ├── ESRI.ArcGIS.Geoprocessor.dll
│ │ │ ├── ESRI.ArcGIS.Geoprocessor.xml
│ │ │ ├── ESRI.ArcGIS.GISClient.dll
│ │ │ ├── ESRI.ArcGIS.GISClient.xml
│ │ │ ├── ESRI.ArcGIS.GlobeCore.dll
│ │ │ ├── ESRI.ArcGIS.GlobeCore.xml
│ │ │ ├── ESRI.ArcGIS.NetworkAnalyst.dll
│ │ │ ├── ESRI.ArcGIS.NetworkAnalyst.xml
│ │ │ ├── ESRI.ArcGIS.Output.dll
│ │ │ ├── ESRI.ArcGIS.Output.xml
│ │ │ ├── ESRI.ArcGIS.Server.dll
│ │ │ ├── ESRI.ArcGIS.Server.xml
│ │ │ ├── ESRI.ArcGIS.System.dll
│ │ │ ├── ESRI.ArcGIS.SystemUI.dll
│ │ │ ├── ESRI.ArcGIS.SystemUI.xml
│ │ │ ├── ESRI.ArcGIS.System.xml
│ │ │ ├── ESRI.ArcGIS.Version.dll
│ │ │ ├── GpBufferLayer.dll
│ │ │ ├── GpBufferLayer.pdb
│ │ │ └── GpBufferLayer.tlb
│ │ ├── BufferDlg.cs
│ │ ├── BufferDlg.Designer.cs
│ │ ├── BufferDlg.resx
│ │ ├── BufferSelectedLayerCmd.bmp
│ │ ├── BufferSelectedLayerCmd.cs
│ │ ├── GpBufferLayer2008.csproj
│ │ ├── GpBufferLayer2008.sln
│ │ ├── GpBufferLayer2010.csproj
│ │ ├── GpBufferLayer2010.sln
│ │ ├── GpBufferLayer2010.suo
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── GpBufferLayer2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── GpBufferLayer.BufferDlg.resources
│ │ │ │ ├── GpBufferLayer.dll
│ │ │ │ ├── GpBufferLayer.pdb
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── GpBufferLayer2010.csproj.UnmanagedRegistration.cache
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── BufferDlg.Designer.vb
│ ├── BufferDlg.resx
│ ├── BufferDlg.vb
│ ├── BufferSelectedLayerCmd.bmp
│ ├── BufferSelectedLayerCmd.vb
│ ├── GpBufferLayer2008.sln
│ ├── GpBufferLayer2008.vbproj
│ ├── GpBufferLayer2010.sln
│ ├── GpBufferLayer2010.vbproj
│ └── Properties
│ └── AssemblyInfo.vb
├── GPCustomCalculateAreaFunctionTool
│ ├── CSharp
│ │ ├── GPCalculateArea
│ │ │ ├── CalculateAreaFunction.cs
│ │ │ ├── GPCalculateArea2008.csproj
│ │ │ ├── GPCalculateArea2010.csproj
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GPCalculateArea2008.sln
│ │ └── GPCalculateArea2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GPCalculateArea
│ │ ├── CalculateAreaFunction.vb
│ │ ├── GPCalculateArea2008.vbproj
│ │ ├── GPCalculateArea2010.vbproj
│ │ └── Properties
│ │ └── AssemblyInfo.vb
│ ├── GPCalculateArea2008.sln
│ └── GPCalculateArea2010.sln
├── GPEvents
│ ├── CSharp
│ │ ├── GeoprocessorEventHelper
│ │ │ ├── GeoprocessorEventHelper2008.csproj
│ │ │ ├── GeoprocessorEventHelper2010.csproj
│ │ │ ├── GPEventHelper.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GeoprocessorEventHelper2008.sln
│ │ ├── GeoprocessorEventHelper2010.sln
│ │ └── TestListner
│ │ ├── GPEventListner.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestListner2008.csproj
│ │ └── TestListner2010.csproj
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GeoprocessorEventHelper
│ │ ├── GeoprocessorEventHelper2008.vbproj
│ │ ├── GeoprocessorEventHelper2010.vbproj
│ │ ├── GPEventHelper.vb
│ │ └── Properties
│ │ └── AssemblyInfo.vb
│ ├── GeoprocessorEventHelper2008.sln
│ ├── GeoprocessorEventHelper2010.sln
│ └── TestListner
│ ├── GPEventListner.vb
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── TestListner2008.vbproj
│ └── TestListner2010.vbproj
├── GPExecuteToolsAsync
│ ├── CSharp
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RunGPAsync2008.csproj
│ │ ├── RunGPAsync2008.sln
│ │ ├── RunGPAsync2010.csproj
│ │ ├── RunGPAsync2010.sln
│ │ ├── RunGPForm.cs
│ │ ├── RunGPForm.Designer.cs
│ │ └── RunGPForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Program.vb
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── RunGPAsync2008.sln
│ ├── RunGPAsync2008.vbproj
│ ├── RunGPAsync2010.sln
│ ├── RunGPAsync2010.vbproj
│ ├── RunGPForm.Designer.vb
│ ├── RunGPForm.resx
│ └── RunGPForm.vb
├── GPExecutingTools
│ ├── CSharp
│ │ ├── executetool
│ │ │ ├── copyfeatures2008.csproj
│ │ │ ├── copyfeatures2010.csproj
│ │ │ ├── copyfeatures.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── executetool2008.sln
│ │ └── executetool2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── executetool
│ │ ├── copyfeatures2008.vbproj
│ │ ├── copyfeatures2010.vbproj
│ │ ├── copyfeatures.vb
│ │ └── Properties
│ │ └── AssemblyInfo.vb
│ ├── executetool2008.sln
│ └── executetool2010.sln
├── GPFieldMapping
│ ├── CSharp
│ │ ├── GPFieldMapping
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GPFieldMapping.exe
│ │ │ │ ├── GPFieldMapping.pdb
│ │ │ │ ├── GPFieldMapping.vshost.exe
│ │ │ │ └── GPFieldMapping.vshost.exe.manifest
│ │ │ ├── FieldMapping.cs
│ │ │ ├── GPFieldMapping2008.csproj
│ │ │ ├── GPFieldMapping2010.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GPFieldMapping2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── GPFieldMapping.exe
│ │ │ │ ├── GPFieldMapping.pdb
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GPFieldMapping2008.sln
│ │ ├── GPFieldMapping2010.sln
│ │ └── GPFieldMapping2010.suo
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GPFieldMapping
│ │ ├── FieldMapping.vb
│ │ ├── GPFieldMapping2008.vbproj
│ │ ├── GPFieldMapping2010.vbproj
│ │ └── Properties
│ │ └── AssemblyInfo.vb
│ ├── GPFieldMapping2008.sln
│ └── GPFieldMapping2010.sln
├── GPGeodatabaseConversion
│ ├── CSharp
│ │ ├── GeodatabaseConversion
│ │ │ ├── GeodatabaseConversion2008.csproj
│ │ │ ├── GeodatabaseConversion2010.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── ToFileGDB.cs
│ │ ├── GeodatabaseConversion2008.sln
│ │ └── GeodatabaseConversion2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GeodatabaseConversion
│ │ ├── GeodatabaseConversion2008.vbproj
│ │ ├── GeodatabaseConversion2010.vbproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ └── ToFileGDB.vb
│ ├── GeodatabaseConversion2008.sln
│ └── GeodatabaseConversion2010.sln
├── GraphicsLayerToolControl
│ ├── CSharp
│ │ ├── GraphicsLayersListCtrl.cs
│ │ ├── GraphicsLayersListCtrl.Designer.cs
│ │ ├── GraphicsLayersListCtrl.resx
│ │ ├── GraphicsLayersListToolCtrl.bmp
│ │ ├── GraphicsLayersListToolCtrl.cs
│ │ ├── GraphicsLayersToolbar.cs
│ │ ├── GraphicsLayerToolControl2008.csproj
│ │ ├── GraphicsLayerToolControl2008.sln
│ │ ├── GraphicsLayerToolControl2010.csproj
│ │ ├── GraphicsLayerToolControl2010.sln
│ │ ├── NewGraphicsLayerCmd.bmp
│ │ ├── NewGraphicsLayerCmd.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GraphicsLayersListCtrl.Designer.vb
│ ├── GraphicsLayersListCtrl.resx
│ ├── GraphicsLayersListCtrl.vb
│ ├── GraphicsLayersListToolCtrl.bmp
│ ├── GraphicsLayersListToolCtrl.vb
│ ├── GraphicsLayersToolbar.vb
│ ├── GraphicsLayerToolControl2008.sln
│ ├── GraphicsLayerToolControl2008.vbproj
│ ├── GraphicsLayerToolControl2010.sln
│ ├── GraphicsLayerToolControl2010.vbproj
│ ├── NewGraphicsLayerCmd.bmp
│ ├── NewGraphicsLayerCmd.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── GraphicTrackerMap
│ ├── bitmaps
│ │ └── 7e15c9ba-e4d3-4734-97bd-510612a669531.png
│ ├── CSharp
│ │ ├── AddGT.bmp
│ │ ├── AddGT.cs
│ │ ├── AddGT.cur
│ │ ├── GraphicTrackerMap2008.csproj
│ │ ├── GraphicTrackerMap2008.sln
│ │ ├── GraphicTrackerMap2010.csproj
│ │ ├── GraphicTrackerMap2010.sln
│ │ ├── GTMapForm.cs
│ │ ├── GTMapForm.Designer.cs
│ │ ├── GTMapForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SelectGT.bmp
│ │ ├── SelectGT.cs
│ │ └── SelectGT.cur
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddGT.bmp
│ ├── AddGT.cur
│ ├── AddGT.vb
│ ├── GraphicTrackerMap2008.sln
│ ├── GraphicTrackerMap2008.vbproj
│ ├── GraphicTrackerMap2010.sln
│ ├── GraphicTrackerMap2010.vbproj
│ ├── GTMapForm.Designer.vb
│ ├── GTMapForm.resx
│ ├── GTMapForm.vb
│ ├── Program.vb
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SelectGT.bmp
│ ├── SelectGT.cur
│ └── SelectGT.vb
├── ImageServiceConfigConsole
│ ├── CSharp
│ │ ├── ImageServiceConfigConsole2008.csproj
│ │ ├── ImageServiceConfigConsole2008.sln
│ │ ├── ImageServiceConfigConsole2010.csproj
│ │ ├── ImageServiceConfigConsole2010.sln
│ │ ├── ISConfig.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── ImageServiceConfigConsole2008.sln
│ ├── ImageServiceConfigConsole2008.vbproj
│ ├── ImageServiceConfigConsole2010.sln
│ ├── ImageServiceConfigConsole2010.vbproj
│ ├── ISConfig.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── ImportSignposts
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── GPImportSignpostFunctions2008.csproj
│ │ ├── GPImportSignpostFunctions2010.csproj
│ │ ├── ImportDynamapSignsFunction.cs
│ │ ├── ImportDynamapSignsHelp.xml
│ │ ├── ImportMultiNetSignsFunction.cs
│ │ ├── ImportMultiNetSignsHelp.xml
│ │ ├── ImportNavStreetsSignsFunction.cs
│ │ ├── ImportNavStreetsSignsHelp.xml
│ │ ├── ImportSignposts2008.sln
│ │ ├── ImportSignposts2010.sln
│ │ ├── SignpostGPFunctionFactory.cs
│ │ └── SignpostUtilities.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GPImportSignpostFunctions2008.vbproj
│ ├── GPImportSignpostFunctions2010.vbproj
│ ├── ImportDynamapSignsFunction.vb
│ ├── ImportDynamapSignsHelp.xml
│ ├── ImportMultiNetSignsFunction.vb
│ ├── ImportMultiNetSignsHelp.xml
│ ├── ImportNavStreetsSignsFunction.vb
│ ├── ImportNavStreetsSignsHelp.xml
│ ├── ImportSignposts2008.sln
│ ├── ImportSignposts2010.sln
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SignpostGPFunctionFactory.vb
│ └── SignpostUtilities.vb
├── LoadNetworkLayerFromActiveAnalysisToTOC
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── AddNetworkLayer.PNG
│ │ ├── LoadNetworkLayerFromActiveAnalysisToTOC2008.csproj
│ │ ├── LoadNetworkLayerFromActiveAnalysisToTOC2008.sln
│ │ ├── LoadNetworkLayerFromActiveAnalysisToTOC2010.csproj
│ │ ├── LoadNetworkLayerFromActiveAnalysisToTOC2010.sln
│ │ ├── LoadNetworkLayerFromActiveAnalysisToTOC.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── AddNetworkLayer.PNG
│ ├── LoadNetworkLayerFromActiveAnalysisToTOC2008.sln
│ ├── LoadNetworkLayerFromActiveAnalysisToTOC2008.vbproj
│ ├── LoadNetworkLayerFromActiveAnalysisToTOC2010.sln
│ ├── LoadNetworkLayerFromActiveAnalysisToTOC2010.vbproj
│ ├── LoadNetworkLayerFromActiveAnalysisToTOC.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── LocationAllocationSolver
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LocationAllocationSolver.exe
│ │ │ ├── LocationAllocationSolver.pdb
│ │ │ ├── LocationAllocationSolver.vshost.exe
│ │ │ └── LocationAllocationSolver.vshost.exe.manifest
│ │ ├── frmLocationAllocationSolver.cs
│ │ ├── frmLocationAllocationSolver.Designer.cs
│ │ ├── frmLocationAllocationSolver.resx
│ │ ├── LicenseInitializer.cs
│ │ ├── LocationAllocationSolver2008.csproj
│ │ ├── LocationAllocationSolver2008.sln
│ │ ├── LocationAllocationSolver2010.csproj
│ │ ├── LocationAllocationSolver2010.sln
│ │ ├── LocationAllocationSolver2010.suo
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── LocationAllocationSolver2010.csproj.FileListAbsolute.txt
│ │ │ ├── LocationAllocationSolver.exe
│ │ │ ├── LocationAllocationSolver.frmLocationAllocationSolver.resources
│ │ │ ├── LocationAllocationSolver.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── frmLocationAllocationSolver.Designer.vb
│ ├── frmLocationAllocationSolver.resx
│ ├── frmLocationAllocationSolver.vb
│ ├── LicenseInitializer.vb
│ ├── LocationAllocationSolver2008.sln
│ ├── LocationAllocationSolver2008.vbproj
│ ├── LocationAllocationSolver2010.sln
│ ├── LocationAllocationSolver2010.vbproj
│ ├── Program.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── MAGeodesyMapControl
│ ├── CSharp
│ │ ├── GeodesyMapControl
│ │ │ ├── app.config
│ │ │ ├── GeodesyMapControl2008.csproj
│ │ │ ├── GeodesyMapControl2010.csproj
│ │ │ ├── GeodesyMapControl.cs
│ │ │ ├── GeodesyMapControl.Designer.cs
│ │ │ ├── GeodesyMapControl.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── GeodesyMapControl2008.sln
│ │ └── GeodesyMapControl2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GeodesyMapControl
│ │ ├── app.config
│ │ ├── GeodesyMapControl2008.vbproj
│ │ ├── GeodesyMapControl2010.vbproj
│ │ ├── GeodesyMapControl.Designer.vb
│ │ ├── GeodesyMapControl.resx
│ │ ├── GeodesyMapControl.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── GeodesyMapControl2008.sln
│ └── GeodesyMapControl2010.sln
├── MakeACustomTimeControl
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── CustomTimeSliderButton.cs
│ │ ├── Images
│ │ │ ├── CustomTimeSliderButton.png
│ │ │ └── MakeACustomTimeControl2008.png
│ │ ├── MakeACustomTimeControl2008.csproj
│ │ ├── MakeACustomTimeControl2008.sln
│ │ ├── MakeACustomTimeControl2010.csproj
│ │ ├── MakeACustomTimeControl2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TimeSliderDialog.cs
│ │ ├── TimeSliderDialog.Designer.cs
│ │ └── TimeSliderDialog.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── CustomTimeSliderButton.vb
│ ├── Images
│ │ ├── CustomTimeSliderButton.png
│ │ └── MakeACustomTimeControl2008.png
│ ├── MakeACustomTimeControl2008.sln
│ ├── MakeACustomTimeControl2008.vbproj
│ ├── MakeACustomTimeControl2010.sln
│ ├── MakeACustomTimeControl2010.vbproj
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TimeSliderDialog.Designer.vb
│ ├── TimeSliderDialog.resx
│ └── TimeSliderDialog.vb
├── MALocateCoordinates
│ ├── CSharp
│ │ ├── LocateCoordinates
│ │ │ ├── app.config
│ │ │ ├── LocateCoordinates2008.csproj
│ │ │ ├── LocateCoordinates2010.csproj
│ │ │ ├── LocateCoordinates.cs
│ │ │ ├── LocateCoordinates.Designer.cs
│ │ │ ├── LocateCoordinates.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LocateCoordinates2008.sln
│ │ └── LocateCoordinates2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── LocateCoordinates
│ │ ├── app.config
│ │ ├── LocateCoordinates2008.vbproj
│ │ ├── LocateCoordinates2010.vbproj
│ │ ├── LocateCoordinates.Designer.vb
│ │ ├── LocateCoordinates.resx
│ │ ├── LocateCoordinates.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── LocateCoordinates2008.sln
│ └── LocateCoordinates2010.sln
├── MapAndPageLayoutSynchApp
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── assemblyinfo.cs
│ │ ├── ControlsSynchronizer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── MapAndPageLayoutSynchApp2008.csproj
│ │ ├── MapAndPageLayoutSynchApp2008.sln
│ │ ├── MapAndPageLayoutSynchApp2010.csproj
│ │ ├── MapAndPageLayoutSynchApp2010.sln
│ │ ├── Maps.cs
│ │ ├── OpenNewMapDocument.bmp
│ │ └── OpenNewMapDocument.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── assemblyinfo.vb
│ ├── ControlsSynchronizer.vb
│ ├── frmMain.resx
│ ├── frmMain.vb
│ ├── MapAndPageLayoutSynchApp2008.sln
│ ├── MapAndPageLayoutSynchApp2008.vbproj
│ ├── MapAndPageLayoutSynchApp2010.sln
│ ├── MapAndPageLayoutSynchApp2010.vbproj
│ ├── Maps.vb
│ ├── OpenNewMapDocument.bmp
│ └── OpenNewMapDocument.vb
├── MapControlAppPropertyPage
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── assemblyinfo.cs
│ │ ├── Binary
│ │ │ └── PropertyPages.dll
│ │ ├── CreateNewDocument.cs
│ │ ├── FeatureLayerSymbology.bmp
│ │ ├── FeatureLayerSymbology.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── MapControlAppPropertyPage2008.csproj
│ │ ├── MapControlAppPropertyPage2008.sln
│ │ ├── MapControlAppPropertyPage2010.csproj
│ │ ├── MapControlAppPropertyPage2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PropertySheet.cs
│ │ ├── PropertySheet.Designer.cs
│ │ ├── PropertySheet.resx
│ │ ├── SymbolSelectorPropPage.cs
│ │ ├── SymbolSelectorPropPage.Designer.cs
│ │ ├── SymbolSelectorPropPage.resx
│ │ ├── SymboSelector2008.csproj
│ │ ├── SymboSelector2010.csproj
│ │ └── TocContextMenuClass.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── assemblyinfo.vb
│ ├── Binary
│ │ └── PropertyPages.dll
│ ├── CreateNewDocument.vb
│ ├── FeatureLayerSymbology.bmp
│ ├── FeatureLayerSymbology.vb
│ ├── frmMain.resx
│ ├── frmMain.vb
│ ├── MapControlAppPropertyPage2008.sln
│ ├── MapControlAppPropertyPage2008.vbproj
│ ├── MapControlAppPropertyPage2010.sln
│ ├── MapControlAppPropertyPage2010.vbproj
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── PropertySheet.Designer.vb
│ ├── PropertySheet.resx
│ ├── PropertySheet.vb
│ ├── SymbolSelectorPropPage.Designer.vb
│ ├── SymbolSelectorPropPage.resx
│ ├── SymbolSelectorPropPage.vb
│ ├── SymboSelector2008.vbproj
│ ├── SymboSelector2010.vbproj
│ └── TocContextMenuClass.vb
├── MapControlCADViewer
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── CADFiles.REG
│ │ ├── CADView2008.csproj
│ │ ├── CADView2008.sln
│ │ ├── CADView2010.csproj
│ │ ├── CADView2010.sln
│ │ ├── CADView.cs
│ │ └── CADView.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── CADFiles.REG
│ ├── CADView2008.sln
│ ├── CADView2008.vbproj
│ ├── CADView2010.sln
│ ├── CADView2010.vbproj
│ ├── CADView.resX
│ └── CADView.vb
├── MapControlDrawText
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── DrawText2008.csproj
│ │ ├── DrawText2008.sln
│ │ ├── DrawText2010.csproj
│ │ ├── DrawText2010.sln
│ │ ├── DrawText.cs
│ │ └── DrawText.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── DrawText2008.sln
│ ├── DrawText2008.vbproj
│ ├── DrawText2010.sln
│ ├── DrawText2010.vbproj
│ ├── DrawText.resX
│ └── DrawText.vb
├── MapControlGeoEvents
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── GeoEvents2008.csproj
│ │ ├── GeoEvents2008.sln
│ │ ├── GeoEvents2010.csproj
│ │ ├── GeoEvents2010.sln
│ │ ├── GeoEvents.cs
│ │ └── GeoEvents.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── GeoEvents2008.sln
│ ├── GeoEvents2008.vbproj
│ ├── GeoEvents2010.sln
│ ├── GeoEvents2010.vbproj
│ ├── GeoEvents.resX
│ └── GeoEvents.vb
├── MapControlMapTips
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── MapTips2008.csproj
│ │ ├── MapTips2008.sln
│ │ ├── MapTips2010.csproj
│ │ ├── MapTips2010.sln
│ │ ├── MapTips.cs
│ │ └── MapTips.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── MapTips2008.sln
│ ├── MapTips2008.vbproj
│ ├── MapTips2010.sln
│ ├── MapTips2010.vbproj
│ ├── MapTips.resx
│ └── MapTips.vb
├── MapControlSaveLayerFile
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── assemblyinfo.cs
│ │ ├── ContextMenuClass.cs
│ │ ├── CreateNewDocument.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── LoadLayerFileCmd.bmp
│ │ ├── LoadLayerFileCmd.cs
│ │ ├── MapControlSaveLayerFile2008.csproj
│ │ ├── MapControlSaveLayerFile2008.sln
│ │ ├── MapControlSaveLayerFile2010.csproj
│ │ ├── MapControlSaveLayerFile2010.sln
│ │ ├── RemoveLayerCmd.bmp
│ │ ├── RemoveLayerCmd.cs
│ │ ├── SaveLayerFileCmd.bmp
│ │ └── SaveLayerFileCmd.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── assemblyinfo.vb
│ ├── ContextMenuClass.vb
│ ├── CreateNewDocument.vb
│ ├── frmMain.resx
│ ├── frmMain.vb
│ ├── LoadLayerFileCmd.bmp
│ ├── LoadLayerFileCmd.vb
│ ├── MapControlSaveLayerFile2008.sln
│ ├── MapControlSaveLayerFile2008.vbproj
│ ├── MapControlSaveLayerFile2010.sln
│ ├── MapControlSaveLayerFile2010.vbproj
│ ├── RemoveLayerCmd.bmp
│ ├── RemoveLayerCmd.vb
│ ├── SaveLayerFileCmd.bmp
│ └── SaveLayerFileCmd.vb
├── MapCruncher
│ ├── CSharp
│ │ ├── MapCruncherConsole
│ │ │ ├── MapCruncherClass.cs
│ │ │ ├── MapCruncherConsole2008.csproj
│ │ │ ├── MapCruncherConsole2010.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── MapCruncherConsole2008.sln
│ │ └── MapCruncherConsole2010.sln
│ └── ReadMe.htm
├── MapViewerWalkthrough
│ ├── CSharp
│ │ ├── Commands
│ │ │ ├── AddDateTool.bmp
│ │ │ ├── AddDateTool.cs
│ │ │ ├── AddDateTool.cur
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Commands2008.csproj
│ │ │ ├── Commands2010.csproj
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Controls
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Controls2008.csproj
│ │ │ ├── Controls2010.csproj
│ │ │ ├── MapViewer.cs
│ │ │ ├── MapViewer.Designer.cs
│ │ │ ├── MapViewer.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MapViewerWalkthrough2008.sln
│ │ └── MapViewerWalkthrough2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Commands
│ │ ├── AddDateTool.bmp
│ │ ├── AddDateTool.cur
│ │ ├── AddDateTool.vb
│ │ ├── AssemblyInfo.vb
│ │ ├── Commands2008.vbproj
│ │ ├── Commands2010.vbproj
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Controls
│ │ ├── AssemblyInfo.vb
│ │ ├── Controls2008.vbproj
│ │ ├── Controls2010.vbproj
│ │ ├── MapViewer.Designer.vb
│ │ ├── MapViewer.resx
│ │ ├── MapViewer.vb
│ │ └── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── MapViewerWalkthrough2008.sln
│ └── MapViewerWalkthrough2010.sln
├── MarkerPlacementAroundPoint
│ ├── bitmaps
│ │ └── e15efb58-77b5-47ff-8e27-f869a996c8721.png
│ ├── CSharp
│ │ ├── AroundPoint2008.csproj
│ │ ├── AroundPoint2008.sln
│ │ ├── AroundPoint2010.csproj
│ │ ├── AroundPoint2010.sln
│ │ ├── AroundPointCls.cs
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AroundPoint_MP2008.sln
│ ├── AroundPoint_MP2008.vbproj
│ ├── AroundPoint_MP2010.sln
│ ├── AroundPoint_MP2010.vbproj
│ ├── AroundPoint.vb
│ └── AssemblyInfo.vb
├── MOLEDisplay
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MoleDisplay.vshost.exe
│ │ │ └── MoleDisplay.vshost.exe.manifest
│ │ ├── DefenseSolutions.cs
│ │ ├── MoleDisplay2008.csproj
│ │ ├── MoleDisplay2008.sln
│ │ ├── MoleDisplay2010.csproj
│ │ ├── MoleDisplay2010.sln
│ │ ├── MoleDisplay2010.suo
│ │ ├── MoleDisplay.cs
│ │ ├── MoleDisplay.Designer.cs
│ │ ├── MoleDisplay.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ApplicationEvents.vb
│ ├── MoleDisplay2008.sln
│ ├── MoleDisplay2008.vbproj
│ ├── MoleDisplay2010.sln
│ ├── MoleDisplay2010.vbproj
│ ├── MoleDisplay.Designer.vb
│ ├── MoleDisplay.resx
│ ├── MoleDisplay.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── MOLEGlobeControl
│ ├── bitmaps
│ │ ├── ce119da6-8f7e-4788-8751-cc35a3c69c851.png
│ │ └── ce119da6-8f7e-4788-8751-cc35a3c69c852.png
│ ├── CSharp
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── MoleGlobeControlApp2008.csproj
│ │ ├── MoleGlobeControlApp2008.sln
│ │ ├── MoleGlobeControlApp2010.csproj
│ │ ├── MoleGlobeControlApp2010.sln
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Wi006432.ico
│ ├── ReadMe.htm
│ └── VBNet
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── MoleGlobeControlApp2008.sln
│ ├── MoleGlobeControlApp2008.vbproj
│ ├── MoleGlobeControlApp2010.sln
│ ├── MoleGlobeControlApp2010.vbproj
│ ├── Program.vb
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── Wi006432.ico
├── MOLELeaderStack
│ ├── bitmaps
│ │ ├── 46085b76-23de-46a3-a60a-27b7727c0df21.png
│ │ └── 46085b76-23de-46a3-a60a-27b7727c0df22.png
│ ├── CSharp
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── MoleLeaderStack2008.csproj
│ │ ├── MoleLeaderStack2008.sln
│ │ ├── MoleLeaderStack2010.csproj
│ │ ├── MoleLeaderStack2010.sln
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── MoleLeaderStack2008.sln
│ ├── MoleLeaderStack2008.vbproj
│ ├── MoleLeaderStack2010.sln
│ ├── MoleLeaderStack2010.vbproj
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── MOLEManualGroupDraw
│ ├── bitmaps
│ │ └── 1dfb0a56-5936-4fb1-b7f4-32e95fee33761.png
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── DemoSymbolIDs.cs
│ │ ├── Earth.ico
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── MoleManualGroupDraw2008.csproj
│ │ ├── MoleManualGroupDraw2008.sln
│ │ ├── MoleManualGroupDraw2010.csproj
│ │ ├── MoleManualGroupDraw2010.sln
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── DemoSymbolIDs.vb
│ ├── Earth.ico
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── MoleManualGroupDraw2008.sln
│ ├── MoleManualGroupDraw2008.vbproj
│ ├── MoleManualGroupDraw2010.sln
│ ├── MoleManualGroupDraw2010.vbproj
│ ├── Program.vb
│ └── Properties
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── MOLESymbols
│ ├── bitmaps
│ │ └── 2b0f4eab-21a1-4fdb-ab9c-95fdb5deb6371.png
│ ├── CSharp
│ │ ├── add.bmp
│ │ ├── App.ico
│ │ ├── area.bmp
│ │ ├── DemoSIC.cs
│ │ ├── Earth.ico
│ │ ├── jazz.bmp
│ │ ├── line.bmp
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── MoleSymbols2008.csproj
│ │ ├── MoleSymbols2008.sln
│ │ ├── MoleSymbols2010.csproj
│ │ ├── MoleSymbols2010.sln
│ │ ├── move.bmp
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── select.bmp
│ ├── ReadMe.htm
│ └── VBNet
│ ├── add.bmp
│ ├── App.ico
│ ├── area.bmp
│ ├── DemoSIC.vb
│ ├── Earth.ico
│ ├── jazz.bmp
│ ├── line.bmp
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── MoleSymbols2008.sln
│ ├── MoleSymbols2008.vbproj
│ ├── MoleSymbols2010.sln
│ ├── MoleSymbols2010.vbproj
│ ├── move.bmp
│ ├── Program.vb
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── select.bmp
├── MultiPatchExamples
│ ├── bitmaps
│ │ └── 086497b3-de6f-4042-8b5a-7ac7324198e71.png
│ ├── CSharp
│ │ ├── MultiPatchExamples
│ │ │ ├── ColorUtilities.cs
│ │ │ ├── CompositeExamples.cs
│ │ │ ├── DrawUtilities.cs
│ │ │ ├── ElementUtilities.cs
│ │ │ ├── ExtrusionExamples.cs
│ │ │ ├── GeometryUtilities.cs
│ │ │ ├── GraphicsLayer3DUtilities.cs
│ │ │ ├── MultiPatchExamples2008.csproj
│ │ │ ├── MultiPatchExamples2010.csproj
│ │ │ ├── MultiPatchExamples.cs
│ │ │ ├── MultiPatchExamples.Designer.cs
│ │ │ ├── MultiPatchExamples.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── RingExamples.cs
│ │ │ ├── RingGroupExamples.cs
│ │ │ ├── Transform3DExamples.cs
│ │ │ ├── TriangleFanExamples.cs
│ │ │ ├── TrianglesExamples.cs
│ │ │ ├── TriangleStripExamples.cs
│ │ │ └── Vector3DExamples.cs
│ │ ├── MultiPatchExamples2008.sln
│ │ └── MultiPatchExamples2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── MultiPatchExamples
│ │ ├── ColorUtilities.vb
│ │ ├── CompositeExamples.vb
│ │ ├── DrawUtilities.vb
│ │ ├── ElementUtilities.vb
│ │ ├── ExtrusionExamples.vb
│ │ ├── GeometryUtilities.vb
│ │ ├── GraphicsLayer3DUtilities.vb
│ │ ├── MultiPatchExamples2008.vbproj
│ │ ├── MultiPatchExamples2010.vbproj
│ │ ├── MultiPatchExamples.Designer.vb
│ │ ├── MultiPatchExamples.resx
│ │ ├── MultiPatchExamples.vb
│ │ ├── Program.vb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ ├── RingExamples.vb
│ │ ├── RingGroupExamples.vb
│ │ ├── Transform3DExamples.vb
│ │ ├── TriangleFanExamples.vb
│ │ ├── TrianglesExamples.vb
│ │ ├── TriangleStripExamples.vb
│ │ └── Vector3DExamples.vb
│ ├── MultiPatchExamples2008.sln
│ └── MultiPatchExamples2010.sln
├── MultipleGlobeViewers
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── globe_small_with_hand.bmp
│ │ ├── Images
│ │ │ └── MultipleGlobeViewers.png
│ │ ├── MultipleGlobeViewers2008.csproj
│ │ ├── MultipleGlobeViewers2008.sln
│ │ ├── MultipleGlobeViewers2010.csproj
│ │ ├── MultipleGlobeViewers2010.sln
│ │ ├── MultipleGlobeViewers.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SecondaryViewerForm.cs
│ │ ├── SecondaryViewerForm.Designer.cs
│ │ └── SecondaryViewerForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── globe_small_with_hand.bmp
│ ├── Images
│ │ └── MultipleGlobeViewers.png
│ ├── MultipleGlobeViewers2008.sln
│ ├── MultipleGlobeViewers2008.vbproj
│ ├── MultipleGlobeViewers2010.sln
│ ├── MultipleGlobeViewers2010.vbproj
│ ├── MultipleGlobeViewers.vb
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── SecondaryViewerForm.designer.vb
│ ├── SecondaryViewerForm.resx
│ └── SecondaryViewerForm.vb
├── MultivariateRenderer
│ ├── CSharp
│ │ ├── app.config
│ │ ├── AssemblyInfo.cs
│ │ ├── Blue hills.bmp
│ │ ├── IMultivariateRenderer.cs
│ │ ├── MultivariateRenderer.cs
│ │ ├── MultivariateRenderers2008.csproj
│ │ ├── MultivariateRenderers2008.sln
│ │ ├── MultivariateRenderers2010.csproj
│ │ ├── MultivariateRenderers2010.sln
│ │ ├── MultivariateRendPropPage.cs
│ │ ├── MultiVariateRendPropPageCS.bmp
│ │ ├── My Project
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PropPageForm.cs
│ │ ├── PropPageForm.resx
│ │ ├── SecondaryForm.cs
│ │ └── SecondaryForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── app.config
│ ├── AssemblyInfo.vb
│ ├── Blue hills.bmp
│ ├── IMultivariateRenderer.vb
│ ├── MultivariateRenderers2008.sln
│ ├── MultivariateRenderers2008.vbproj
│ ├── MultivariateRenderers2010.sln
│ ├── MultivariateRenderers2010.vbproj
│ ├── MultivariateRenderer.vb
│ ├── MultivariateRendPropPage.bmp
│ ├── MultivariateRendPropPage.vb
│ ├── My Project
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── PropPageForm.resx
│ ├── PropPageForm.vb
│ ├── SecondaryForm.resx
│ └── SecondaryForm.vb
├── MyDynamicDisplayApp
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── CreateNewDocument.cs
│ │ ├── Earth.ico
│ │ ├── LoadDynamicLayerCmd.bmp
│ │ ├── LoadDynamicLayerCmd.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── MyDynamicDisplayApp2008.csproj
│ │ ├── MyDynamicDisplayApp2008.sln
│ │ ├── MyDynamicDisplayApp2010.csproj
│ │ ├── MyDynamicDisplayApp2010.sln
│ │ ├── MyDynamicLayer.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ToggleDynamicDisplayCmd.bmp
│ │ └── ToggleDynamicDisplayCmd.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── CreateNewDocument.vb
│ ├── Earth.ico
│ ├── LoadDynamicLayerCmd.bmp
│ ├── LoadDynamicLayerCmd.vb
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── MyDynamicDisplayApp2008.sln
│ ├── MyDynamicDisplayApp2008.vbproj
│ ├── MyDynamicDisplayApp2010.sln
│ ├── MyDynamicDisplayApp2010.vbproj
│ ├── MyDynamicLayer.vb
│ ├── Program.vb
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── ToggleDynamicDisplayCmd.bmp
│ └── ToggleDynamicDisplayCmd.vb
├── MyDynamicLayer
│ ├── CSharp
│ │ ├── AddMyDynamicLayerCmd.bmp
│ │ ├── AddMyDynamicLayerCmd.cs
│ │ ├── B2.bmp
│ │ ├── DynamicLayerToolbar.cs
│ │ ├── MyDynamicLayer2008.csproj
│ │ ├── MyDynamicLayer2008.sln
│ │ ├── MyDynamicLayer2010.csproj
│ │ ├── MyDynamicLayer2010.sln
│ │ ├── MyDynamicLayerClass.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddMyDynamicLayerCmd.bmp
│ ├── AddMyDynamicLayerCmd.vb
│ ├── B2.bmp
│ ├── DynamicLayerToolbar.vb
│ ├── MyDynamicLayer2008.sln
│ ├── MyDynamicLayer2008.vbproj
│ ├── MyDynamicLayer2010.sln
│ ├── MyDynamicLayer2010.vbproj
│ ├── MyDynamicLayerClass.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── NAAddTraversalResultToMap
│ ├── CSharp
│ │ ├── AddTraversalResultsToMap.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── AddTraversalResult.PNG
│ │ ├── NAAddTraversalResultToMap2008.csproj
│ │ ├── NAAddTraversalResultToMap2008.sln
│ │ ├── NAAddTraversalResultToMap2010.csproj
│ │ ├── NAAddTraversalResultToMap2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── AddTraversalResultsToMap.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── AddTraversalResult.PNG
│ ├── NAAddTraversalResultToMap2008.sln
│ ├── NAAddTraversalResultToMap2008.vbproj
│ ├── NAAddTraversalResultToMap2010.sln
│ ├── NAAddTraversalResultToMap2010.vbproj
│ └── Properties
│ └── AssemblyInfo.vb
├── NABarrierLocationEditor
│ ├── CSharp
│ │ ├── EditorForm.cs
│ │ ├── EditorForm.Designer.cs
│ │ ├── EditorForm.resx
│ │ ├── NABarrierLocationEditor2008.csproj
│ │ ├── NABarrierLocationEditor2008.sln
│ │ ├── NABarrierLocationEditor2010.csproj
│ │ ├── NABarrierLocationEditor2010.sln
│ │ ├── NABarrierLocationEditor.bmp
│ │ ├── NABarrierLocationEditor.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNET
│ ├── EditorForm.Designer.vb
│ ├── EditorForm.resx
│ ├── EditorForm.vb
│ ├── NABarrierLocationEditor2008.sln
│ ├── NABarrierLocationEditor2008.vbproj
│ ├── NABarrierLocationEditor2010.sln
│ ├── NABarrierLocationEditor2010.vbproj
│ ├── NABarrierLocationEditor.bmp
│ ├── NABarrierLocationEditor.vb
│ └── Properties
│ └── AssemblyInfo.vb
├── NAEngine
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── cmdClearAnalysisLayer.cs
│ │ ├── cmdLoadLocations.cs
│ │ ├── cmdNALayerProperties.cs
│ │ ├── cmdNAProperties.cs
│ │ ├── cmdRemoveLayer.cs
│ │ ├── frmLoadLocations.cs
│ │ ├── frmLoadLocations.resx
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── frmNALayerProperties.cs
│ │ ├── frmNALayerProperties.resx
│ │ ├── frmNAProperties.cs
│ │ ├── frmNAProperties.resx
│ │ ├── NAEngine2008.csproj
│ │ ├── NAEngine2008.sln
│ │ ├── NAEngine2010.csproj
│ │ └── NAEngine2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── AssemblyInfo.vb
│ ├── cmdClearAnalysisLayer.vb
│ ├── cmdLoadLocations.vb
│ ├── cmdNALayerProperties.vb
│ ├── cmdNAProperties.vb
│ ├── cmdRemoveLayer.vb
│ ├── frmLoadLocations.resx
│ ├── frmLoadLocations.vb
│ ├── frmMain.resx
│ ├── frmMain.vb
│ ├── frmNALayerProperties.resx
│ ├── frmNALayerProperties.vb
│ ├── frmNAProperties.resx
│ ├── frmNAProperties.vb
│ ├── NAEngine2008.sln
│ ├── NAEngine2008.vbproj
│ ├── NAEngine2010.sln
│ └── NAEngine2010.vbproj
├── NAServerClosestFacilityGISServerAPI
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── ClosestFacility_GISServerAPI2008.csproj
│ │ ├── ClosestFacility_GISServerAPI2008.sln
│ │ ├── ClosestFacility_GISServerAPI2010.csproj
│ │ ├── ClosestFacility_GISServerAPI2010.sln
│ │ ├── ClosestFacility_GISServerAPIClass.cs
│ │ ├── ClosestFacility_GISServerAPIClass.resx
│ │ └── LicenseInitializer.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ClosestFacility_GISServerAPI2008.sln
│ ├── ClosestFacility_GISServerAPI2008.vbproj
│ ├── ClosestFacility_GISServerAPI2010.sln
│ ├── ClosestFacility_GISServerAPI2010.vbproj
│ ├── ClosestFacility_GISServerAPIClass.Designer.vb
│ ├── ClosestFacility_GISServerAPIClass.resx
│ ├── ClosestFacility_GISServerAPIClass.vb
│ ├── LicenseInitializer.vb
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── NAServerGeocodeRouteWebService
│ ├── CSharp
│ │ ├── GeocodeRoute_WebService2008.csproj
│ │ ├── GeocodeRoute_WebService2008.sln
│ │ ├── GeocodeRoute_WebService2010.csproj
│ │ ├── GeocodeRoute_WebService2010.sln
│ │ ├── GeocodeRoute_WebServiceClass.cs
│ │ └── GeocodeRoute_WebServiceClass.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── GeocodeRoute_WebService2008.sln
│ ├── GeocodeRoute_WebService2008.vbproj
│ ├── GeocodeRoute_WebService2010.sln
│ ├── GeocodeRoute_WebService2010.vbproj
│ ├── GeocodeRoute_WebServiceClass.resx
│ └── GeocodeRoute_WebServiceClass.vb
├── NAServerRouteGISClient
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── LicenseInitializer.cs
│ │ ├── Route_GISClient2008.csproj
│ │ ├── Route_GISClient2008.sln
│ │ ├── Route_GISClient2010.csproj
│ │ ├── Route_GISClient2010.sln
│ │ ├── Route_GISClientClass.cs
│ │ └── Route_GISClientClass.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── App.ico
│ ├── AssemblyInfo.vb
│ ├── LicenseInitializer.vb
│ ├── Route_GISClient2008.sln
│ ├── Route_GISClient2008.vbproj
│ ├── Route_GISClient2010.sln
│ ├── Route_GISClient2010.vbproj
│ ├── Route_GISClientClass.resx
│ └── Route_GISClientClass.vb
├── NAServerRouteGISServerAPI
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── LicenseInitializer.cs
│ │ ├── Route_GISServerAPI2008.csproj
│ │ ├── Route_GISServerAPI2008.sln
│ │ ├── Route_GISServerAPI2010.csproj
│ │ ├── Route_GISServerAPI2010.sln
│ │ ├── Route_GISServerAPIClass.cs
│ │ └── Route_GISServerAPIClass.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── LicenseInitializer.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Route_GISServerAPI2008.sln
│ ├── Route_GISServerAPI2008.vbproj
│ ├── Route_GISServerAPI2010.sln
│ ├── Route_GISServerAPI2010.vbproj
│ ├── Route_GISServerAPIClass.Designer.vb
│ ├── Route_GISServerAPIClass.resx
│ └── Route_GISServerAPIClass.vb
├── NAServerRouteWebService
│ ├── CSharp
│ │ ├── Route_WebService2008.csproj
│ │ ├── Route_WebService2008.sln
│ │ ├── Route_WebService2010.csproj
│ │ ├── Route_WebService2010.sln
│ │ ├── Route_WebServiceClass.cs
│ │ └── Route_WebServiceClass.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Route_WebService2008.sln
│ ├── Route_WebService2008.vbproj
│ ├── Route_WebService2010.sln
│ ├── Route_WebService2010.vbproj
│ ├── Route_WebServiceClass.resx
│ └── Route_WebServiceClass.vb
├── NAServerServiceAreaGISServerAPI
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── LicenseInitializer.cs
│ │ ├── ServiceArea_GISServerAPI2008.csproj
│ │ ├── ServiceArea_GISServerAPI2008.sln
│ │ ├── ServiceArea_GISServerAPI2010.csproj
│ │ ├── ServiceArea_GISServerAPI2010.sln
│ │ ├── ServiceArea_GISServerAPIClass.cs
│ │ └── ServiceArea_GISServerAPIClass.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── LicenseInitializer.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── ServiceArea_GISServerAPI2008.sln
│ ├── ServiceArea_GISServerAPI2008.vbproj
│ ├── ServiceArea_GISServerAPI2010.sln
│ ├── ServiceArea_GISServerAPI2010.vbproj
│ ├── ServiceArea_GISServerAPIClass.Designer.vb
│ ├── ServiceArea_GISServerAPIClass.resx
│ └── ServiceArea_GISServerAPIClass.vb
├── NATraversalResult
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── SelectFeaturesTool.png
│ │ ├── NATraversalResult2008.csproj
│ │ ├── NATraversalResult2008.sln
│ │ ├── NATraversalResult2010.csproj
│ │ ├── NATraversalResult2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SelectFeaturesTool.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── SelectFeaturesTool.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── NATraversalResult2008.sln
│ ├── NATraversalResult2008.vbproj
│ ├── NATraversalResult2010.sln
│ ├── NATraversalResult2010.vbproj
│ └── SelectFeaturesTool.vb
├── ODCostMatrixSolver
│ ├── CSharp
│ │ ├── frmODCostMatrixSolver.cs
│ │ ├── frmODCostMatrixSolver.Designer.cs
│ │ ├── frmODCostMatrixSolver.resx
│ │ ├── LicenseInitializer.cs
│ │ ├── ODCostMatrixSolver2008.csproj
│ │ ├── ODCostMatrixSolver2008.sln
│ │ ├── ODCostMatrixSolver2010.csproj
│ │ ├── ODCostMatrixSolver2010.sln
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadMe.htm
│ └── VBNet
│ ├── frmODCostMatrixSolver.Designer.vb
│ ├── frmODCostMatrixSolver.resx
│ ├── frmODCostMatrixSolver.vb
│ ├── LicenseInitializer.vb
│ ├── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── ODCostMatrixSolver2008.sln
│ ├── ODCostMatrixSolver2008.vbproj
│ ├── ODCostMatrixSolver2010.sln
│ ├── ODCostMatrixSolver2010.vbproj
│ └── Program.vb
├── OpenSaveLogExtension
│ ├── CSharp
│ │ ├── LogExtension.cs
│ │ ├── OpenSaveLogExtensionCS2008.csproj
│ │ ├── OpenSaveLogExtensionCS2008.sln
│ │ ├── OpenSaveLogExtensionCS2010.csproj
│ │ ├── OpenSaveLogExtensionCS2010.sln
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── LogExtension.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── OpenSaveLogExtensionVB2008.sln
│ ├── OpenSaveLogExtensionVB2008.vbproj
│ ├── OpenSaveLogExtensionVB2010.sln
│ └── OpenSaveLogExtensionVB2010.vbproj
├── PackagePMF
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── PackagePMF2008.png
│ │ │ └── PackagePMF.png
│ │ ├── PackagePMF2008.csproj
│ │ ├── PackagePMF2008.sln
│ │ ├── PackagePMF2010.csproj
│ │ ├── PackagePMF2010.sln
│ │ ├── PackagePMF.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── PackagePMF2008.png
│ │ └── PackagePMF.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── PackagePMF2008.sln
│ ├── PackagePMF2008.vbproj
│ ├── PackagePMF2010.sln
│ ├── PackagePMF2010.vbproj
│ └── PackagePMF.vb
├── PageLayoutControlCopyFocusMap
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── CopyFocusMap2008.csproj
│ │ ├── CopyFocusMap2008.sln
│ │ ├── CopyFocusMap2010.csproj
│ │ ├── CopyFocusMap2010.sln
│ │ ├── CopyFocusMap.cs
│ │ └── CopyFocusMap.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── CopyFocusMap2008.sln
│ ├── CopyFocusMap2008.vbproj
│ ├── CopyFocusMap2010.sln
│ ├── CopyFocusMap2010.vbproj
│ ├── CopyFocusMap.resX
│ └── CopyFocusMap.vb
├── PageLayoutControlLoadMapDocument
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── LoadMap.cs
│ │ ├── LoadMapDocument2008.csproj
│ │ ├── LoadMapDocument2008.sln
│ │ ├── LoadMapDocument2010.csproj
│ │ ├── LoadMapDocument2010.sln
│ │ ├── LoadMap.resx
│ │ ├── Password.cs
│ │ └── Password.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── LoadMapDocument2008.sln
│ ├── LoadMapDocument2008.vbproj
│ ├── LoadMapDocument2010.sln
│ ├── LoadMapDocument2010.vbproj
│ ├── LoadMap.resx
│ ├── LoadMap.vb
│ ├── Password.resx
│ └── Password.vb
├── PageLayoutControlOverview
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── Overview2008.csproj
│ │ ├── Overview2008.sln
│ │ ├── Overview2010.csproj
│ │ ├── Overview2010.sln
│ │ ├── Overview.cs
│ │ └── Overview.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── Overview2008.sln
│ ├── Overview2008.vbproj
│ ├── Overview2010.sln
│ ├── Overview2010.vbproj
│ ├── Overview.resX
│ └── Overview.vb
├── PageLayoutControlPageAppearance
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── PageAppearance2008.csproj
│ │ ├── PageAppearance2008.sln
│ │ ├── PageAppearance2010.csproj
│ │ ├── PageAppearance2010.sln
│ │ ├── PageAppearance.cs
│ │ └── PageAppearance.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── PageAppearance2008.sln
│ ├── PageAppearance2008.vbproj
│ ├── PageAppearance2010.sln
│ ├── PageAppearance2010.vbproj
│ ├── PageAppearance.resx
│ └── PageAppearance.vb
├── PageLayoutControlPrinting
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── PrintPageLayout2008.csproj
│ │ ├── PrintPageLayout2008.sln
│ │ ├── PrintPageLayout2010.csproj
│ │ ├── PrintPageLayout2010.sln
│ │ ├── PrintPageLayout.cs
│ │ └── PrintPageLayout.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── PrintPageLayout2008.sln
│ ├── PrintPageLayout2008.vbproj
│ ├── PrintPageLayout2010.sln
│ ├── PrintPageLayout2010.vbproj
│ ├── PrintPageLayout.resX
│ └── PrintPageLayout.vb
├── PageLayoutControlPrintPreview
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── PrintPreview2008.csproj
│ │ ├── PrintPreview2008.sln
│ │ ├── PrintPreview2010.csproj
│ │ ├── PrintPreview2010.sln
│ │ ├── PrintPreview.cs
│ │ └── PrintPreview.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── PrintPreview2008.sln
│ ├── PrintPreview2008.vbproj
│ ├── PrintPreview2010.sln
│ ├── PrintPreview2010.vbproj
│ ├── PrintPreview.resx
│ └── PrintPreview.vb
├── PersistStream
│ ├── CSharp
│ │ ├── ClonableObj
│ │ │ ├── ClonableObj2008.csproj
│ │ │ ├── ClonableObj2010.csproj
│ │ │ ├── ClonableObjClass.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── TestApp
│ │ │ ├── LicenseInitializer.cs
│ │ │ ├── LicenseInitializer.Designer.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── TestApp2008.csproj
│ │ │ ├── TestApp2010.csproj
│ │ │ └── TestClass.cs
│ │ ├── PeristStream2008.sln
│ │ ├── PeristStream2010.sln
│ │ ├── PeristStreamHelper2008.csproj
│ │ ├── PeristStreamHelper2010.csproj
│ │ ├── PeristStreamHelper.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ └── ReadMe.htm
├── PointsAlongLine
│ ├── CSharp
│ │ ├── PointsAlongLine2008.csproj
│ │ ├── PointsAlongLine2008.sln
│ │ ├── PointsAlongLine2010.csproj
│ │ ├── PointsAlongLine2010.sln
│ │ ├── PointsAlongLineForm.cs
│ │ ├── PointsAlongLineForm.Designer.cs
│ │ ├── PointsAlongLineForm.resx
│ │ ├── PointsAlongLineTool.bmp
│ │ ├── PointsAlongLineTool.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── PointsAlongLine2008.sln
│ ├── PointsAlongLine2008.vbproj
│ ├── PointsAlongLine2010.sln
│ ├── PointsAlongLine2010.vbproj
│ ├── PointsAlongLineForm.Designer.vb
│ ├── PointsAlongLineForm.resx
│ ├── PointsAlongLineForm.vb
│ ├── PointsAlongLineTool.bmp
│ └── PointsAlongLineTool.vb
├── PrintActiveView
│ ├── CSharp
│ │ └── PrintActiveViewCS_Net_Addin
│ │ ├── PrintActiveViewCS_Net_Addin
│ │ │ ├── Config.Designer.cs
│ │ │ ├── Config.esriaddinx
│ │ │ ├── Images
│ │ │ │ ├── PrintActiveViewCS_Net2008.png
│ │ │ │ ├── PrintActiveViewCS_Net_Addin.png
│ │ │ │ └── Thumbs.db
│ │ │ ├── PrintActiveViewCS_Net_Addin2008.csproj
│ │ │ ├── PrintActiveViewCS_Net_Addin2010.csproj
│ │ │ ├── PrintActiveViewCS_Net_Addin.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PrintActiveViewCS_Net_Addin2008.sln
│ │ └── PrintActiveViewCS_Net_Addin2010.sln
│ ├── Readme.htm
│ └── VBNET
│ └── PrintActiveViewVB_Net_Addin
│ ├── PrintActiveViewVB_Net_Addin
│ │ ├── Config.Designer.vb
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── PrintActiveViewVB_Net2008.png
│ │ │ └── PrintActiveViewVB_Net_Addin.png
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── PrintActiveViewVB_Net_Addin2008.vbproj
│ │ ├── PrintActiveViewVB_Net_Addin2010.vbproj
│ │ └── PrintActiveViewVB_Net_Addin.vb
│ ├── PrintActiveViewVB_Net_Addin2008.sln
│ └── PrintActiveViewVB_Net_Addin2010.sln
├── PrintActiveViewArcPress
│ ├── CSharp
│ │ └── PrintActiveViewArcPressCS_Net_Addin
│ │ ├── PrintActiveViewArcPressCS_Net_Addin
│ │ │ ├── Config.Designer.cs
│ │ │ ├── Config.esriaddinx
│ │ │ ├── Images
│ │ │ │ └── PrintActiveViewArcPressCS_Net2008_Addin.png
│ │ │ ├── PrintActiveViewArcPressCS_Net_Addin_2008.csproj
│ │ │ ├── PrintActiveViewArcPressCS_Net_Addin_2010.csproj
│ │ │ ├── PrintActiveViewArcPressCS_Net_Addin.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PrintActiveViewArcPressCS_Net_Addin2008.sln
│ │ └── PrintActiveViewArcPressCS_Net_Addin2010.sln
│ ├── readme.htm
│ └── VBNet
│ └── PrintActiveViewArcPressVB_Net_Addin
│ ├── PrintActiveViewArcPressVB_Net_Addin
│ │ ├── Config.Designer.vb
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── PrintActiveViewArcPressVB_Net2008_Addin.png
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── PrintActiveViewArcPressVB_Net_Addin2008.vbproj
│ │ ├── PrintActiveViewArcPressVB_Net_Addin2010.vbproj
│ │ └── PrintActiveViewArcPressVB_Net_Addin.vb
│ ├── PrintActiveViewArcPressVB_Net_Addin2008.sln
│ └── PrintActiveViewArcPressVB_Net_Addin2010.sln
├── PrintMultiPage
│ ├── CSharp
│ │ └── PrintMultiPagesCS_NET_Addin
│ │ ├── PrintMultiPagesCS_NET_Addin
│ │ │ ├── Config.Designer.cs
│ │ │ ├── Config.esriaddinx
│ │ │ ├── Images
│ │ │ │ └── PrintMultiPagesCS_NET2008_Addin.png
│ │ │ ├── PrintMultiPagesCS_NET_Addin2008.csproj
│ │ │ ├── PrintMultiPagesCS_NET_Addin2010.csproj
│ │ │ ├── PrintMultiPagesCS_NET_Addin.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PrintMultiPagesCS_NET_Addin2008.sln
│ │ └── PrintMultiPagesCS_NET_Addin2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ └── PrintMultiPagesVB_NET_Addin
│ ├── PrintMultiPagesVB_NET_Addin
│ │ ├── Config.Designer.vb
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── PrintMultiPagesVB_NET2008_Addin.png
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── PrintMultiPagesVB_NET_Addin2008.vbproj
│ │ ├── PrintMultiPagesVB_NET_Addin2010.vbproj
│ │ └── PrintMultiPagesVB_NET_Addin.vb
│ ├── PrintMultiPagesVB_NET_Addin2008.sln
│ └── PrintMultiPagesVB_NET_Addin2010.sln
├── PublishMap
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── PublishMap2008.png
│ │ │ └── PublishMap.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PublishMap2008.csproj
│ │ ├── PublishMap2008.sln
│ │ ├── PublishMap2010.csproj
│ │ ├── PublishMap2010.sln
│ │ └── PublishMap.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── PublishMap2008.png
│ │ └── PublishMap.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── PublishMap2008.sln
│ ├── PublishMap2008.vbproj
│ ├── PublishMap2010.sln
│ ├── PublishMap2010.vbproj
│ └── PublishMap.vb
├── RasterSyncWorkspaceExtension
│ ├── CSharp
│ │ ├── RasterSyncExtension
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── RasterSyncExtension2008.csproj
│ │ │ ├── RasterSyncExtension2010.csproj
│ │ │ └── RasterSyncWorkspaceExtension.cs
│ │ ├── RasterSyncExtension2008.sln
│ │ ├── RasterSyncExtension2010.sln
│ │ └── RasterSyncExtensionReg
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RasterSyncExtensionReg2008.csproj
│ │ ├── RasterSyncExtensionReg2010.csproj
│ │ └── RegisterExtension.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RasterSyncExtension
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── RasterSyncExtension2008.vbproj
│ │ ├── RasterSyncExtension2010.vbproj
│ │ └── RasterSyncWorkspaceExtension.vb
│ ├── RasterSyncExtension2008.sln
│ ├── RasterSyncExtension2010.sln
│ └── RasterSyncExtensionReg
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── RasterSyncExtensionReg2008.vbproj
│ ├── RasterSyncExtensionReg2010.vbproj
│ └── RegisterExtension.vb
├── RecentFilesCommands
│ ├── bitmaps
│ │ └── 5cb60440-ed8d-40ea-bb7d-077c6c5e72b61.png
│ ├── CSharp
│ │ ├── CommandRecentFiles.cs
│ │ ├── FormRecentFiles.cs
│ │ ├── FormRecentFiles.Designer.cs
│ │ ├── FormRecentFiles.resx
│ │ ├── MultiItemRecentFiles.cs
│ │ ├── OpenDocument.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RecentFilesCombo.cs
│ │ ├── RecentFilesCommandsCS2008.csproj
│ │ ├── RecentFilesCommandsCS2008.sln
│ │ ├── RecentFilesCommandsCS2010.csproj
│ │ ├── RecentFilesCommandsCS2010.sln
│ │ ├── RecentFilesRegistryHelper.cs
│ │ ├── RootMenuRecentFiles.cs
│ │ └── ToolbarRecentFiles.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CommandRecentFiles.vb
│ ├── FormRecentFiles.Designer.vb
│ ├── FormRecentFiles.resx
│ ├── FormRecentFiles.vb
│ ├── MultiItemRecentFiles.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── OpenDocument.png
│ ├── RecentFilesCombo.vb
│ ├── RecentFilesCommandsVB2008.sln
│ ├── RecentFilesCommandsVB2008.vbproj
│ ├── RecentFilesCommandsVB2010.sln
│ ├── RecentFilesCommandsVB2010.vbproj
│ ├── RecentFilesRegistryHelper.vb
│ ├── RootMenuRecentFiles.vb
│ └── ToolbarRecentFiles.vb
├── RouteLayer
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RouteLayer.exe
│ │ │ ├── RouteLayer.pdb
│ │ │ ├── RouteLayer.vshost.exe
│ │ │ └── RouteLayer.vshost.exe.manifest
│ │ ├── LicenseInitializer.cs
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── RouteLayer2010.csproj.FileListAbsolute.txt
│ │ │ ├── RouteLayer.exe
│ │ │ └── RouteLayer.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RouteLayer2008.csproj
│ │ ├── RouteLayer2008.sln
│ │ ├── RouteLayer2010.csproj
│ │ ├── RouteLayer2010.sln
│ │ └── RouteLayer2010.suo
│ ├── ReadMe.htm
│ └── VBNet
│ ├── LicenseInitializer.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Program.vb
│ ├── RouteLayer2008.sln
│ ├── RouteLayer2008.vbproj
│ ├── RouteLayer2010.sln
│ └── RouteLayer2010.vbproj
├── RSSWeatherGraphicTracker
│ ├── CSharp
│ │ ├── RSSWeatherGraphicTracker
│ │ │ ├── AddRSSWeather.bmp
│ │ │ ├── AddRSSWeather.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── RSSWeather.cs
│ │ │ ├── RSSWeatherGraphicTracker2008.csproj
│ │ │ └── RSSWeatherGraphicTracker2010.csproj
│ │ ├── RSSWeatherGraphicTracker2008.sln
│ │ └── RSSWeatherGraphicTracker2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RSSWeatherGraphicTracker
│ │ ├── AddRSSWeather.bmp
│ │ ├── AddRSSWeather.vb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ ├── RSSWeatherGraphicTracker2008.vbproj
│ │ ├── RSSWeatherGraphicTracker2010.vbproj
│ │ └── RSSWeather.vb
│ ├── RSSWeatherGraphicTracker2008.sln
│ └── RSSWeatherGraphicTracker2010.sln
├── RSSWeatherLayer
│ ├── CSharp
│ │ ├── AddRSSWeatherLayer.bmp
│ │ ├── AddRSSWeatherLayer.cs
│ │ ├── AddWeatherItemCmd.bmp
│ │ ├── AddWeatherItemCmd.cs
│ │ ├── AddWeatherItemTool.bmp
│ │ ├── AddWeatherItemTool.cs
│ │ ├── AddWeatherItemTool.cur
│ │ ├── Binary
│ │ │ └── PropertyPages.dll
│ │ ├── IdentifyDlg.cs
│ │ ├── IdentifyDlg.resx
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PropertySheet.cs
│ │ ├── PropertySheet.Designer.cs
│ │ ├── PropertySheet.resx
│ │ ├── RefreshLayerCmd.bmp
│ │ ├── RefreshLayerCmd.cs
│ │ ├── RSSLayerProperties.bmp
│ │ ├── RSSLayerProperties.cs
│ │ ├── RSSLayerProps2.cs
│ │ ├── RSSLayerProps2.Designer.cs
│ │ ├── RSSLayerProps2.resx
│ │ ├── RSSLayerProps.cs
│ │ ├── RSSLayerProps.designer.cs
│ │ ├── RSSLayerProps.resx
│ │ ├── RSSWeatherIdentifyObject.cs
│ │ ├── RSSWeatherLayer2008.csproj
│ │ ├── RSSWeatherLayer2008.sln
│ │ ├── RSSWeatherLayer2010.csproj
│ │ ├── RSSWeatherLayer2010.sln
│ │ ├── RSSWeatherLayerClass.cs
│ │ ├── SelectByCityName.bmp
│ │ ├── SelectByCityName.cs
│ │ ├── WeatherItemSelectionDlg.cs
│ │ ├── WeatherItemSelectionDlg.resx
│ │ ├── WeatherLayerToolbar.cs
│ │ ├── ZipCodeDlg.cs
│ │ └── ZipCodeDlg.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddRSSWeatherLayer.bmp
│ ├── AddRSSWeatherLayer.vb
│ ├── AddWeatherItemCmd.bmp
│ ├── AddWeatherItemCmd.vb
│ ├── AddWeatherItemTool.bmp
│ ├── AddWeatherItemTool.cur
│ ├── AddWeatherItemTool.vb
│ ├── Binary
│ │ └── PropertyPages.dll
│ ├── IdentifyDlg.resx
│ ├── IdentifyDlg.vb
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── PropertySheet.Designer.vb
│ ├── PropertySheet.resx
│ ├── PropertySheet.vb
│ ├── RefreshLayerCmd.bmp
│ ├── RefreshLayerCmd.vb
│ ├── RSSLayerProperties.bmp
│ ├── RSSLayerProperties.vb
│ ├── RSSLayerProps2.Designer.vb
│ ├── RSSLayerProps2.resx
│ ├── RSSLayerProps2.vb
│ ├── RSSLayerProps.designer.vb
│ ├── RSSLayerProps.resx
│ ├── RSSLayerProps.vb
│ ├── RSSWeatherIdentifyObject.vb
│ ├── RSSWeatherLayer2008.sln
│ ├── RSSWeatherLayer2008.vbproj
│ ├── RSSWeatherLayer2010.sln
│ ├── RSSWeatherLayer2010.vbproj
│ ├── RSSWeatherLayerClass.vb
│ ├── SelectByCityName.bmp
│ ├── SelectByCityName.vb
│ ├── WeatherItemSelectionDlg.resx
│ ├── WeatherItemSelectionDlg.vb
│ ├── WeatherLayerToolbar.vb
│ ├── ZipCodeDlg.resx
│ └── ZipCodeDlg.vb
├── RSSWeatherLayer3D
│ ├── CSharp
│ │ ├── AddWeatherItemCmd.cs
│ │ ├── AddWeatherItemTool.cs
│ │ ├── AddWeatherLayerCmd.cs
│ │ ├── Bitmaps
│ │ │ ├── AddWeatherItemCmd.bmp
│ │ │ ├── AddWeatherItemTool.bmp
│ │ │ ├── AddWeatherLayerCmd.bmp
│ │ │ ├── JaneLarge.bmp
│ │ │ ├── JaneSmall.bmp
│ │ │ ├── RefreshLayerCmd.bmp
│ │ │ ├── SelectByCityNameCmd.bmp
│ │ │ └── SelectItemsTool.bmp
│ │ ├── Cursors
│ │ │ ├── AddWeatherItemTool.cur
│ │ │ └── SelectItemsTool.cur
│ │ ├── GlobeCustomLayerBase.cs
│ │ ├── GlobeCustomLayerLarge.bmp
│ │ ├── GlobeCustomLayerSmall.bmp
│ │ ├── GlobeWeatherIdentifyObject.cs
│ │ ├── IdentifyDlg.cs
│ │ ├── IdentifyDlg.resx
│ │ ├── OpenGL_GLU_v4.cs
│ │ ├── OpenGL_GL_v4.cs
│ │ ├── OpenGL_WGL_v4.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RefreshLayerCmd.cs
│ │ ├── RSSWeatherLayer3D2008.csproj
│ │ ├── RSSWeatherLayer3D2008.sln
│ │ ├── RSSWeatherLayer3D2010.csproj
│ │ ├── RSSWeatherLayer3D2010.sln
│ │ ├── RSSWeatherLayer3DClass.cs
│ │ ├── SelectByCityNameCmd.cs
│ │ ├── SelectItemsTool.cs
│ │ ├── WeatherItemSelectionDlg.cs
│ │ ├── WeatherItemSelectionDlg.resx
│ │ ├── WeatherLayerToolbar.cs
│ │ ├── ZipCodeDlg.cs
│ │ └── ZipCodeDlg.resx
│ └── ReadMe.htm
├── RubberBandZoom
│ ├── CSharp
│ │ └── RubberBandZoomCS_NET_Addin
│ │ ├── RubberBandZoom2008.sln
│ │ ├── RubberBandZoom2010.sln
│ │ └── RubberBandZoomCS_NET_Addin
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── RubberBandZoom2008.png
│ │ │ ├── RubberBandZoom.cur
│ │ │ └── RubberBandZoom.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RubberBandZoom2008.csproj
│ │ ├── RubberBandZoom2010.csproj
│ │ └── RubberBandZoom.cs
│ ├── readme.htm
│ └── VBNet
│ └── RubberBandZoomVB_NET_Addin
│ ├── RubberBandZoom2008.sln
│ ├── RubberBandZoom2010.sln
│ └── RubberBandZoomVB_NET_Addin
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── RubberBandZoom_VBNET2008.cur
│ │ └── RubberBandZoom_VBNET2008.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── RubberBandZoom2008.vbproj
│ ├── RubberBandZoom2010.vbproj
│ └── RubberBandZoom.vb
├── SceneControlNavigateAndBookmarks
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── SceneNavigateAndBookmarks2008.csproj
│ │ ├── SceneNavigateAndBookmarks2008.sln
│ │ ├── SceneNavigateAndBookmarks2010.csproj
│ │ ├── SceneNavigateAndBookmarks2010.sln
│ │ ├── SceneNavigateAndBookmarks.cs
│ │ └── SceneNavigateAndBookmarks.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── SceneNavigateAndBookmarks2008.sln
│ ├── SceneNavigateAndBookmarks2008.vbproj
│ ├── SceneNavigateAndBookmarks2010.sln
│ ├── SceneNavigateAndBookmarks2010.vbproj
│ ├── SceneNavigateAndBookmarks.resX
│ └── SceneNavigateAndBookmarks.vb
├── SchematicAssociations
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── ElementFeatureAssociation.cs
│ │ ├── Images
│ │ │ └── LinkerManagerCS2008.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SchematicAssociationsCS2008.csproj
│ │ ├── SchematicAssociationsCS2008.sln
│ │ ├── SchematicAssociationsCS2010.csproj
│ │ └── SchematicAssociationsCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── ElementFeatureAssociation.vb
│ ├── Images
│ │ └── LinkerManagerVB2008.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SchematicAssociationsVBNet2008.sln
│ ├── SchematicAssociationsVBNet2008.vbproj
│ ├── SchematicAssociationsVBNet2010.sln
│ └── SchematicAssociationsVBNet2010.vbproj
├── SchematicAutorefresh
│ ├── CSharp
│ │ ├── Autorefresh.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── FormAutorefresh.cs
│ │ ├── FormAutorefresh.Designer.cs
│ │ ├── FormAutorefresh.resx
│ │ ├── Images
│ │ │ └── Autorefresh.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SchematicAutorefreshCS2008.csproj
│ │ ├── SchematicAutorefreshCS2008.sln
│ │ ├── SchematicAutorefreshCS2010.csproj
│ │ └── SchematicAutorefreshCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Autorefresh.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── FormAutorefresh.Designer.vb
│ ├── FormAutorefresh.resx
│ ├── FormAutorefresh.vb
│ ├── Images
│ │ └── Autorefresh.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SchematicAutorefreshVBNet2008.sln
│ ├── SchematicAutorefreshVBNet2008.vbproj
│ ├── SchematicAutorefreshVBNet2010.sln
│ └── SchematicAutorefreshVBNet2010.vbproj
├── SchematicContainersImplem
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── ContainerManagerCS.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SchematicContainersCS2008.csproj
│ │ ├── SchematicContainersCS2008.sln
│ │ ├── SchematicContainersCS2010.csproj
│ │ ├── SchematicContainersCS2010.sln
│ │ └── StationsInContainers.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── ContainerManagerVB.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SchematicContainersVBNet2008.sln
│ ├── SchematicContainersVBNet2008.vbproj
│ ├── SchematicContainersVBNet2010.sln
│ ├── SchematicContainersVBNet2010.vbproj
│ └── StationsInContainers.vb
├── SchematicDigitizingTools
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── DigitTool.cs
│ │ ├── DigitToolCS2008.csproj
│ │ ├── DigitToolCS2008.sln
│ │ ├── DigitToolCS2010.csproj
│ │ ├── DigitToolCS2010.sln
│ │ ├── DockableDigit.cs
│ │ ├── DockableDigit.Designer.cs
│ │ ├── DockableDigit.resx
│ │ ├── Images
│ │ │ ├── DigitTool.png
│ │ │ └── DigitWindow.png
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── DigitTool.vb
│ ├── DigitToolVBNet2008.sln
│ ├── DigitToolVBNet2008.vbproj
│ ├── DigitToolVBNet2010.sln
│ ├── DigitToolVBNet2010.vbproj
│ ├── DockableDigit.Designer.vb
│ ├── DockableDigit.resx
│ ├── DockableDigit.vb
│ ├── Images
│ │ ├── DigitTool.png
│ │ └── DockableWindow.png
│ └── My Project
│ ├── Application.Designer.vb
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── SchematicEltsRemovalEvents
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── FeatureRemovalMgmt.cs
│ │ ├── Images
│ │ │ └── SchematicFeatureRemove.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SchematicFeatureRemoveCS2008.csproj
│ │ ├── SchematicFeatureRemoveCS2008.sln
│ │ ├── SchematicFeatureRemoveCS2010.csproj
│ │ └── SchematicFeatureRemoveCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── FeatureRemovalMgmt.vb
│ ├── Images
│ │ └── SchematicFeatureRemove.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SchematicFeatureRemoveVBNet2008.sln
│ ├── SchematicFeatureRemoveVBNet2008.vbproj
│ ├── SchematicFeatureRemoveVBNet2010.sln
│ └── SchematicFeatureRemoveVBNet2010.vbproj
├── SchematicEnforcingDiagramName
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── EnforcingDiagramName.cs
│ │ ├── EnforcingDiagramNameCS2008.csproj
│ │ ├── EnforcingDiagramNameCS2008.sln
│ │ ├── EnforcingDiagramNameCS2010.csproj
│ │ ├── EnforcingDiagramNameCS2010.sln
│ │ ├── Images
│ │ │ └── EnforcingDiagramName.png
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── EnforcingDiagramName.vb
│ ├── EnforcingDiagramNameVBNet2008.sln
│ ├── EnforcingDiagramNameVBNet2008.vbproj
│ ├── EnforcingDiagramNameVBNet2010.sln
│ ├── EnforcingDiagramNameVBNet2010.vbproj
│ ├── Images
│ │ └── EnforcingDiagramName.png
│ └── My Project
│ ├── Application.Designer.vb
│ ├── Application.myapp
│ ├── AssemblyInfo.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── SchematicEngineApplication
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SchematicApplication.exe
│ │ │ ├── SchematicApplication.pdb
│ │ │ ├── SchematicApplication.vshost.exe
│ │ │ └── SchematicApplication.vshost.exe.manifest
│ │ ├── CreateMenu.cs
│ │ ├── CreateNewDocument.cs
│ │ ├── CreateSubMenu.cs
│ │ ├── Earth.ico
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.read.5.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.5.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SchematicApplicationCS2010.csproj.FileListAbsolute.txt
│ │ │ ├── SchematicApplication.exe
│ │ │ ├── SchematicApplication.MainForm.resources
│ │ │ ├── SchematicApplication.pdb
│ │ │ ├── SchematicApplication.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RemoveLayer.cs
│ │ ├── SchematicApplicationCS2008.csproj
│ │ ├── SchematicApplicationCS2008.sln
│ │ ├── SchematicApplicationCS2010.csproj
│ │ ├── SchematicApplicationCS2010.sln
│ │ ├── SchematicApplicationCS2010.suo
│ │ └── ZoomToLayer.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ApplicationEvents.vb
│ ├── CreateMenu.vb
│ ├── CreateNewDocument.vb
│ ├── CreateSubMenu.vb
│ ├── Earth.ico
│ ├── MainForm.Designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── Properties
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── RemoveLayer.vb
│ ├── SchematicApplicationVBNet2008.sln
│ ├── SchematicApplicationVBNet2008.vbproj
│ ├── SchematicApplicationVBNet2010.sln
│ ├── SchematicApplicationVBNet2010.vbproj
│ └── ZoomToLayer.vb
├── SchematicExtendedCriteria
│ ├── CSharp
│ │ ├── CollapseRelatedElts.cs
│ │ ├── CustomExtCriteriaCS2008.csproj
│ │ ├── CustomExtCriteriaCS2008.sln
│ │ ├── CustomExtCriteriaCS2010.csproj
│ │ ├── CustomExtCriteriaCS2010.sln
│ │ ├── EnumCollapsedElts.cs
│ │ ├── ExpandLinks.cs
│ │ ├── FeatureRemovalExt.cs
│ │ ├── PlantOnCableDiameter.cs
│ │ ├── PlantWithoutEquipment.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── CollapseRelatedElts.vb
│ ├── CustomExtCriteriaVBNet2008.sln
│ ├── CustomExtCriteriaVBNet2008.vbproj
│ ├── CustomExtCriteriaVBNet2010.sln
│ ├── CustomExtCriteriaVBNet2010.vbproj
│ ├── EnumCollapsedElts.vb
│ ├── ExpandLinks.vb
│ ├── FeatureRemovalExt.vb
│ ├── PlantOnCableDiameter.vb
│ └── PlantWithoutEquipment.vb
├── SchematicLayoutAlgoSample
│ ├── CSharp
│ │ ├── ApplicativeAlgorithmsCS2008.csproj
│ │ ├── ApplicativeAlgorithmsCS2008.sln
│ │ ├── ApplicativeAlgorithmsCS2010.csproj
│ │ ├── ApplicativeAlgorithmsCS2010.sln
│ │ ├── Binary
│ │ │ └── PropertyPages.dll
│ │ ├── ITranslateTree.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── TranslateTree.cs
│ │ ├── TranslateTreePropPage.cs
│ │ ├── TranslateTreePropPage.Designer.cs
│ │ └── TranslateTreePropPage.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ApplicativeAlgorithmsVBNet2008.sln
│ ├── ApplicativeAlgorithmsVBNet2008.vbproj
│ ├── ApplicativeAlgorithmsVBNet2010.sln
│ ├── ApplicativeAlgorithmsVBNet2010.vbproj
│ ├── Binary
│ │ └── PropertyPages.dll
│ ├── ITranslateTree.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TranslateTreePropPage.Designer.vb
│ ├── TranslateTreePropPage.resx
│ ├── TranslateTreePropPage.vb
│ └── TranslateTree.vb
├── SchematicRuleSample
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ESRI.ArcGIS.SchematicSamples.CustomRulesCS.dll
│ │ │ ├── ESRI.ArcGIS.SchematicSamples.CustomRulesCS.pdb
│ │ │ └── ESRI.ArcGIS.SchematicSamples.CustomRulesCS.tlb
│ │ ├── CustomRulesCS2008.csproj
│ │ ├── CustomRulesCS2008.sln
│ │ ├── CustomRulesCS2010.csproj
│ │ ├── CustomRulesCS2010.sln
│ │ ├── CustomRulesCS2010.suo
│ │ ├── frmReductionLink.cs
│ │ ├── frmReductionLink.Designer.cs
│ │ ├── frmReductionLink.resx
│ │ ├── obj
│ │ │ ├── CustomRulesCS2010.csproj.UnmanagedRegistration.cache
│ │ │ └── Debug
│ │ │ ├── CustomRulesCS2010.csproj.FileListAbsolute.txt
│ │ │ ├── CustomRulesCS.frmReductionLink.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ESRI.ArcGIS.SchematicSamples.CustomRulesCS.dll
│ │ │ ├── ESRI.ArcGIS.SchematicSamples.CustomRulesCS.pdb
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ReductionLinkPropertyPage.cs
│ │ └── ReductionLinkRule.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CustomRulesVBNet2008.sln
│ ├── CustomRulesVBNet2008.vbproj
│ ├── CustomRulesVBNet2010.sln
│ ├── CustomRulesVBNet2010.vbproj
│ ├── frmReductionLink.Designer.vb
│ ├── frmReductionLink.resx
│ ├── frmReductionLink.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── ReductionLinkPropertyPage.vb
│ └── ReductionLinkRule.vb
├── SchematicXMLBuilderComponent
│ ├── CSharp
│ │ ├── Binary
│ │ │ └── Interop.MSXML2.dll
│ │ ├── MyExtXMLComponentCS2008.csproj
│ │ ├── MyExtXMLComponentCS2008.sln
│ │ ├── MyExtXMLComponentCS2010.csproj
│ │ ├── MyExtXMLComponentCS2010.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── XMLDocImpl.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Binary
│ │ └── Interop.MSXML2.dll
│ ├── MyExtXMLComponentVBNet2008.sln
│ ├── MyExtXMLComponentVBNet2008.vbproj
│ ├── MyExtXMLComponentVBNet2010.sln
│ ├── MyExtXmlComponentVBNet2010.vbproj
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── XMLDocImpl.vb
├── SelectionAddInSample
│ ├── bitmaps
│ │ ├── CDDC666C-E2D5-4ff2-AFBE-269D0A6DEEF61.png
│ │ └── CDDC666C-E2D5-4ff2-AFBE-269D0A6DEEF62.png
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SelectionSample.dll
│ │ │ ├── SelectionSample.esriAddIn
│ │ │ ├── SelectionSample.pdb
│ │ │ └── zh-CN
│ │ │ └── SelectionSample.resources.dll
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Config.zh-CN.xml
│ │ ├── Images
│ │ │ ├── SelectByLine.cur
│ │ │ ├── SelectByLine.png
│ │ │ ├── SelectionSample.png
│ │ │ ├── SelectionTargetComboBox.png
│ │ │ └── ToggleDockWinBtn.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── esriAddIn
│ │ │ │ └── AddInID.txt
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.read.5.tlog
│ │ │ ├── GenerateResource-ResGen.read.6.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.5.tlog
│ │ │ ├── GenerateResource-ResGen.write.6.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SelectionSample2010.csproj.FileListAbsolute.txt
│ │ │ ├── SelectionSample.dll
│ │ │ ├── SelectionSample.pdb
│ │ │ ├── SelectionSample.SelCountDockWin.resources
│ │ │ ├── SelectionSample.SelCountDockWin.zh-CN.resources
│ │ │ └── zh-CN
│ │ │ └── SelectionSample.resources.dll
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SelCountDockWin.cs
│ │ ├── SelCountDockWin.designer.cs
│ │ ├── SelCountDockWin.resx
│ │ ├── SelCountDockWin.zh-CN.resx
│ │ ├── SelectByLineTool.cs
│ │ ├── SelectionExtension.cs
│ │ ├── SelectionSample2008.csproj
│ │ ├── SelectionSample2008.sln
│ │ ├── SelectionSample2010.csproj
│ │ ├── SelectionSample2010.sln
│ │ ├── SelectionSample2010.suo
│ │ ├── SelectionTargetComboBox.cs
│ │ ├── ToggleDockWinBtn.cs
│ │ └── ZoomToLayerMultiItem.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Config.zh-CN.xml
│ ├── Images
│ │ ├── SelectByLine.cur
│ │ ├── SelectByLine.png
│ │ ├── SelectionSample.png
│ │ ├── SelectionTargetComboBox.png
│ │ └── ToggleDockWinBtn.png
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── SelCountDockWin.designer.vb
│ ├── SelCountDockWin.resx
│ ├── SelCountDockWin.vb
│ ├── SelCountDockWin.zh-CN.resx
│ ├── SelectByLineTool.vb
│ ├── SelectionExtension.vb
│ ├── SelectionSample2008.sln
│ ├── SelectionSample2008.vbproj
│ ├── SelectionSample2010.sln
│ ├── SelectionSample2010.vbproj
│ ├── SelectionTargetComboBox.vb
│ ├── ToggleDockWinBtn.vb
│ └── ZoomToLayerMultiItem.vb
├── SelectionCOMSample
│ ├── CSharp
│ │ ├── Images
│ │ │ ├── SelectByLine.cur
│ │ │ ├── SelectByLine.png
│ │ │ ├── SelectionSample.png
│ │ │ ├── SelectionTargetComboBox.png
│ │ │ └── ToggleDockWinBtn.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SelectByLineTool.cs
│ │ ├── SelectionCOMSample2008.csproj
│ │ ├── SelectionCOMSample2010.csproj
│ │ ├── SelectionCountDockWin.cs
│ │ ├── SelectionCountDockWin.Designer.cs
│ │ ├── SelectionCountDockWin.resx
│ │ ├── SelectionExtension.cs
│ │ ├── SelectionMenu.cs
│ │ ├── SelectionSample2008.sln
│ │ ├── SelectionSample2010.sln
│ │ ├── SelectionTargetComboBox.cs
│ │ ├── SelectionToolbar.cs
│ │ ├── SelectionToolPalette.cs
│ │ ├── SelectionZoomToLayerMenu.cs
│ │ ├── ToggleDockWinBtn.cs
│ │ └── ZoomToLayerMultiItem.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Images
│ │ ├── SelectByLine.cur
│ │ ├── SelectByLine.png
│ │ ├── SelectionSample.png
│ │ ├── SelectionTargetComboBox.png
│ │ └── ToggleDockWinBtn.png
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── SelectByLineTool.vb
│ ├── SelectionCOMSample2008.vbproj
│ ├── SelectionCOMSample2010.vbproj
│ ├── SelectionCountDockWin.Designer.vb
│ ├── SelectionCountDockWin.resx
│ ├── SelectionCountDockWin.vb
│ ├── SelectionExtension.vb
│ ├── SelectionMenu.vb
│ ├── SelectionSample2008.sln
│ ├── SelectionSample2010.sln
│ ├── SelectionTargetComboBox.vb
│ ├── SelectionToolbar.vb
│ ├── SelectionToolPalette.vb
│ ├── SelectionZoomToLayerMenu.vb
│ ├── ToggleDockWinBtn.vb
│ └── ZoomToLayerMultiItem.vb
├── SelectionRestriction
│ ├── CSharp
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SelectionRestriction2008.csproj
│ │ ├── SelectionRestriction2008.sln
│ │ ├── SelectionRestriction2010.csproj
│ │ ├── SelectionRestriction2010.sln
│ │ ├── SelectionRestrictionEvaluator.cs
│ │ └── SelectionRestrictionEvaluatorEditor.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── SelectionRestriction2008.sln
│ ├── SelectionRestriction2008.vbproj
│ ├── SelectionRestriction2010.sln
│ ├── SelectionRestriction2010.vbproj
│ ├── SelectionRestrictionEvaluatorEditor.vb
│ └── SelectionRestrictionEvaluator.vb
├── ServerFindNearRESTSOE
│ ├── CSharp
│ │ ├── FindNearFeaturesRestSOE
│ │ │ ├── CustomLayerInfo.cs
│ │ │ ├── FindNearFeaturesRestSOE.cs
│ │ │ ├── FindNearFeaturesRestSOE.csproj
│ │ │ ├── keyfile.snk
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── FindNearFeaturesRestSOE2008.sln
│ │ ├── FindNearFeaturesRestSOE2010.sln
│ │ └── RegisterFindNearFeaturesRestSOE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── RegisterFindNearFeaturesRestSOE.csproj
│ ├── ReadMe.htm
│ └── VBNet
│ ├── FindNearFeaturesRestSOE_VBNet
│ │ ├── CustomLayerInfo_VBNet.vb
│ │ ├── FindNearFeaturesRestSOE_VBNet.vb
│ │ ├── FindNearFeaturesRestSOE_VBNet.vbproj
│ │ ├── keyfile.snk
│ │ └── My Project
│ │ └── AssemblyInfo.vb
│ ├── FindNearFeaturesRestSOE_VBNet2008.sln
│ ├── FindNearFeaturesRestSOE_VBNet2010.sln
│ └── RegisterFindNearFeaturesRestSOE_VBNet
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── Program.vb
│ └── RegisterFindNearFeaturesRestSOE_VBNet.vbproj
├── ServerFindNearSOAPSOE
│ ├── CSharp
│ │ ├── FindNearFeaturesSoapClient
│ │ │ ├── app.config
│ │ │ ├── FindNearFeaturesSoapClient.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Web References
│ │ │ └── localhost
│ │ │ ├── CustomLayerInfo.datasource
│ │ │ ├── FindNearFeaturesSoapSOE.wsdl
│ │ │ ├── RecordSet.datasource
│ │ │ ├── Reference.cs
│ │ │ └── Reference.map
│ │ ├── FindNearFeaturesSoapClient2008.sln
│ │ ├── FindNearFeaturesSoapClient2010.sln
│ │ ├── FindNearFeaturesSoapSOE
│ │ │ ├── CustomLayerInfo.cs
│ │ │ ├── FindNearFeaturesSoapSOE.cs
│ │ │ ├── FindNearFeaturesSoapSOE.csproj
│ │ │ ├── keyfile.snk
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── FindNearFeaturesSoapSOE2008.sln
│ │ ├── FindNearFeaturesSoapSOE2010.sln
│ │ ├── RegisterFindNearFeaturesSoapSOE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── RegisterFindNearFeaturesSoapSOE.csproj
│ │ └── SupportFiles
│ │ ├── ArcGIS
│ │ │ └── Server10.0
│ │ │ └── XmlClassRegistry
│ │ │ └── samples
│ │ │ └── XmlSupportFindNearFeatures.dat
│ │ └── XmlSchema
│ │ ├── FindNearFeaturesSoapSoe.wsdl
│ │ └── SoapSoeTemplate.wsdl
│ ├── ReadMe.htm
│ └── VBNet
│ ├── FindNearFeaturesSoapClient_VBNet
│ │ ├── app.config
│ │ ├── FindNearFeaturesSoapClient_VBNet.vbproj
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Program.vb
│ │ └── Web References
│ │ └── localhost
│ │ ├── CustomLayerInfo_VBNet.datasource
│ │ ├── FindNearFeaturesSoapSOE_VBNet.wsdl
│ │ ├── RecordSet.datasource
│ │ ├── Reference.map
│ │ └── Reference.vb
│ ├── FindNearFeaturesSoapClient_VBNet2008.sln
│ ├── FindNearFeaturesSoapClient_VBNet2010.sln
│ ├── FindNearFeaturesSoapSOE_VBNet
│ │ ├── CustomLayerInfo_VBNet.vb
│ │ ├── FindNearFeaturesSoapSOE_VBNet.vb
│ │ ├── FindNearFeaturesSoapSOE_VBNet.vbproj
│ │ ├── keyfile.snk
│ │ └── My Project
│ │ └── AssemblyInfo.vb
│ ├── FindNearFeaturesSoapSOE_VBNet2008.sln
│ ├── FindNearFeaturesSoapSOE_VBNet2010.sln
│ ├── RegisterFindNearFeaturesSoapSOE_VBNet
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── Program.vb
│ │ └── RegisterFindNearFeaturesSoapSOE_VBNet.vbproj
│ └── SupportFiles
│ ├── ArcGIS
│ │ └── Server10.0
│ │ └── XmlClassRegistry
│ │ └── samples
│ │ └── XmlSupportFindNearFeatures_VBNet.dat
│ └── XmlSchema
│ ├── FindNearFeaturesSoapSoe_VBNet.wsdl
│ └── SoapSoeTemplate.wsdl
├── ServerGPConsole
│ ├── CSharp
│ │ └── ArcGIS_GPConsole_CSharp
│ │ ├── ArcGIS_GPConsole
│ │ │ ├── ArcGIS_GPConsole_CSharp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ArcGIS_GPConsole.exe
│ │ │ │ ├── ArcGIS_GPConsole.pdb
│ │ │ │ ├── ArcGIS_GPConsole.vshost.exe
│ │ │ │ └── ArcGIS_GPConsole.vshost.exe.manifest
│ │ │ ├── LicenseInitializer.cs
│ │ │ ├── LicenseInitializer.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ArcGIS_GPConsole_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── ArcGIS_GPConsole.exe
│ │ │ │ ├── ArcGIS_GPConsole.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ArcGIS_GPConsole_CSharp2008.sln
│ │ ├── ArcGIS_GPConsole_CSharp2010.sln
│ │ └── ArcGIS_GPConsole_CSharp2010.suo
│ ├── ReadMe.htm
│ └── VBNet
│ └── ArcGIS_GPConsole_VBNet
│ ├── ArcGIS_GPConsole
│ │ ├── ArcGIS_GPConsole_VBNet.vbproj
│ │ ├── LicenseInitializer.designer.vb
│ │ ├── LicenseInitializer.vb
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ └── Program.vb
│ ├── ArcGIS_GPConsole_VBNet2008.sln
│ └── ArcGIS_GPConsole_VBNet2010.sln
├── ServerSimpleRESTSOE
│ ├── CSharp
│ │ ├── RegisterSimpleRESTSOE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── RegisterSimpleRESTSOE.csproj
│ │ ├── SimpleRESTSOE
│ │ │ ├── keyfile.snk
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SimpleRESTSOE.cs
│ │ │ └── SimpleRESTSOE.csproj
│ │ ├── SimpleRESTSOE2008.sln
│ │ └── SimpleRESTSOE2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RegisterSimpleRESTSOE_VBNet
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── Program.vb
│ │ └── RegisterSimpleRESTSOE_VBNet.vbproj
│ ├── SimpleRESTSOE_VBNet
│ │ ├── keyfile.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── SimpleRESTSOE_VBNet.vb
│ │ └── SimpleRESTSOE_VBNet.vbproj
│ ├── SimpleRESTSOE_VBNet2008.sln
│ └── SimpleRESTSOE_VBNet2010.sln
├── ServerSimpleSOAPSOE
│ ├── CSharp
│ │ ├── RegisterSimpleSoapSOE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── RegisterSimpleSoapSOE.csproj
│ │ ├── SimpleSoapSOAPClient
│ │ │ ├── app.config
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SimpleSoapSOEClient.csproj
│ │ │ └── Web References
│ │ │ └── localhost
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.map
│ │ │ └── SimpleSoapSOE.wsdl
│ │ ├── SimpleSoapSOE
│ │ │ ├── keyfile.snk
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SimpleSoapSOE.cs
│ │ │ └── SimpleSoapSOE.csproj
│ │ ├── SimpleSoapSOE2008.sln
│ │ ├── SimpleSoapSOE2010.sln
│ │ ├── SimpleSoapSOEClient2008.sln
│ │ ├── SimpleSoapSOEClient2010.sln
│ │ └── SupportFiles
│ │ └── XmlSchema
│ │ ├── SimpleSoapSoe.wsdl
│ │ └── SoapSoeTemplate.wsdl
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RegisterSimpleSoapSOE_VBNet
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── Program.vb
│ │ └── RegisterSimpleSoapSOE_VBNet.vbproj
│ ├── SimpleSoapSOAPClient_VBNet
│ │ ├── app.config
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Program.vb
│ │ ├── SimpleSoapSOAPClient_VBNet.vbproj
│ │ └── Web References
│ │ └── localhost
│ │ ├── Reference.map
│ │ ├── Reference.vb
│ │ └── SimpleSoapSOE_VBNet.wsdl
│ ├── SimpleSoapSOEClient_VBNet2008.sln
│ ├── SimpleSoapSOEClient_VBNet2010.sln
│ ├── SimpleSoapSOE_VBNet
│ │ ├── keyfile.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── SimpleSoapSOE_VBNet.vb
│ │ └── SimpleSoapSOE_VBNet.vbproj
│ ├── SimpleSoapSOE_VBNet2008.sln
│ ├── SimpleSoapSOE_VBNet2010.sln
│ └── SupportFiles
│ └── XmlSchema
│ ├── SimpleSoapSoe_VBNet.wsdl
│ └── SoapSoeTemplate.wsdl
├── ServerSimpleSOE
│ ├── CSharp
│ │ ├── RegisterSOE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── RegisterSOE.csproj
│ │ ├── SimpleSOE2008.sln
│ │ ├── SimpleSOE2010.sln
│ │ ├── SimpleSOE_CSharp
│ │ │ ├── SimpleSOE_CSharp
│ │ │ │ ├── keyfile.snk
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── SimpleSOE_CSharp.csproj
│ │ │ │ └── UtilSOE_CSharp.cs
│ │ │ └── SimpleSOEInterfaces_CSharp
│ │ │ ├── keyfile.snk
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SimpleSOEInterfaces_CSharp.cs
│ │ │ └── SimpleSOEInterfaces_CSharp.csproj
│ │ └── SimpleSOE_WinFormApp
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── SimpleSOE_WinFormApp.csproj
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RegisterSOE_VBNet
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── Program.vb
│ │ └── RegisterSOE_VBNet.vbproj
│ ├── SimpleSOE_VBNet
│ │ ├── SimpleSOEInterfaces_VBNet
│ │ │ ├── keyfile.snk
│ │ │ ├── My Project
│ │ │ │ └── AssemblyInfo.vb
│ │ │ ├── SimpleSOEInterfaces_VBNet.vb
│ │ │ └── SimpleSOEInterfaces_VBNet.vbproj
│ │ └── SimpleSOE_VBNet
│ │ ├── keyfile.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── SimpleSOE_VBNet.vbproj
│ │ └── UtilSOE_VBNet.vb
│ ├── SimpleSOE_VBNet2008.sln
│ ├── SimpleSOE_VBNet2010.sln
│ └── SimpleSOE_WinFormApp_VBNet
│ ├── Form1.Designer.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Program.vb
│ └── SimpleSOE_WinFormApp_VBNet.vbproj
├── ServerSpatialQueryCOMUtility
│ ├── CSharp
│ │ ├── ServerCOMUtility2008.sln
│ │ ├── ServerCOMUtility2010.sln
│ │ ├── VegCOMCSharp
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── VegCOMCSharp.csproj
│ │ │ ├── VegResults.cs
│ │ │ └── VegUtils.cs
│ │ └── VegWebAppCSharp
│ │ ├── ajax-loader-bar.gif
│ │ ├── ajax-loader-circle.gif
│ │ ├── App_Code
│ │ │ └── VegTool.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ServerCOMUtility_VBNet2008.sln
│ ├── ServerCOMUtility_VBNet2010.sln
│ ├── VegCOM_VBNet
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── VegCOM_VBNet.vbproj
│ │ ├── VegResults_VBNet.vb
│ │ └── VegUtils_VBNet.vb
│ └── VegWebAppVBNet
│ ├── ajax-loader-bar.gif
│ ├── ajax-loader-circle.gif
│ ├── App_Code
│ │ └── VegTool_VBNet.vb
│ ├── Default.aspx
│ ├── Default.aspx.vb
│ └── Web.config
├── ServerSpatialQuerySOE
│ ├── CSharp
│ │ ├── RegisterSOE_CSharp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RegisterSOE.exe
│ │ │ │ ├── RegisterSOE.pdb
│ │ │ │ ├── RegisterSOE.vshost.exe
│ │ │ │ └── RegisterSOE.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── RegisterSOE_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── RegisterSOE.exe
│ │ │ │ └── RegisterSOE.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── RegisterSOE_CSharp.csproj
│ │ ├── ServerSpatialQuerySOE2008.sln
│ │ ├── ServerSpatialQuerySOE2010.sln
│ │ ├── ServerSpatialQuerySOE2010.suo
│ │ ├── SpatialQuerySOE.ArcCatalog_CSharp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SpatialQuerySOE.ArcCatalog.dll
│ │ │ │ └── SpatialQuerySOE.ArcCatalog.pdb
│ │ │ ├── keyfile.snk
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── SpatialQuerySOE.ArcCatalog_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── SpatialQuerySOE.ArcCatalog.dll
│ │ │ │ ├── SpatialQuerySOE.ArcCatalog.pdb
│ │ │ │ └── SpatialQuerySOE.ArcCatalog.PropertyForm.resources
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PropertyForm.cs
│ │ │ ├── PropertyForm.Designer.cs
│ │ │ ├── PropertyForm.resx
│ │ │ ├── PropertyPage.cs
│ │ │ ├── SOEPropertyPage.cs
│ │ │ └── SpatialQuerySOE.ArcCatalog_CSharp.csproj
│ │ ├── SpatialQuerySOE_CSharp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SpatialQuerySOE.dll
│ │ │ │ ├── SpatialQuerySOE.Interfaces.dll
│ │ │ │ ├── SpatialQuerySOE.Interfaces.pdb
│ │ │ │ └── SpatialQuerySOE.pdb
│ │ │ ├── Extension.cs
│ │ │ ├── keyfile.snk
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── SpatialQuerySOE_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── SpatialQuerySOE.dll
│ │ │ │ └── SpatialQuerySOE.pdb
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Results.cs
│ │ │ └── SpatialQuerySOE_CSharp.csproj
│ │ ├── SpatialQuerySOE.Interfaces_CSharp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SpatialQuerySOE.Interfaces.dll
│ │ │ │ └── SpatialQuerySOE.Interfaces.pdb
│ │ │ ├── Interfaces.cs
│ │ │ ├── keyfile.snk
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── SpatialQuerySOE.Interfaces_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── SpatialQuerySOE.Interfaces.dll
│ │ │ │ └── SpatialQuerySOE.Interfaces.pdb
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── SpatialQuerySOE.Interfaces_CSharp.csproj
│ │ ├── SpatialQuerySOE.Manager_CSharp
│ │ │ ├── Configurator.cs
│ │ │ ├── keyfile.snk
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── SpatialQuerySOE.Manager_CSharp.csproj.FileListAbsolute.txt
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ServerManager.cs
│ │ │ └── SpatialQuerySOE.Manager_CSharp.csproj
│ │ └── SpatialQuerySOE_WebSite_CSharp
│ │ ├── ajax-loader-bar.gif
│ │ ├── App_Code
│ │ │ └── VegTool.cs
│ │ ├── Bin
│ │ │ ├── SpatialQuerySOE.Interfaces.dll
│ │ │ └── SpatialQuerySOE.Interfaces.pdb
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RegisterSOE_VBNet
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── Program.vb
│ │ └── RegisterSOE_VBNet.vbproj
│ ├── ServerSpatialQuerySOE_VBNet2008.sln
│ ├── ServerSpatialQuerySOE_VBNet2010.sln
│ ├── SpatialQuerySOE.ArcCatalog_VBNet
│ │ ├── MyKeyPair.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── PropertyForm.Designer.vb
│ │ ├── PropertyForm.resx
│ │ ├── PropertyForm.vb
│ │ ├── PropertyPage.vb
│ │ ├── SOEPropertyPage.vb
│ │ └── SpatialQuerySOE.ArcCatalog_VBNet.vbproj
│ ├── SpatialQuerySOE.Interfaces_VBNet
│ │ ├── Interfaces.vb
│ │ ├── keyfile.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ └── SpatialQuerySOE.Interfaces_VBNet.vbproj
│ ├── SpatialQuerySOE.Manager_VBNet
│ │ ├── Configurator.vb
│ │ ├── MyKeyPair.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ └── SpatialQuerySOE.Manager_VBNet.vbproj
│ ├── SpatialQuerySOE_VBNet
│ │ ├── Extension.vb
│ │ ├── keyfile.snk
│ │ ├── My Project
│ │ │ └── AssemblyInfo.vb
│ │ ├── Results.vb
│ │ └── SpatialQuerySOE_VBNet.vbproj
│ └── SpatialQuerySOE_WebSite_VBNet
│ ├── ajax-loader-bar.gif
│ ├── App_Code
│ │ └── VegTool.vb
│ ├── Default.aspx
│ ├── Default.aspx.vb
│ └── Web.config
├── ServiceAreaSolver
│ ├── CSharp
│ │ ├── frmServiceAreaSolver.cs
│ │ ├── frmServiceAreaSolver.Designer.cs
│ │ ├── frmServiceAreaSolver.resx
│ │ ├── LicenseInitializer.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ServiceAreaSolver2008.csproj
│ │ ├── ServiceAreaSolver2008.sln
│ │ ├── ServiceAreaSolver2010.csproj
│ │ └── ServiceAreaSolver2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── frmServiceAreaSolver.Designer.vb
│ ├── frmServiceAreaSolver.resx
│ ├── frmServiceAreaSolver.vb
│ ├── LicenseInitializer.vb
│ ├── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Program.vb
│ ├── ServiceAreaSolver2008.sln
│ ├── ServiceAreaSolver2008.vbproj
│ ├── ServiceAreaSolver2010.sln
│ └── ServiceAreaSolver2010.vbproj
├── SetFlowByDigitizedDirection
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── SetFlowByDigitizedDirectionCSharp.png
│ │ │ └── SetFlowByDigitizedDirection.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SetFlowByDigitizedDirection2008.csproj
│ │ ├── SetFlowByDigitizedDirection2008.sln
│ │ ├── SetFlowByDigitizedDirection2010.csproj
│ │ ├── SetFlowByDigitizedDirection2010.sln
│ │ └── SetFlowByDigitizedDirectionCSharp.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── SetFlowByDigitizedDirection.png
│ │ └── SetFlowByDigitizedDirectionVBNet.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SetFlowByDigitizedDirection2008.sln
│ ├── SetFlowByDigitizedDirection2008.vbproj
│ ├── SetFlowByDigitizedDirection2010.sln
│ ├── SetFlowByDigitizedDirection2010.vbproj
│ └── SetFlowByDigitizedDirectionVBNet.vb
├── SetSunPosition
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── SetSunPosition.png
│ │ │ ├── SunPositionTool.cur
│ │ │ └── SunPositionTool.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SetSunPosition2008.csproj
│ │ ├── SetSunPosition2008.sln
│ │ ├── SetSunPosition2010.csproj
│ │ ├── SetSunPosition2010.sln
│ │ ├── SunPositionTool.bmp
│ │ ├── SunPositionTool.cs
│ │ └── SunPositionTool.cur
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── SetSunPosition.png
│ │ ├── SunPositionTool.cur
│ │ └── SunPositionTool.png
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── SetSunPosition2008.sln
│ ├── SetSunPosition2008.vbproj
│ ├── SetSunPosition2010.sln
│ ├── SetSunPosition2010.vbproj
│ ├── SunPositionTool.bmp
│ ├── SunPositionTool.cur
│ └── SunPositionTool.vb
├── SetTimeExtentsForALayer
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── SetTimeExtentsButton.png
│ │ │ └── SetTimeExtentsForALayer2008.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SetTimeExtentsButton.cs
│ │ ├── SetTimeExtentsForALayer2008.csproj
│ │ ├── SetTimeExtentsForALayer2008.sln
│ │ ├── SetTimeExtentsForALayer2010.csproj
│ │ └── SetTimeExtentsForALayer2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── SetTimeExtentsButton.png
│ │ └── SetTimeExtentsForALayer2008.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SetTimeExtentsButton.vb
│ ├── SetTimeExtentsForALayer2008.sln
│ ├── SetTimeExtentsForALayer2008.vbproj
│ ├── SetTimeExtentsForALayer2010.sln
│ └── SetTimeExtentsForALayer2010.vbproj
├── SimpleLogWindow
│ ├── CSharp
│ │ ├── ClearLoggingCommand.cs
│ │ ├── LoggingDockableWindowCommand.bmp
│ │ ├── LoggingDockableWindowCommand.cs
│ │ ├── LoggingDockableWindow.cs
│ │ ├── LoggingDockableWindow.Designer.cs
│ │ ├── LoggingDockableWindow.resx
│ │ ├── LoggingWindowCtxMnu.cs
│ │ ├── LogLineMultiItemCmd.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SimpleLogWindowCS2008.csproj
│ │ ├── SimpleLogWindowCS2008.sln
│ │ ├── SimpleLogWindowCS2010.csproj
│ │ └── SimpleLogWindowCS2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ClearLoggingCommand.vb
│ ├── LoggingDockableWindowCommand.bmp
│ ├── LoggingDockableWindowCommand.vb
│ ├── LoggingDockableWindow.Designer.vb
│ ├── LoggingDockableWindow.resx
│ ├── LoggingDockableWindow.vb
│ ├── LoggingWindowCtxMnu.vb
│ ├── LogLineMultiItemCmd.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── SimpleLogWindowVB2008.sln
│ ├── SimpleLogWindowVB2008.vbproj
│ ├── SimpleLogWindowVB2010.sln
│ └── SimpleLogWindowVB2010.vbproj
├── SimplePointPlugin
│ ├── CSharp
│ │ ├── AddSimplePointLayerCmd.bmp
│ │ ├── AddSimplePointLayerCmd.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── OpenSimplePointDlg.cs
│ │ ├── OpenSimplePointDlg.Designer.cs
│ │ ├── OpenSimplePointDlg.resx
│ │ ├── SimplePointCursor.cs
│ │ ├── SimplePointDataset.cs
│ │ ├── SimplePointPlugin2008.csproj
│ │ ├── SimplePointPlugin2008.sln
│ │ ├── SimplePointPlugin2010.csproj
│ │ ├── SimplePointPlugin2010.sln
│ │ ├── SimplePointWksp.cs
│ │ └── SimplePointWkspFact.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddSimplePointLayerCmd.bmp
│ ├── AddSimplePointLayerCmd.vb
│ ├── AssemblyInfo.vb
│ ├── OpenSimplePointDlg.Designer.vb
│ ├── OpenSimplePointDlg.resx
│ ├── OpenSimplePointDlg.vb
│ ├── SimplePointCursor.vb
│ ├── SimplePointDataset.vb
│ ├── SimplePointPlugin2008.sln
│ ├── SimplePointPlugin2008.vbproj
│ ├── SimplePointPlugin2010.sln
│ ├── SimplePointPlugin2010.vbproj
│ ├── SimplePointWkspFact.vb
│ └── SimplePointWksp.vb
├── SingleLineGeocoding
│ ├── CSharp
│ │ ├── SingleLineGeocoding
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SingleLineGeocoding2008.csproj
│ │ │ ├── SingleLineGeocoding2010.csproj
│ │ │ ├── SingleLineGeocodingForm.cs
│ │ │ ├── SingleLineGeocodingForm.Designer.cs
│ │ │ └── SingleLineGeocodingForm.resx
│ │ ├── SingleLineGeocoding2008.sln
│ │ └── SingleLineGeocoding2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── SingleLineGeocoding
│ │ ├── Program.vb
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── SingleLineGeocoding2008.vbproj
│ │ ├── SingleLineGeocoding2010.vbproj
│ │ ├── SingleLineGeocodingForm.Designer.vb
│ │ ├── SingleLineGeocodingForm.resx
│ │ └── SingleLineGeocodingForm.vb
│ ├── SingleLineGeocoding2008.sln
│ └── SingleLineGeocoding2010.sln
├── StreetMapRoutingSample
│ ├── CSharp
│ │ ├── RoutingSample
│ │ │ ├── app.config
│ │ │ ├── DirectionsForm.cs
│ │ │ ├── DirectionsForm.Designer.cs
│ │ │ ├── DirectionsForm.resx
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.cs
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Res
│ │ │ │ └── RoutingCommand.bmp
│ │ │ ├── RestrictControl.cs
│ │ │ ├── RestrictControl.Designer.cs
│ │ │ ├── RestrictControl.resx
│ │ │ ├── RestrictionsForm.cs
│ │ │ ├── RestrictionsForm.Designer.cs
│ │ │ ├── RestrictionsForm.resx
│ │ │ ├── RoutingCommand.cs
│ │ │ ├── RoutingForm.cs
│ │ │ ├── RoutingForm.Designer.cs
│ │ │ ├── RoutingForm.resx
│ │ │ ├── RoutingSample2008.csproj
│ │ │ ├── RoutingSample2010.csproj
│ │ │ └── RoutingToolbar.cs
│ │ ├── RoutingSample2008.sln
│ │ └── RoutingSample2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── RoutingSample
│ │ ├── app.config
│ │ ├── DirectionsForm.Designer.vb
│ │ ├── DirectionsForm.resx
│ │ ├── DirectionsForm.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Res
│ │ │ └── RoutingCommand.bmp
│ │ ├── RestrictControl.Designer.vb
│ │ ├── RestrictControl.resx
│ │ ├── RestrictControl.vb
│ │ ├── RestrictionsForm.Designer.vb
│ │ ├── RestrictionsForm.resx
│ │ ├── RestrictionsForm.vb
│ │ ├── RoutingCommand.vb
│ │ ├── RoutingForm.Designer.vb
│ │ ├── RoutingForm.resx
│ │ ├── RoutingForm.vb
│ │ ├── RoutingSample2008.vbproj
│ │ ├── RoutingSample2010.vbproj
│ │ └── RoutingToolbar.vb
│ ├── RoutingSample2008.sln
│ └── RoutingSample2010.sln
├── SubsetNetworkEvaluators
│ ├── CSharp
│ │ ├── SubsetNetworkEvaluators
│ │ │ ├── FilterSubsetEvaluator.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ScaleSubsetEvaluator.cs
│ │ │ ├── SubsetHelper.cs
│ │ │ ├── SubsetNetworkEvaluators2008.csproj
│ │ │ └── SubsetNetworkEvaluators2010.csproj
│ │ ├── SubsetNetworkEvaluators2008.sln
│ │ ├── SubsetNetworkEvaluators2010.sln
│ │ └── SubsetNetworkEvaluatorsUI
│ │ ├── AddSubsetAttributesCommand.cs
│ │ ├── AutoUpdateNetworkElementArrayParametersCommand.bmp
│ │ ├── AutoUpdateNetworkElementArrayParametersCommand.cs
│ │ ├── FilterSubsetEvaluatorEditor.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RemoveSubsetAttributesCommand.cs
│ │ ├── ScaleSubsetEvaluatorEditor.cs
│ │ ├── SimpleEvaluatorProperties.cs
│ │ ├── SimpleEvaluatorProperties.Designer.cs
│ │ ├── SimpleEvaluatorProperties.resx
│ │ ├── SubsetHelperUI.cs
│ │ ├── SubsetNetworkEvaluatorsUI2008.csproj
│ │ ├── SubsetNetworkEvaluatorsUI2010.csproj
│ │ └── WindowWrapper.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── SubsetNetworkEvaluators
│ │ ├── FilterSubsetEvaluator.vb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.vb
│ │ ├── ScaleSubsetEvaluator.vb
│ │ ├── SubsetHelper.vb
│ │ ├── SubsetNetworkEvaluators2008.vbproj
│ │ └── SubsetNetworkEvaluators2010.vbproj
│ ├── SubsetNetworkEvaluators2008.sln
│ ├── SubsetNetworkEvaluators2010.sln
│ └── SubsetNetworkEvaluatorsUI
│ ├── AddSubsetAttributesCommand.vb
│ ├── AutoUpdateNetworkElementArrayParametersCommand.bmp
│ ├── AutoUpdateNetworkElementArrayParametersCommand.vb
│ ├── FilterSubsetEvaluatorEditor.vb
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── RemoveSubsetAttributesCommand.vb
│ ├── ScaleSubsetEvaluatorEditor.vb
│ ├── SimpleEvaluatorProperties.Designer.vb
│ ├── SimpleEvaluatorProperties.resx
│ ├── SimpleEvaluatorProperties.vb
│ ├── SubsetHelperUI.vb
│ ├── SubsetNetworkEvaluatorsUI2008.vbproj
│ ├── SubsetNetworkEvaluatorsUI2010.vbproj
│ └── WindowWrapper.vb
├── SubtypeCommandTool
│ ├── CSharp
│ │ ├── CommandSubtypeCS2008.csproj
│ │ ├── CommandSubtypeCS2008.sln
│ │ ├── CommandSubtypeCS2010.csproj
│ │ ├── CommandSubtypeCS2010.sln
│ │ ├── PolyFeedbackTools.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ ├── FeedBack3.bmp
│ │ │ ├── FeedBack4.bmp
│ │ │ ├── FeedBack5.bmp
│ │ │ ├── ZoomOnce.bmp
│ │ │ ├── ZoomThrice.bmp
│ │ │ └── ZoomTwice.bmp
│ │ └── ZoomInCommands.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── CommandSubtypeVB2008.sln
│ ├── CommandSubtypeVB2008.vbproj
│ ├── CommandSubtypeVB2010.sln
│ ├── CommandSubtypeVB2010.vbproj
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── PolyFeedbackTools.vb
│ ├── Resources
│ │ ├── FeedBack3.bmp
│ │ ├── FeedBack4.bmp
│ │ ├── FeedBack5.bmp
│ │ ├── ZoomOnce.bmp
│ │ ├── ZoomThrice.bmp
│ │ └── ZoomTwice.bmp
│ └── ZoomInCommands.vb
├── SymbologyControlAddMapSurrounds
│ ├── CSharp
│ │ ├── AddMapSurrounds2008.csproj
│ │ ├── AddMapSurrounds2008.sln
│ │ ├── AddMapSurrounds2010.csproj
│ │ ├── AddMapSurrounds2010.sln
│ │ ├── AddMapSurrounds.cs
│ │ ├── AddMapSurrounds.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── CreateNorthArrow.cs
│ │ ├── CreateScaleBar.cs
│ │ ├── CreateScaleText.cs
│ │ ├── NorthArrow.bmp
│ │ ├── scalebar.bmp
│ │ ├── ScaleText.bmp
│ │ ├── SymbolForm.cs
│ │ └── SymbolForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddMapSurrounds2008.sln
│ ├── AddMapSurrounds2008.vbproj
│ ├── AddMapSurrounds2010.sln
│ ├── AddMapSurrounds2010.vbproj
│ ├── AddMapSurrounds.resx
│ ├── AddMapSurrounds.vb
│ ├── AssemblyInfo.vb
│ ├── NorthArrow.bmp
│ ├── NorthArrows.vb
│ ├── scalebar.bmp
│ ├── ScaleBars.vb
│ ├── ScaleText.bmp
│ ├── ScaleText.vb
│ ├── SymbolForm.resx
│ └── SymbolForm.vb
├── SymbologyControlAreaLinePatches
│ ├── CSharp
│ │ ├── AreaLinePatches2008.csproj
│ │ ├── AreaLinePatches2008.sln
│ │ ├── AreaLinePatches2010.csproj
│ │ ├── AreaLinePatches2010.sln
│ │ ├── AreaLinePatches.cs
│ │ ├── AreaLinePatches.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── SymbolForm.cs
│ │ └── SymbolForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AreaLinePatches2008.sln
│ ├── AreaLinePatches2008.vbproj
│ ├── AreaLinePatches2010.sln
│ ├── AreaLinePatches2010.vbproj
│ ├── AreaLinePatches.resx
│ ├── AreaLinePatches.vb
│ ├── AssemblyInfo.vb
│ ├── SymbolForm.resx
│ └── SymbolForm.vb
├── SymbologyControlColorRamps
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ColorRamps2008.csproj
│ │ ├── ColorRamps2008.sln
│ │ ├── ColorRamps2010.csproj
│ │ ├── ColorRamps2010.sln
│ │ ├── ColorRamps.cs
│ │ ├── ColorRamps.resx
│ │ ├── SymbolForm.cs
│ │ └── SymbolForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── ColorRamps2008.sln
│ ├── ColorRamps2008.vbproj
│ ├── ColorRamps2010.sln
│ ├── ColorRamps2010.vbproj
│ ├── ColorRamps.resx
│ ├── ColorRamps.vb
│ ├── SymbolForm.resx
│ └── SymbolForm.vb
├── SymbologyControlFrameProperties
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── FrameProperties2008.csproj
│ │ ├── FrameProperties2008.sln
│ │ ├── FrameProperties2010.csproj
│ │ ├── FrameProperties2010.sln
│ │ ├── FrameProperties.cs
│ │ └── FrameProperties.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── FrameProperties2008.sln
│ ├── FrameProperties2008.vbproj
│ ├── FrameProperties2010.sln
│ ├── FrameProperties2010.vbproj
│ ├── FrameProperties.resx
│ └── FrameProperties.vb
├── SymbologyControlLayerRendering
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── LayerRendering2008.csproj
│ │ ├── LayerRendering2008.sln
│ │ ├── LayerRendering2010.csproj
│ │ ├── LayerRendering2010.sln
│ │ ├── LayerRendering.cs
│ │ ├── LayerRendering.resx
│ │ ├── SymbolForm.cs
│ │ └── SymbolForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── LayerRendering2008.sln
│ ├── LayerRendering2008.vbproj
│ ├── LayerRendering2010.sln
│ ├── LayerRendering2010.vbproj
│ ├── LayerRendering.resX
│ ├── LayerRendering.vb
│ ├── SymbolForm.resX
│ └── SymbolForm.vb
├── SymbologyControlTextSymbols
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LabelStyles.exe
│ │ │ ├── LabelStyles.pdb
│ │ │ ├── LabelStyles.vshost.exe
│ │ │ └── LabelStyles.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── LabelStyles.exe
│ │ │ ├── LabelStyles.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TextSymbols2010.csproj.FileListAbsolute.txt
│ │ │ ├── TextSymbols.Form1.resources
│ │ │ └── TextSymbols.Form2.resources
│ │ ├── SymbolForm.cs
│ │ ├── SymbolForm.resx
│ │ ├── TextSymbols2008.csproj
│ │ ├── TextSymbols2008.sln
│ │ ├── TextSymbols2010.csproj
│ │ ├── TextSymbols2010.sln
│ │ ├── TextSymbols2010.suo
│ │ ├── TextSymbols.cs
│ │ └── TextSymbols.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── SymbolForm.resx
│ ├── SymbolForm.vb
│ ├── TextSymbols2008.sln
│ ├── TextSymbols2008.vbproj
│ ├── TextSymbols2010.sln
│ ├── TextSymbols2010.vbproj
│ ├── TextSymbols.resx
│ └── TextSymbols.vb
├── TAAddHistoricalTrackingLayer
│ ├── CSharp
│ │ ├── AddTemporalLayerButton.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── AddTemporalLayerButton.png
│ │ │ └── TAAddHistoricalTrackingLayer.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TAAddHistoricalTrackingLayer2008.csproj
│ │ ├── TAAddHistoricalTrackingLayer2008.sln
│ │ ├── TAAddHistoricalTrackingLayer2010.csproj
│ │ └── TAAddHistoricalTrackingLayer2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddTemporalLayerButton.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── AddTemporalLayerButton.png
│ │ └── TAAddHistoricalTrackingLayer2008.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TAAddHistoricalTrackingLayer2008.sln
│ ├── TAAddHistoricalTrackingLayer2008.vbproj
│ ├── TAAddHistoricalTrackingLayer2010.sln
│ └── TAAddHistoricalTrackingLayer2010.vbproj
├── TAAddRealTimeTemporalLayer
│ ├── CSharp
│ │ ├── AddTrackingServerLayerButton.cs
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── AddTrackingServerLayerButton.png
│ │ │ └── TAAddRealTimeTemporalLayer.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TAAddRealTimeTemporalLayer2008.csproj
│ │ ├── TAAddRealTimeTemporalLayer2008.sln
│ │ ├── TAAddRealTimeTemporalLayer2010.csproj
│ │ └── TAAddRealTimeTemporalLayer2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddTrackingServerLayerButton.vb
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── AddTrackingServerLayerButton.png
│ │ └── TAAddRealTimeTemporalLayer2008.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TAAddRealTimeTemporalLayer2008.sln
│ ├── TAAddRealTimeTemporalLayer2008.vbproj
│ ├── TAAddRealTimeTemporalLayer2010.sln
│ └── TAAddRealTimeTemporalLayer2010.vbproj
├── TabbedFeatureInspector
│ ├── CSharp
│ │ ├── AddEXTCLSID.bmp
│ │ ├── AddEXTCLSID.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── TabbedFeatureInspector2008.csproj
│ │ ├── TabbedFeatureInspector2008.sln
│ │ ├── TabbedFeatureInspector2010.csproj
│ │ ├── TabbedFeatureInspector2010.sln
│ │ ├── TabbedInspector.cs
│ │ ├── TabbedInspector.Designer.cs
│ │ └── TabbedInspector.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AddEXTCLSID.bmp
│ ├── AddEXTCLSID.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── ObjectInspector.resx
│ ├── ObjectInspector.vb
│ ├── TabbedFeatureInspectorVBNet2008.sln
│ ├── TabbedFeatureInspectorVBNet2008.vbproj
│ ├── TabbedFeatureInspectorVBNet2010.sln
│ └── TabbedFeatureInspectorVBNet2010.vbproj
├── TAPlaybackTrackingData
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ ├── PlaybackDataButton.png
│ │ │ └── TAPlaybackTrackingData.png
│ │ ├── PlaybackDataButton.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TAPlaybackTrackingData2008.csproj
│ │ ├── TAPlaybackTrackingData2008.sln
│ │ ├── TAPlaybackTrackingData2010.csproj
│ │ └── TAPlaybackTrackingData2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ ├── PlaybackDataButton.png
│ │ └── TAPlaybackTrackingData2008.png
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── PlaybackDataButton.vb
│ ├── TAPlaybackTrackingData2008.sln
│ ├── TAPlaybackTrackingData2008.vbproj
│ ├── TAPlaybackTrackingData2010.sln
│ └── TAPlaybackTrackingData2010.vbproj
├── TAPurgeRuleCommand
│ ├── CSharp
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PurgeRuleForm.cs
│ │ ├── PurgeRuleForm.Designer.cs
│ │ ├── PurgeRuleForm.resx
│ │ ├── TAPurgeRuleCmd.bmp
│ │ ├── TAPurgeRuleCmd.cs
│ │ ├── TAPurgeRuleCommand2008.csproj
│ │ ├── TAPurgeRuleCommand2008.sln
│ │ ├── TAPurgeRuleCommand2010.csproj
│ │ └── TAPurgeRuleCommand2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── PurgeRuleForm.Designer.vb
│ ├── PurgeRuleForm.resx
│ ├── PurgeRuleForm.vb
│ ├── TAPurgeRuleCmd.bmp
│ ├── TAPurgeRuleCmd.vb
│ ├── TAPurgeRuleCommand2008.sln
│ ├── TAPurgeRuleCommand2008.vbproj
│ ├── TAPurgeRuleCommand2010.sln
│ └── TAPurgeRuleCommand2010.vbproj
├── TATemporalStatisticsSample
│ ├── CSharp
│ │ ├── App.ico
│ │ ├── CreateNewDocument.cs
│ │ ├── Earth.ico
│ │ ├── MainForm.cs
│ │ ├── MainForm.designer.cs
│ │ ├── MainForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── TemporalStatistics2008.csproj
│ │ ├── TemporalStatistics2008.sln
│ │ ├── TemporalStatistics2010.csproj
│ │ └── TemporalStatistics2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── ApplicationEvents.vb
│ ├── CreateNewDocument.vb
│ ├── Earth.ico
│ ├── MainForm.designer.vb
│ ├── MainForm.resx
│ ├── MainForm.vb
│ ├── Properties
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── app.manifest
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TemporalStatistics2008.sln
│ ├── TemporalStatistics2008.vbproj
│ ├── TemporalStatistics2010.sln
│ └── TemporalStatistics2010.vbproj
├── TAUpdateControlSample
│ ├── CSharp
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TAUpdateControlCommand.bmp
│ │ ├── TAUpdateControlCommand.cs
│ │ ├── TAUpdateControlForm.cs
│ │ ├── TAUpdateControlForm.Designer.cs
│ │ ├── TAUpdateControlForm.resx
│ │ ├── TAUpdateControlSample2008.csproj
│ │ ├── TAUpdateControlSample2008.sln
│ │ ├── TAUpdateControlSample2010.csproj
│ │ └── TAUpdateControlSample2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── TAUpdateControlCommand.bmp
│ ├── TAUpdateControlCommand.vb
│ ├── TAUpdateControlForm.Designer.vb
│ ├── TAUpdateControlForm.resx
│ ├── TAUpdateControlForm.vb
│ ├── TAUpdateControlSample2008.sln
│ ├── TAUpdateControlSample2008.vbproj
│ ├── TAUpdateControlSample2010.sln
│ └── TAUpdateControlSample2010.vbproj
├── TimestampClassExtension
│ ├── CSharp
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── TimestampClassDescription.cs
│ │ ├── TimestampClassExtension.cs
│ │ ├── Timestamper2008.csproj
│ │ ├── Timestamper2008.sln
│ │ ├── Timestamper2010.csproj
│ │ ├── Timestamper2010.sln
│ │ ├── TimestampPropertyPage.cs
│ │ ├── TimestampPropertyPage.Designer.cs
│ │ └── TimestampPropertyPage.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TimestampClassDescription.vb
│ ├── TimestampClassExtension.vb
│ ├── Timestamper2008.sln
│ ├── Timestamper2008.vbproj
│ ├── Timestamper2010.sln
│ ├── Timestamper2010.vbproj
│ ├── TimestampPropertyPage.Designer.vb
│ ├── TimestampPropertyPage.resx
│ └── TimestampPropertyPage.vb
├── TOCControlContextMenu
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ContextMenu2008.csproj
│ │ ├── ContextMenu2008.sln
│ │ ├── ContextMenu2010.csproj
│ │ ├── ContextMenu2010.sln
│ │ ├── LayerSelectable.cs
│ │ ├── LayerVisibility.cs
│ │ ├── Program.cs
│ │ ├── RemoveLayer.cs
│ │ ├── ScaleThresholds.cs
│ │ ├── TOCContextMenu.cs
│ │ ├── TOCContextMenu.Designer.cs
│ │ ├── TOCContextMenu.resx
│ │ └── ZoomToLayer.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── ContextMenu2008.sln
│ ├── ContextMenu2008.vbproj
│ ├── ContextMenu2010.sln
│ ├── ContextMenu2010.vbproj
│ ├── LayerSelectable.vb
│ ├── LayerVisibility.vb
│ ├── RemoveLayer.vb
│ ├── ScaleThresholds.vb
│ ├── TOCContextMenuForm.resx
│ ├── TOCContextMenuForm.vb
│ └── ZoomToLayer.vb
├── TOCControlLayerDragDrop
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── LayerDragDrop2008.csproj
│ │ ├── LayerDragDrop2008.sln
│ │ ├── LayerDragDrop2010.csproj
│ │ ├── LayerDragDrop2010.sln
│ │ ├── LayerDragDrop.cs
│ │ └── LayerDragDrop.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── LayerDragDrop2008.sln
│ ├── LayerDragDrop2008.vbproj
│ ├── LayerDragDrop2010.sln
│ ├── LayerDragDrop2010.vbproj
│ ├── LayerDragDrop.resx
│ └── LayerDragDrop.vb
├── TOCControlMetadataViewer
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── Attributes.xsl
│ │ ├── Brief.xsl
│ │ ├── DataDictionPage.xsl
│ │ ├── DataDictionTable.xsl
│ │ ├── MetadataViewer2008.csproj
│ │ ├── MetadataViewer2008.sln
│ │ ├── MetadataViewer2010.csproj
│ │ ├── MetadataViewer2010.sln
│ │ ├── MetadataViewer.cs
│ │ └── MetadataViewer.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── Attributes.xsl
│ ├── Brief.xsl
│ ├── DataDictionPage.xsl
│ ├── DataDictionTable.xsl
│ ├── MetadataViewer2008.sln
│ ├── MetadataViewer2008.vbproj
│ ├── MetadataViewer2010.sln
│ ├── MetadataViewer2010.vbproj
│ ├── MetadataViewer.resx
│ └── MetadataViewer.vb
├── TOCLayerFilter
│ ├── CSharp
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TOCFilterLayerContextMenu.cs
│ │ ├── TOCLayerFilter.bmp
│ │ ├── TOCLayerFilter.cs
│ │ ├── TOCLayerFilterCS2008.csproj
│ │ ├── TOCLayerFilterCS2008.sln
│ │ ├── TOCLayerFilterCS2010.csproj
│ │ ├── TOCLayerFilterCS2010.sln
│ │ ├── TOCLayerFilter.Designer.cs
│ │ └── TOCLayerFilter.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TOCFilterLayerContextMenu.vb
│ ├── TOCLayerFilter.bmp
│ ├── TOCLayerFilter.Designer.vb
│ ├── TOCLayerFilter.resx
│ ├── TOCLayerFilter.vb
│ ├── TOCLayerFilterVB2008.sln
│ ├── TOCLayerFilterVB2008.vbproj
│ ├── TOCLayerFilterVB2010.sln
│ └── TOCLayerFilterVB2010.vbproj
├── ToolAndControlSample
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ToolAndControlSampleCS.dll
│ │ │ ├── ToolAndControlSampleCS.pdb
│ │ │ └── ToolAndControlSampleCS.tlb
│ │ ├── FontToolControl.cs
│ │ ├── FontToolControl.Designer.cs
│ │ ├── FontToolControl.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── ToolAndControlSampleCS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── ToolAndControlSampleCS.dll
│ │ │ │ ├── ToolAndControlSampleCS.FontToolControl.resources
│ │ │ │ ├── ToolAndControlSampleCS.pdb
│ │ │ │ └── ToolAndControlSampleCS.Properties.Resources.resources
│ │ │ └── ToolAndControlSampleCS2010.csproj.UnmanagedRegistration.cache
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ └── FontIcon.bmp
│ │ ├── ToolAndControlSampleCS2008.csproj
│ │ ├── ToolAndControlSampleCS2008.sln
│ │ ├── ToolAndControlSampleCS2010.csproj
│ │ ├── ToolAndControlSampleCS2010.sln
│ │ ├── ToolAndControlSampleCS2010.suo
│ │ ├── ToolSample.bmp
│ │ └── ToolSample.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── FontToolControl.Designer.vb
│ ├── FontToolControl.resx
│ ├── FontToolControl.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── Resources
│ │ └── FontIcon.bmp
│ ├── ToolAndControlSampleVB2008.sln
│ ├── ToolAndControlSampleVB2008.vbproj
│ ├── ToolAndControlSampleVB2010.sln
│ ├── ToolAndControlSampleVB2010.vbproj
│ ├── ToolSample.bmp
│ └── ToolSample.vb
├── ToolbarControlAppearance
│ ├── CSharp
│ │ ├── Appearance2008.csproj
│ │ ├── Appearance2008.sln
│ │ ├── Appearance2010.csproj
│ │ ├── Appearance2010.sln
│ │ ├── Appearance.cs
│ │ ├── Appearance.resx
│ │ └── AssemblyInfo.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Appearance2008.sln
│ ├── Appearance2008.vbproj
│ ├── Appearance2010.sln
│ ├── Appearance2010.vbproj
│ ├── Appearance.resx
│ ├── Appearance.vb
│ └── AssemblyInfo.vb
├── ToolbarControlCustomization
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── Customization2008.csproj
│ │ ├── Customization2008.sln
│ │ ├── Customization2010.csproj
│ │ ├── Customization2010.sln
│ │ ├── Customization.cs
│ │ └── Customization.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── Customization2008.sln
│ ├── Customization2008.vbproj
│ ├── Customization2010.sln
│ ├── Customization2010.vbproj
│ ├── Customization.resx
│ └── Customization.vb
├── ToolbarControlMDIApplication
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ChildForm.cs
│ │ ├── ChildForm.resx
│ │ ├── MDIApplication2008.csproj
│ │ ├── MDIApplication2008.sln
│ │ ├── MDIApplication2010.csproj
│ │ ├── MDIApplication2010.sln
│ │ ├── MDIApplication2010.suo
│ │ ├── MDIApplication.exe
│ │ ├── MDIApplication.pdb
│ │ ├── MDIApplication.vshost.exe
│ │ ├── MDIApplication.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── MDIApplication2010.csproj.FileListAbsolute.txt
│ │ │ ├── MDIApplication.ChildForm.resources
│ │ │ ├── MDIApplication.exe
│ │ │ ├── MDIApplication.Form1.resources
│ │ │ ├── MDIApplication.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── ParentForm.cs
│ │ └── ParentForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── ChildForm.resx
│ ├── ChildForm.vb
│ ├── MDIApplication2008.sln
│ ├── MDIApplication2008.vbproj
│ ├── MDIApplication2010.sln
│ ├── MDIApplication2010.vbproj
│ ├── ParentForm.resx
│ └── ParentForm.vb
├── ToolbarControlMultiItemBookmarks
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── Bookmark.cs
│ │ ├── Bookmark.resx
│ │ ├── CreateBookmark.cs
│ │ ├── MultiItemBookmarks2008.csproj
│ │ ├── MultiItemBookmarks2008.sln
│ │ ├── MultiItemBookmarks2010.csproj
│ │ ├── MultiItemBookmarks2010.sln
│ │ ├── MultiItemBookmarks.cs
│ │ ├── MultiItemBookmarks.resx
│ │ └── SpatialBookmarks.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── CreateBookmark.vb
│ ├── MultiItemBookmarks2008.sln
│ ├── MultiItemBookmarks2008.vbproj
│ ├── MultiItemBookmarks2010.sln
│ ├── MultiItemBookmarks2010.vbproj
│ ├── MultiItemBookmarks.resX
│ ├── MultiItemBookmarks.vb
│ └── SpatialBookmarks.vb
├── ToolbarControlShareCommandPool
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── ShareCommandPool2008.csproj
│ │ ├── ShareCommandPool2008.sln
│ │ ├── ShareCommandPool2010.csproj
│ │ ├── ShareCommandPool2010.sln
│ │ ├── ShareCommandPool.cs
│ │ └── ShareCommandPool.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── ShareCommandPool2008.sln
│ ├── ShareCommandPool2008.vbproj
│ ├── ShareCommandPool2010.sln
│ ├── ShareCommandPool2010.vbproj
│ ├── ShareCommandPool.resX
│ └── ShareCommandPool.vb
├── ToolbarControlToolbarMenu
│ ├── CSharp
│ │ ├── AssemblyInfo.cs
│ │ ├── NavigationMenu.cs
│ │ ├── ToolbarMenu2008.csproj
│ │ ├── ToolbarMenu2008.sln
│ │ ├── ToolbarMenu2010.csproj
│ │ ├── ToolbarMenu2010.sln
│ │ ├── ToolbarMenu.cs
│ │ ├── ToolbarMenu.resx
│ │ └── ToolbarSubMenu.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── AssemblyInfo.vb
│ ├── NavigationMenu.vb
│ ├── ToolbarMenu2008.sln
│ ├── ToolbarMenu2008.vbproj
│ ├── ToolbarMenu2010.sln
│ ├── ToolbarMenu2010.vbproj
│ ├── ToolbarMenu.resx
│ ├── ToolbarMenu.vb
│ └── ToolbarSubMenu.vb
├── ToolbarControlZoomFactorExtension
│ ├── CSharp
│ │ ├── Application
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ToolbarControlExtension2008.csproj
│ │ │ ├── ToolbarControlExtension2010.csproj
│ │ │ ├── ToolbarControlExtension.cs
│ │ │ └── ToolbarControlExtension.resx
│ │ ├── Extension
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── InputForm.cs
│ │ │ ├── InputForm.resx
│ │ │ ├── IZoomExtension.cs
│ │ │ ├── SetZoomFactor.cs
│ │ │ ├── ZoomExtension.cs
│ │ │ ├── zoomfactor.bmp
│ │ │ ├── ZoomFactorExtension2008.csproj
│ │ │ ├── ZoomFactorExtension2010.csproj
│ │ │ ├── ZoomIn.cs
│ │ │ ├── zoominfxd.bmp
│ │ │ ├── ZoomOut.cs
│ │ │ └── zoomoutfxd.bmp
│ │ ├── ZoomFactorExtension2008.sln
│ │ └── ZoomFactorExtension2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Application
│ │ ├── AssemblyInfo.vb
│ │ ├── ToolbarControlExtension2008.vbproj
│ │ ├── ToolbarControlExtension2010.vbproj
│ │ ├── ToolbarControlExtension.resx
│ │ └── ToolbarControlExtension.vb
│ ├── Extension
│ │ ├── AssemblyInfo.vb
│ │ ├── IZoomExtension.vb
│ │ ├── SetZoomFactor.vb
│ │ ├── ZoomExtension.vb
│ │ ├── zoomfactor.bmp
│ │ ├── ZoomFactorExtension2008.vbproj
│ │ ├── ZoomFactorExtension2010.vbproj
│ │ ├── zoominfxd.bmp
│ │ ├── ZoomIn.vb
│ │ ├── zoomoutfxd.bmp
│ │ └── ZoomOut.vb
│ ├── ZoomFactorExtension2008.sln
│ └── ZoomFactorExtension2010.sln
├── TriangleElement
│ ├── CSharp
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TriangleElement2008.csproj
│ │ ├── TriangleElement2008.sln
│ │ ├── TriangleElement2010.csproj
│ │ ├── TriangleElement2010.sln
│ │ ├── TriangleElementClass.cs
│ │ ├── TriangleElementTool.bmp
│ │ ├── TriangleElementTool.cs
│ │ └── TriangleElementTool.cur
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── TriangleElement2008.sln
│ ├── TriangleElement2008.vbproj
│ ├── TriangleElement2010.sln
│ ├── TriangleElement2010.vbproj
│ ├── TriangleElementClass.vb
│ ├── TriangleElementTool.bmp
│ ├── TriangleElementTool.cur
│ └── TriangleElementTool.vb
├── ViperPin
│ ├── CSharp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ViperPin.dll
│ │ │ ├── ViperPin.pdb
│ │ │ └── ViperPin.tlb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── ViperPin2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── ViperPin.dll
│ │ │ │ ├── ViperPin.pdb
│ │ │ │ └── ViperPin.ViperPinForm.resources
│ │ │ └── ViperPin2010.csproj.UnmanagedRegistration.cache
│ │ ├── pin.ico
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ViperPin2008.csproj
│ │ ├── ViperPin2008.sln
│ │ ├── ViperPin2010.csproj
│ │ ├── ViperPin2010.sln
│ │ ├── ViperPin2010.suo
│ │ ├── ViperPinForm.cs
│ │ ├── ViperPinForm.Designer.cs
│ │ ├── ViperPinForm.resx
│ │ ├── ViperPinTool.bmp
│ │ └── ViperPinTool.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── My Project
│ │ └── AssemblyInfo.vb
│ ├── pin.ico
│ ├── ViperPin2008.sln
│ ├── ViperPin2008.vbproj
│ ├── ViperPin2010.sln
│ ├── ViperPin2010.vbproj
│ ├── ViperPinForm.Designer.vb
│ ├── ViperPinForm.resx
│ ├── ViperPinForm.vb
│ ├── ViperPinTool.bmp
│ └── ViperPinTool.vb
├── VisualizeCameraPath
│ ├── CSharp
│ │ ├── Config.Designer.cs
│ │ ├── Config.esriaddinx
│ │ ├── Images
│ │ │ └── VisualizeCameraPath.png
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── VisualizeCameraPath2008.csproj
│ │ ├── VisualizeCameraPath2008.sln
│ │ ├── VisualizeCameraPath2010.csproj
│ │ ├── VisualizeCameraPath2010.sln
│ │ ├── VisualizeCameraPath.cs
│ │ ├── VisualizeCameraPathForm.cs
│ │ └── VisualizeCameraPathForm.resx
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Config.Designer.vb
│ ├── Config.esriaddinx
│ ├── Images
│ │ └── VisualizeCameraPath.png
│ ├── Properties
│ │ └── AssemblyInfo.vb
│ ├── VisualizeCameraPath2008.sln
│ ├── VisualizeCameraPath2008.vbproj
│ ├── VisualizeCameraPath2010.sln
│ ├── VisualizeCameraPath2010.vbproj
│ ├── VisualizeCameraPathForm.resx
│ ├── VisualizeCameraPathForm.vb
│ └── VisualizeCameraPath.vb
├── VRPSolver
│ ├── CSharp
│ │ ├── frmVRPSolver.cs
│ │ ├── frmVRPSolver.Designer.cs
│ │ ├── frmVRPSolver.resx
│ │ ├── LicenseInitializer.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── VRPSolver2008.csproj
│ │ ├── VRPSolver2008.sln
│ │ ├── VRPSolver2010.csproj
│ │ └── VRPSolver2010.sln
│ ├── ReadMe.htm
│ └── VBNet
│ ├── frmVRPSolver.Designer.vb
│ ├── frmVRPSolver.resx
│ ├── frmVRPSolver.vb
│ ├── LicenseInitializer.vb
│ ├── Program.vb
│ ├── Properties
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── VRP2008.sln
│ ├── VRP2008.vbproj
│ ├── VRP2010.sln
│ └── VRP2010.vbproj
├── WPFGlobeGallery
│ ├── CSharp
│ │ ├── app.ico
│ │ ├── app.xaml
│ │ ├── app.xaml.cs
│ │ ├── GalleryWindow.xaml
│ │ ├── GalleryWindow.xaml.cs
│ │ ├── GlobeGallery2008.csproj
│ │ ├── GlobeGallery2008.sln
│ │ ├── GlobeGallery2010.csproj
│ │ ├── GlobeGallery2010.sln
│ │ ├── GlobeImages
│ │ │ ├── Thumbs.db
│ │ │ ├── us topo maps.jpg
│ │ │ ├── World Imagery.jpg
│ │ │ ├── World Physical Map.jpg
│ │ │ ├── World Political Map.jpg
│ │ │ ├── World Shaded Relief.jpg
│ │ │ └── World Street Map.jpg
│ │ ├── GlobeView.xaml
│ │ ├── GlobeView.xaml.cs
│ │ ├── icons
│ │ │ ├── Fly.bmp
│ │ │ ├── globe.bmp
│ │ │ ├── Navigation.bmp
│ │ │ ├── SpinLeft.bmp
│ │ │ ├── SpinRight.bmp
│ │ │ ├── SpinStop.bmp
│ │ │ ├── Thumbs.db
│ │ │ └── ZoomInOut.bmp
│ │ └── mapClasses.cs
│ ├── ReadMe.htm
│ └── VBNet
│ ├── Application.xaml
│ ├── Application.xaml.vb
│ ├── Gallery.xaml
│ ├── Gallery.xaml.vb
│ ├── GlobeGallery2008.sln
│ ├── GlobeGallery2008.vbproj
│ ├── GlobeGallery2010.sln
│ ├── GlobeGallery2010.vbproj
│ ├── GlobeImages
│ │ ├── Thumbs.db
│ │ ├── us topo maps.jpg
│ │ ├── World Imagery.jpg
│ │ ├── World Physical Map.jpg
│ │ ├── World Political Map.jpg
│ │ ├── World Shaded Relief.jpg
│ │ └── World Street Map.jpg
│ ├── GlobeView.xaml
│ ├── GlobeView.xaml.vb
│ ├── icons
│ │ ├── Fly.bmp
│ │ ├── globe.bmp
│ │ ├── Navigation.bmp
│ │ ├── SpinLeft.bmp
│ │ ├── SpinRight.bmp
│ │ ├── SpinStop.bmp
│ │ ├── Thumbs.db
│ │ └── ZoomInOut.bmp
│ ├── mapClasses.vb
│ └── My Project
│ ├── AssemblyInfo.vb
│ ├── MyExtensions
│ │ └── MyWpfExtension.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
└── WPFMapViewer
├── CSharp
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MapWindow.xaml
│ ├── MapWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WPFMapViewer2008.csproj
│ ├── WPFMapViewer2008.sln
│ ├── WPFMapViewer2010.csproj
│ └── WPFMapViewer2010.sln
├── ReadMe.htm
└── VBNet
├── Application.xaml
├── Application.xaml.vb
├── MapWindow.xaml
├── MapWindow.xaml.vb
├── My Project
│ ├── AssemblyInfo.vb
│ ├── MyExtensions
│ │ └── MyWpfExtension.vb
│ ├── Resources.Designer.vb
│ ├── Resources.resx
│ ├── Settings.Designer.vb
│ └── Settings.settings
├── WPFMapViewer2008.sln
├── WPFMapViewer2008.vbproj
├── WPFMapViewer2010.sln
└── WPFMapViewer2010.vbproj
1462 directories, 6471 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论