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


IRemoveSliversParameters.MinPointsForElimination Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveSliversParameters Interface > IRemoveSliversParameters.MinPointsForElimination Property
ArcGIS Developer Help

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(
  System.Int32* pMinPointsForElimination
);
[C++]
Parameters
pMinPointsForElimination [in]

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

Product Availability

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

See Also

IRemoveSliversParameters Interface