This document is archived and information here might be outdated. Recommended version. |
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*