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