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


IExportItemsParameters.CellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.CellSize Property
ArcGIS Developer Help

IExportItemsParameters.CellSize Property

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

ppCellsize is a parameter of type IPoint* ppCellsize [out, retval]
ppCellsize is a parameter of type IPoint**

Product Availability

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

See Also

IExportItemsParameters Interface