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


INetworkLoaderProgress.StepValue Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoaderProgress.StepValue Property

Number of features to be processed between updates of the progress bar.

[Visual Basic .NET]
Public WriteOnly Property StepValue
[C#]
public void StepValue {set;}
[C++]
HRESULT put_StepValue(
  long 
);
[C++]

Parameters [in]
is a parameter of type long

Product Availability

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

See Also

INetworkLoaderProgress Interface