| Products: ArcView: VB6 Platforms: WindowsRequires: An Edit Session and line feature class.Minimum ArcGIS Release: 9.0 |
How to use:
- (Optional) Change the layer to search for from "Pipes" to something else and recompile.
- Register the dll on your machine.
- Use Categories to add clsJump to the 'ESRI Mx Extensions' component category.
- Start ArcMap and add a line layer with the name "Pipes" (or whatever name you used).
- Access the Extensions dialog and make sure the Jumper extension is enabled.
- Start editing, and add line features into the "Pipes" layer that cross other features in that layer.
- If you use the Extension dialog in ArcMap to turn off the extension, you must also change the target layer for the change to take effect.
| Jumper.cls | Class file containing jumper extension code. |
| JumperPrj.vbp | The project file for Jumper extension. |
| jumper.dll | The compiled project. |
Download the files for all languages
Key CoClasses:Editor, PolyLine
Key Interfaces: ICurve, IEditSketch, ISegmentCollection, ITopologicalOperator
Key Members:ICurve::ConstructChordDistance, IEditSketch::Geometry, IEditSketch::RefreshSketch, ISegmentCollection::AddSegment, ITopologicalOperator::Intersect
