IBuildSeamlinesParameters2 Interface

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

Members

Name Description
Read/write property Ascending Indicates whether the ascending flag of OrderBy.
Read/write property BlendType The blend type.
Read/write property BlendWidth The blend width.
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 CellSizes The cell size values.
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 Method Method to use for building seamlines
Read/write property ModifySeamlines Indicates whether seamline geometry is updated for selected items.
Read/write property OrderByBaseValue The Order By base value.
Read/write property OrderByFieldName The field to order by if mosaic method is by attribute
Read/write property RequestSize The request size.
Read/write property RequestSizeType The unit of the request size is determined by request size type.
Read/write property SeamlineModifier The optional seamline modifier object used for building seamlines.
Read/write property SortMethod Mosaic method to use for calculating the sorder
Read/write property UpdateSeamlineOrder Inidicates whether seamline order (SOrder) attribute is updated.
Read/write property Viewpoint The view point.

IBuildSeamlinesParameters2.Ascending Property

Indicates whether the ascending flag of OrderBy.

Public Property Ascending As Boolean
public bool Ascending {get; set;}

IBuildSeamlinesParameters2.BlendType Property

The blend type.

Public Property BlendType As esriBlendType
public esriBlendType BlendType {get; set;}

IBuildSeamlinesParameters2.BlendWidth Property

The blend width.

Public Property BlendWidth As Double
public double BlendWidth {get; set;}

IBuildSeamlinesParameters2.CellSizes Property

The cell size values.

Public Property CellSizes As IDoubleArray
public IDoubleArray CellSizes {get; set;}

IBuildSeamlinesParameters2.Method Property

Method to use for building seamlines.

Public Property Method As esriBuildSeamlinesMethod
public esriBuildSeamlinesMethod Method {get; set;}

IBuildSeamlinesParameters2.OrderByBaseValue Property

The Order By base value.

Public Property OrderByBaseValue As Object
public object OrderByBaseValue {get; set;}

IBuildSeamlinesParameters2.OrderByFieldName Property

The field to order by if mosaic method is by attribute.

Public Property OrderByFieldName As String
public string OrderByFieldName {get; set;}

IBuildSeamlinesParameters2.RequestSize Property

The request size.

Public Property RequestSize As Integer
public int RequestSize {get; set;}

IBuildSeamlinesParameters2.RequestSizeType Property

The unit of the request size is determined by request size type.

Public Property RequestSizeType As esriRequestSizeType
public esriRequestSizeType RequestSizeType {get; set;}

IBuildSeamlinesParameters2.SortMethod Property

Mosaic method to use for calculating the sorder.

Public Property SortMethod As esriMosaicMethod
public esriMosaicMethod SortMethod {get; set;}

IBuildSeamlinesParameters2.Viewpoint Property

The view point.

Public Property Viewpoint As IPoint
public IPoint Viewpoint {get; set;}

Inherited Interfaces

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

Classes that implement IBuildSeamlinesParameters2

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.