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


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

ISeamlineTaskInfo3 Interface

Provides access to members that control information defining a seamline task.

Product Availability

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

Members

Name Description
Read/write property BaseSeamline The base seamline which is used to create the final seamline.
Read/write property CellSize The cell size at which seamlines are computed.
Read/write property DifferenceRaster The difference raster built using the selected item raster and the accumulated mosaic raster.
Read/write property EndPoint The recommended end point for the creation of the seamline.
Read/write property ItemGeometry The footprint geometry of the item for which the seamline is being computed.
Read/write property ItemID The object ID of the item for which the seamline is being computed.
Read/write property ItemRaster The item raster for which the seamline is being computed.
Read/write property MosaicFunction The mosaic function associated with the mosaic dataset.
Read/write property MosaicGeometry The geometry of the mosaic built using all items that appear below the selected item.
Read/write property MosaicItemIDs The object IDs of all items that appear below the selected item.
Read/write property MosaicRaster The mosaic raster used for computing the seamline
Read/write property RequestSize The request size.
Read/write property RequestSizeType The unit of the value specified for the 'RequestSize' property.
Read/write property StartPoint The recommended start point for the creation of the seamline.

Inherited Interfaces

Interfaces Description
ISeamlineTaskInfo2 Provides access to members that control information defining a seamline task.
ISeamlineTaskInfo Provides access to members that control information defining a seamline task.

Classes that implement ISeamlineTaskInfo3

Classes Description
SeamlineTaskInfo A seamline task information object.