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


IBuildBoundaryParameters.RemoveSlivers Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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