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


IComputePixelAlignmentParameters Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IComputePixelAlignmentParameters Interface

Provides access to members that control how pixel alignment of selected mosaic dataset items is computed.

Product Availability

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

Members

Description
Read/write property MaximumCellSize The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within
Read/write property MinimumCellSize The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within
Read/write property Origin The optional origin against which pixel alignment of eligible items is computed. The parameter defaults to the top-left corner of the first eligible item.

CoClasses that implement IComputePixelAlignmentParameters

CoClasses and Classes Description
ComputePixelAlignmentParameters An object that controls how pixel alignment of mosaic dataset items is computed.