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


IBuildBoundaryParameters.RemoveSlivers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters Interface > IBuildBoundaryParameters.RemoveSlivers Property
ArcGIS Developer Help

IBuildBoundaryParameters.RemoveSlivers Property

Indicates whether polygons designated as slivers are removed from the boundary geometry.

[Visual Basic .NET]
Public Property RemoveSlivers As Boolean
[C#]
public bool RemoveSlivers {get; set;}
[C++]
HRESULT get_RemoveSlivers(
  VARIANT_BOOL pbRemoveSlivers
);
[C++]
HRESULT put_RemoveSlivers(
  Boolean* pbRemoveSlivers
);
[C++]
Parameters
pbRemoveSlivers [in]

pbRemoveSlivers is a parameter of type bool pbRemoveSlivers [out, retval]
pbRemoveSlivers is a parameter of type bool*

Product Availability

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

See Also

IBuildBoundaryParameters Interface