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


IRepairConnectivityProgressEvents.MaxFeatures Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepairConnectivityProgressEvents Interface > IRepairConnectivityProgressEvents.MaxFeatures Event
ArcGIS Developer Help

IRepairConnectivityProgressEvents.MaxFeatures Event

The maximum number of features to repair.

[Visual Basic .NET]
Public Event MaxFeatures As MaxFeaturesEventHandler
[C#]
public event MaxFeaturesEventHandler MaxFeatures
[C++]
HRESULT MaxFeatures(
  long MaxFeatures
);
[C++]
Parameters
MaxFeatures [in]

MaxFeatures is a parameter of type long

Product Availability

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

See Also

IRepairConnectivityProgressEvents Interface