ESRI.ArcGIS.NetworkAnalystTools
BuildNetwork Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace : BuildNetwork Class




Reconstructs the network connectivity and attribute information of a network dataset. The network dataset needs to be rebuilt after making edits to the attributes or the features of a participating source feature class. After the source features are edited, the tool establishes the network connectivity only in the areas that have been edited to speed up the build process; however, when the network attributes are edited, the entire extent of the network dataset is rebuilt. This may be a slow operation on a large network dataset.

Syntax

Visual Basic (Declaration) 
Public Class BuildNetwork 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As BuildNetwork
C# 
public class BuildNetwork : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.NetworkAnalystTools.BuildNetwork

See Also

© 2010 All Rights Reserved.