This document is archived and information here might be outdated.  Recommended version.


INetworkLoaderProgress Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoaderProgress Interface
ArcGIS Developer Help

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

Name Description
Read-only property IsCancelled Indicates if the Cancel button has been pressed.
Write-only property MaxFeatures Total number of features in the current task of building the geometric network.
Method PutMessage Puts the fixed networkLoaderProgress message and the additional message to the progress bar.
Method Step Updates the progress bar.
Write-only property StepValue Number of features to be processed between updates of the progress bar.

Classes that implement INetworkLoaderProgress

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

INetworkLoaderProps Interface | INetworkLoaderProgress Interface | INetworkLoader Interface | NetworkLoader Class