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


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

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(
  System.Double* pMinimumCellSize
);
[C++]
Parameters
pMinimumCellSize [in]

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

Product Availability

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

See Also

ICellSizeLevel Interface