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