| Products: ArcEditor: VB6 Platforms: WindowsRequires: A geometric network; an edit session.Minimum ArcGIS Release: 9.0 |
How to use:
- Start ArcMap and add a geometric network. Add the Utility Network Analyst toolbar.
- Browse and select the MyFlowDirectionSolver.dll using the 'Add From File' button on the customization dialog.
- From the 'Developer Samples' commands category, add the 'Set Flow by Digitized Direction' command to the Utility Network Analyst toolbar.
- Add the Editor toolbar, and start editing.
- Click the command to set the flow according to the digitized direction of the features.
| clsFlowDirectionSolver.cls | Class file containing the custom flow direction solver. |
| frmResources.frm | Form containing bitmap resource for the command. |
| frmResources.frx | Form binary file. |
| MyFlowDirectionSolver.vbp | The project file for the custom flow direction solver. |
| MyFlowDirectionSolver.dll | The compiled flow direction solver. |
Download the files for all languages
Key Libraries: EditorExt, GeoDatabase
Key CoClasses:UtilityNetworkAnalysisExt, UtilityNetwork
Key Interfaces: INetworkAnalysisExt, INetwork, IUtilityNetwork
Key Members:INetworkAnalysisExt::CurrentNetwork, INetwork::CreateNetBrowser, IUtilityNetwork::SetFlowDirection, IUtilityNetwork::GetFlowDirection
