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


IMosaicDatasetOperation3.ComputePixelAlignment Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperation3.ComputePixelAlignment Method

Computes pixel alignment against a fixed origin of selected items visible within the specified cell size range. When eligible items of varying cell sizes are found, this method verifies that each larger cell size is an integer multiple of all smaller cell size

[Visual Basic .NET]
Public Sub ComputePixelAlignment ( _
    ByVal pParameters As IComputePixelAlignmentParameters, _
    ByVal pTrackCancel As ITrackCancel, _
    ByRef ppOrigin As IPoint, _
    ByRef ppExtent As IEnvelope, _
    ByRef ppCellSizes As IPointArray _
)
[C#]
public void ComputePixelAlignment (
    IComputePixelAlignmentParameters pParameters,
    ITrackCancel pTrackCancel,
    ref IPoint ppOrigin,
    ref IEnvelope ppExtent,
    ref IPointArray ppCellSizes
);
[C++]
HRESULT ComputePixelAlignment(
  IComputePixelAlignmentParameters* pParameters,
  ITrackCancel* pTrackCancel,
  IPoint** ppOrigin,
  IEnvelope** ppExtent,
  IPointArray** ppCellSizes
);
[C++]

Parameters pParameters [in]
pParameters is a parameter of type IComputePixelAlignmentParameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel ppOrigin [out]
ppOrigin is a parameter of type IPoint ppExtent [out]
ppExtent is a parameter of type IEnvelope ppCellSizes [out]
ppCellSizes is a parameter of type IPointArray

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface