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


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

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

Name 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.

Classes that implement IComputePixelAlignmentParameters

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