ArcObjects Library Reference (DefenseSolutions)  

IGeometryLimits.MinPointCount Property

The minimum number of points required. Default is 0 (use normal geometry limits).

[Visual Basic .NET]
Public Property MinPointCount As Integer
[C#]
public int MinPointCount {get; set;}
[C++]
HRESULT get_MinPointCount(
  long* PointCount
);
[C++]
HRESULT put_MinPointCount(
  long PointCount
);
[C++]

Parameters

PointCount [out, retval]   PointCount is a parameter of type long PointCount [in]   PointCount is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGeometryLimits Interface