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


IRasterInfo2.MaximumCellSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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