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


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

IBuildSeamlinesParameters Interface

Provides access to members that control parameters to the build seamlines operation.

Product Availability

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

Members

Name Description
Read/write property CellSizeClusterTolerance The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.
Read/write property Cursor The cursor of mosaic items that determines the order in which items are seamline mosaicked.
Read/write property DifferenceFunctionTemplate The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry. The template makes use of at least two dataset type raster function variables with names: Item
Read/write property ModifySeamlines Indicates whether seamline geometry is updated for selected items.
Read/write property SeamlineModifier The optional seamline modifier object used for building seamlines.
Read/write property UpdateSeamlineOrder Inidicates whether seamline order (SOrder) attribute is updated.

Classes that implement IBuildSeamlinesParameters

Classes Description
BuildSeamlinesParameters An object that controls how the seamline geometry for items in a mosiac dataset are computed.