ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints.CellSize Property

The cell size at which feature points are extracted.

ERROR: Syntax information about IImageFeaturePoints.CellSize may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_CellSize(
  IPnt** ppCellsize
);
[C++]
HRESULT put_CellSize(
  IPnt* ppCellsize
);
[C++]

Parameters

ppCellsize [out, retval]

  ppCellsize is a parameter of type IPnt

ppCellsize [in]

  ppCellsize is a parameter of type IPnt

Product Availability

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

See Also

IImageFeaturePoints Interface