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


IRasterStorageDef.CellSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef.CellSize Property

The cell size of the raster to be stored.

[Visual Basic .NET]
Public Property CellSize As IPnt
[C#]
public IPnt CellSize {get; set;}
[C++]
HRESULT get_CellSize(
  IPnt** CellSize
);
[C++]
HRESULT putref_CellSize(
  IPnt* CellSize
);
[C++]

Parameters CellSize [out, retval]
CellSize is a parameter of type IPnt CellSize [in]
CellSize is a parameter of type IPnt

Product Availability

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

See Also

IRasterStorageDef Interface