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


IRepairConnectivityProgressEvents.StepValue Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRepairConnectivityProgressEvents.StepValue Event

The current position where the iterator currently is.

[Visual Basic .NET]
Public Event StepValue As StepValueEventHandler
[C#]
public event StepValueEventHandler StepValue
[C++]
HRESULT StepValue(
  long StepValue
);
[C++]

Parameters StepValue [in] StepValue is a parameter of type long

Product Availability

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

See Also

IRepairConnectivityProgressEvents Interface