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


IRasterStorageDef.CellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.CellSize Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IRasterStorageDef Interface