This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo2 Interface > IRasterInfo2.MaximumCellSize Property (ArcObjects .NET 10.4 SDK) |
The maximum cell size associated with this raster.
[Visual Basic .NET] Public Property MaximumCellSize As IPnt
[C#] public IPnt MaximumCellSize {get; set;}
[C++]
HRESULT get_MaximumCellSize(
IPnt** ppMaximumCellSize
);
[C++]
HRESULT put_MaximumCellSize(
IPnt* ppMaximumCellSize
);
[C++]
Parameters ppMaximumCellSize [out, retval]
ppMaximumCellSize is a parameter of type IPnt ppMaximumCellSize [in]
ppMaximumCellSize is a parameter of type IPnt