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


IComputePixelAlignmentParameters.MaximumCellSize Property (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 > IComputePixelAlignmentParameters.MaximumCellSize Property
ArcGIS Developer Help

IComputePixelAlignmentParameters.MaximumCellSize Property

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 .

[Visual Basic .NET]
Public Property MaximumCellSize As IPoint
[C#]
public IPoint MaximumCellSize {get; set;}
[C++]
HRESULT get_MaximumCellSize(
  IPoint* ppMaximumCellSize
);
[C++]
HRESULT putref_MaximumCellSize(
  IPoint** ppMaximumCellSize
);
[C++]
Parameters
ppMaximumCellSize [in]

ppMaximumCellSize is a parameter of type IPoint* ppMaximumCellSize [out, retval]
ppMaximumCellSize is a parameter of type IPoint**

Product Availability

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

See Also

IComputePixelAlignmentParameters Interface