ArcObjects Library Reference (DataSourcesRaster)  

ICellSizeLevel2.Category Property

The category associated with the cell size level.

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

[C++]
HRESULT get_Category(
  esriCellSizeLevelCategory* pCategory
);
[C++]
HRESULT put_Category(
  esriCellSizeLevelCategory pCategory
);
[C++]

Parameters

pCategory [out, retval]

  pCategory is a parameter of type esriCellSizeLevelCategory

pCategory [in]

  pCategory is a parameter of type esriCellSizeLevelCategory

Product Availability

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

See Also

ICellSizeLevel2 Interface