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


IFeatureProgress.MaxFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureProgress Interface > IFeatureProgress.MaxFeatures Property
ArcGIS Developer Help

IFeatureProgress.MaxFeatures Property

Maximum number of features/rows in the input object class.

[Visual Basic .NET]
Public WriteOnly Property MaxFeatures
[C#]
public void MaxFeatures {set;}
[C++]
HRESULT put_MaxFeatures(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IFeatureProgress Interface