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


ICellSizeLevel.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 > ICellSizeLevel Interface > ICellSizeLevel.MaximumCellSize Property
ArcGIS Developer Help

ICellSizeLevel.MaximumCellSize Property

The maximum cell size value associated with the level.

[Visual Basic .NET]
Public Property MaximumCellSize As Double
[C#]
public double MaximumCellSize {get; set;}
[C++]
HRESULT get_MaximumCellSize(
  double pMaximumCellSize
);
[C++]
HRESULT put_MaximumCellSize(
  System.Double* pMaximumCellSize
);
[C++]
Parameters
pMaximumCellSize [in]

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

Product Availability

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

See Also

ICellSizeLevel Interface