This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveSliversParameters Interface > IRemoveSliversParameters.MinPointsForElimination Property (ArcObjects .NET 10.5 SDK) |
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