ArcObjects Library Reference (DataSourcesRaster)  

ICellSizeLevel.MinimumCellSize Property

The minimum cell size value associated with the level.

[Visual Basic .NET]
Public Property MinimumCellSize As Double
[C#]
public double MinimumCellSize {get; set;}
[C++]
HRESULT get_MinimumCellSize(
  double* pMinimumCellSize
);
[C++]
HRESULT put_MinimumCellSize(
  double pMinimumCellSize
);
[C++]

Parameters

pMinimumCellSize [out, retval]   pMinimumCellSize is a parameter of type double pMinimumCellSize [in]   pMinimumCellSize is a parameter of type double

Product Availability

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

See Also

ICellSizeLevel Interface