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


IRemoveSliversParameters.MinPointsForElimination Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemoveSliversParameters.MinPointsForElimination Property

A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. A value of zero indicates that polygons are eligible.

[Visual Basic .NET]
Public Property MinPointsForElimination As Integer
[C#]
public int MinPointsForElimination {get; set;}
[C++]
HRESULT get_MinPointsForElimination(
  long* pMinPointsForElimination
);
[C++]
HRESULT put_MinPointsForElimination(
  long pMinPointsForElimination
);
[C++]

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

Product Availability

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

See Also

IRemoveSliversParameters Interface