This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.CellSize Property (ArcObjects .NET 10.4 SDK) |
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