| Products: ArcEditor: VB6 Platforms: WindowsRequires: An edit session with network junction featuresMinimum ArcGIS Release: 9.0 |
How to use:
- Browse and select the DeleteJunction.dll using the 'Add From File' button on the Customize dialog.
- From the 'Developer Samples' commands category, add the 'Delete Junctions with Edge' command to the Editor toolbar.
- Load a geometric network.
- Start an edit session.
- Select an edge feature and click the command button.
- The edge feature and any junctions connecting only to that feature, are deleted.
| cDeleteJunction.cls | Implementation for the command item. |
| cEdgeFeatCount.cls | Returns the number of edge features connected to a Simple Junction. |
| DeleteJunction.vbp | The project file for the sample editor command. |
| DeleteJunction.dll | The compiled project. |
| deletejunction.RES | The resource file for the command button. |
Download the files for all languages
Key Interfaces: INetworkFeature, IEdgeFeature, ISimpleJunctionFeature, IComplexEdgeFeature
Key Members:INetworkFeature::GeometricNetwork, IEdgeFeature.ToJunctionFeature, IEdgeFeature.FromJunctionFeature, ISimpleJunctionFeature.EdgeFeatureCount, IComplexEdgeFeature.JunctionFeatureCount, IComplexEdgeFeature.JunctionFeature
