This document was published with and applies to ArcGIS 9.3.
A 9.2 version also exists.
A 9.2 version also exists.
| Development licensing | Deployment licensing |
|---|---|
| ArcView | ArcView |
| ArcEditor | ArcEditor |
| ArcInfo | ArcInfo |
How to use
See Using the samples for help on compiling, setting up the debugger, and running the sample (either an exe or dll).
- Open the solution file of the project you want to use and build the solution. This registers the class in the ESRI Snap Agents component category.
- Start an edit session with at least one point layer loaded.
- Open the Snapping Environment dialog box and turn on the Buffer Snap agent. Also consider checking the current snap tolerance.
- Begin adding new features and you will be able to snap to buffers (10 map units) around the point features in the specified feature class.
| BufferSnap.cs | Class file containing buffer snapping agent |
| AssemblyInfo.cs | Assembly information for BufferSnapCS library |
| AssemblyInfo.vb | Assembly information for the BufferSnapVBNet library |
| BufferSnap.vb | Class file containing buffer snapping agent |
Download the files for all languages