This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevel Interface > ICellSizeLevel.MaximumCellSize Property (ArcObjects .NET 10.4 SDK) |
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