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


IFeatureProgress.MinFeatures Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureProgress.MinFeatures Property

Minimum number of features/rows in the input objectclass.

[Visual Basic .NET]
Public WriteOnly Property MinFeatures
[C#]
public void MinFeatures {set;}
[C++]
HRESULT put_MinFeatures(
  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