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


IBuilderItem.Category Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface > IBuilderItem.Category Property
ArcGIS Developer Help

IBuilderItem.Category Property

The catagory of builder item. The value in this property appears in the Category field of the mosaic catalog.

[Visual Basic .NET]
Public Property Category As esriRasterCatalogItemCategory
[C#]
public esriRasterCatalogItemCategory Category {get; set;}
[C++]
HRESULT get_Category(
  esriRasterCatalogItemCategory pItemCategory
);
[C++]
HRESULT put_Category(
  esriRasterCatalogItemCategory* pItemCategory
);
[C++]
Parameters
pItemCategory [in]

pItemCategory is a parameter of type esriRasterCatalogItemCategory pItemCategory [out, retval]
pItemCategory is a parameter of type esriRasterCatalogItemCategory*

Product Availability

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

See Also

IBuilderItem Interface