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


INetworkLoaderProgress.Step Event (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 > INetworkLoaderProgress.Step Event
ArcGIS Developer Help

INetworkLoaderProgress.Step Event

Updates the progress bar.

[Visual Basic .NET]
Public Event Step As StepEventHandler
[C#]
public event StepEventHandler Step
[C++]
HRESULT Step(
void
);

Product Availability

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

See Also

INetworkLoaderProgress Interface