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


IRemoveSliversParameters Interface (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
ArcGIS Developer Help

IRemoveSliversParameters Interface

Provides access to members that control parameters for sliver removal.

Product Availability

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

Members

Name Description
Read/write property MinArea The area below which a polygon is considered a sliver.
Read/write property MinCircularityRatio The circularity value below which a polygon is considered a sliver.
Read/write property MinPointsForElimination 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.

Classes that implement IRemoveSliversParameters

Classes Description
BuildBoundaryParameters An object that controls how the boundary of a mosaic dataset is computed.