ArcObjects Library Reference (DataSourcesRaster)  

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(
  double pMaximumCellSize
);
[C++]

Parameters

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

Product Availability

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

See Also

ICellSizeLevel Interface