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


IComputePixelAlignmentParameters.MinimumCellSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IComputePixelAlignmentParameters.MinimumCellSize Property

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 .

[Visual Basic .NET]
Public Property MinimumCellSize As IPoint
[C#]
public IPoint MinimumCellSize {get; set;}
[C++]
HRESULT get_MinimumCellSize(
  IPoint** ppMinimumCellSize
);
[C++]
HRESULT putref_MinimumCellSize(
  IPoint* ppMinimumCellSize
);
[C++]

Parameters ppMinimumCellSize [out, retval]
ppMinimumCellSize is a parameter of type IPoint ppMinimumCellSize [in]
ppMinimumCellSize is a parameter of type IPoint

Product Availability

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

See Also

IComputePixelAlignmentParameters Interface