How to use
See How to use ArcGIS samples for help on compiling, setting up the debugger, and running the sample. If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders. However, you will need to update the sample to point to the location of the data once you have extracted all the files.
- Start Visual Studio, open the .sln file, then compile it.
- Copy the .xml Help files to the ...\ArcGIS\help\gp\ directory.
- In an ArcGIS application, create a toolbox in ArcToolbox.
- Right-click the new toolbox, select Add, and click Tool. Select the Network Analyst Sample tools toolbox, and click OK.
- Open either the Import Dynamap Signs, Import NAVSTREETS Signs, or Import MultiNet Signs tool.
- Specify the signs table or tables, and streets feature class.
- Specify the names for the signpost feature class and signpost streets table to be created.
- Click OK. The signpost feature class and signpost streets table are created relative to the location of the streets feature class.
SignpostGPFunctionFactory.cs | Geoprocessing function factory that exposes the three tools. |
ImportDynamapSignsFunction.cs | Implementation of the Import Dynamap Signs tool. |
ImportNavStreetsSignsFunction.cs | Implementation of the Import NAVSTREETS Signs tool. |
ImportMultiNetSignsFunction.cs | Implementation of the Import MultiNet Signs tool. |
SignpostUtilities.cs | Common utilities used by all three tools. |
ImportDynamapSignsHelp.xml | Help file for the Import Dynamap Signs tool. |
ImportNavStreetsSignsHelp.xml | Help file for the Import NAVSTREETS Signs tool. |
ImportMultiNetSignsHelp.xml | Help file for the Import MultiNet Signs tool. |
SignpostGPFunctionFactory.vb | Geoprocessing function factory that exposes the three tools. |
ImportDynamapSignsFunction.vb | Implementation of the Import Dynamap Signs tool. |
ImportNavStreetsSignsFunction.vb | Implementation of the Import NAVSTREETS Signs tool. |
ImportMultiNetSignsFunction.vb | Implementation of the Import MultiNet Signs tool. |
SignpostUtilities.vb | Common utilities used by all three tools. |
ImportDynamapSignsHelp.xml | Help file for the Import Dynamap Signs tool. |
ImportNavStreetsSignsHelp.xml | Help file for the Import NAVSTREETS Signs tool. |
ImportMultiNetSignsHelp.xml | Help file for the Import MultiNet Signs tool. |
Download the files for all languages
See Also:
Programming with Network AnalystWhat is Network Analyst?
What is a network dataset?
Geodatabase
About the Network Analyst tutorial
NetworkAnalyst
Network Analyst Object Model Diagram
An overview of the network analyst toolbox
Development licensing | Deployment licensing |
---|---|
Engine Developer Kit | Engine Runtime: Network |
ArcView | ArcView: Network Analyst |
ArcEditor | ArcEditor: Network Analyst |
ArcInfo | ArcInfo: Network Analyst |