This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoaderProgress Interface (ArcObjects .NET 10.5 SDK) |
Provides access to events that occur when building a geometric network using a NetworkLoader object.
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.
Description | ||
---|---|---|
PutMessage | Puts the fixed networkLoaderProgress message and the additional message to the progress bar. | |
Step | Updates the progress bar. |
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. |
INetworkLoaderProps Interface | INetworkLoaderProgress Interface | INetworkLoader Interface | NetworkLoader Class