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


IBuilderItem.Category Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
pItemCategory is a parameter of type esriRasterCatalogItemCategory pItemCategory [in]
pItemCategory is a parameter of type esriRasterCatalogItemCategory

Product Availability

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

See Also

IBuilderItem Interface