This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.CellSize Property (ArcObjects .NET 10.5 SDK) |
The cellsize.
[Visual Basic .NET] Public Property CellSize As IPoint
[C#] public IPoint CellSize {get; set;}
[C++]
HRESULT get_CellSize(
IPoint** ppCellsize
);
[C++]
HRESULT putref_CellSize(
IPoint* ppCellsize
);
[C++]
Parameters ppCellsize [out, retval]
ppCellsize is a parameter of type IPoint ppCellsize [in]
ppCellsize is a parameter of type IPoint