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


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

IImageFeaturePoints.CellSize Property

The cell size at which feature points are extracted.

[Visual Basic .NET]
Public Property CellSize As IPnt
[C#]
public IPnt CellSize {get; set;}
[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