ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoaderProgress Interface

Provides access to events that occur when building a geometric network using a NetworkLoader object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

The INetworkLoaderProgress interface can be used in conjunction with the NetworkLoader object to determine progress when building a network. This is particulary useful for extremely large datasets and building networks in SDE.

Members

Description
Event PutMessage Puts the fixed networkLoaderProgress message and the additional message to the progress bar.
Event Step Updates the progress bar.

CoClasses that implement INetworkLoaderProgress

CoClasses and Classes Description
NetworkLoader A container for specifying the parameters for building a geometric network.
NetworkLoaderProgressListener (esriSystemUtility) Helper coclass to provide INetworkLoaderProgress support to the C++ API.

See Also

INetworkLoader Interface | INetworkLoaderProgress Interface | INetworkLoaderProps Interface