This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
IsCancelled | Indicates if the Cancel button has been pressed. | |
MaxFeatures | Total number of features in the current task of building the geometric network. | |
PutMessage | Puts the fixed networkLoaderProgress message and the additional message to the progress bar. | |
Step | Updates the progress bar. | |
StepValue | Number of features to be processed between updates of the progress bar. |
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