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


IRasterInfo2.MaximumCellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo2 Interface > IRasterInfo2.MaximumCellSize Property
ArcGIS Developer Help

IRasterInfo2.MaximumCellSize Property

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*

Product Availability

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

See Also

IRasterInfo2 Interface