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


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

IBuildBoundaryParameters Interface

Provides access to members that control parameters for building the boundary of a mosaic dataset.

Product Availability

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

Members

Name Description
Read/write property AppendToExistingBoundary Indicates whether the computed boundary geometry is merged with existing mosaic boundary.
Read/write property BufferDistanceFactor The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry.
Read/write property PerformWeeding Indicates whether the computed boundary geometry is run through a point-weeding routine.
Read/write property RemoveSlivers Indicates whether polygons designated as slivers are removed from the boundary geometry.
Read/write property UpdateBoundary Indicates whether the mosaic dataset is updated with the computed boundary geometry.
Read/write property WeedTolerance The tolerance for weeding points.

Classes that implement IBuildBoundaryParameters

Classes Description
BuildBoundaryParameters An object that controls how the boundary of a mosaic dataset is computed.
DefineOverviewsParameters An object that controls how new overview items are created in a mosaic dataset.

.NET Samples

Create a Mosaic dataset Create a custom raster type Create a custom raster type from the ground up for DMCII data