This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* pMinPointsForElimination
);
[C++] Parameters pMinPointsForElimination [in]
pMinPointsForElimination is a parameter of type long pMinPointsForElimination [out, retval]
pMinPointsForElimination is a parameter of type long*