ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / ItemCategory Class
Members

In This Topic
    ItemCategory Class
    In This Topic
    Provides a base class for ItemCategory classes defined in DAML
    Syntax
    public class ItemCategory 
    Public Class ItemCategory 
    Remarks

    An item category defines a collection of item types, and facilitates filtering a collection of items. An item category consists of a DAML declaration and a class derived from the ItemCategory class. For example, a category could define a relationship between the feature classes, relationship classes and tables in a geodatabase. The item category allows you retrieve an enumerable collection of items associated with the category at once from a given item. Use of the ItemCategory is not recursive. That is, when you retrieve items from a folder, the result will not include items stored within subfolders.

    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also