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


IBuildBoundaryParameters.RemoveSlivers Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbRemoveSlivers
);
[C++]

Parameters pbRemoveSlivers [out, retval] pbRemoveSlivers is a parameter of type VARIANT_BOOL pbRemoveSlivers [in] pbRemoveSlivers is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBuildBoundaryParameters Interface