ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / IItemFactory Interface / IsCustomItem Method / IsCustomItem(Item) Method
The item to check.

In This Topic
    IsCustomItem(Item) Method
    In This Topic
    Gets whether the item is a custom item.
    Syntax
    bool IsCustomItem( 
       Item item
    )
    Overloads Function IsCustomItem( _
       ByVal item As Item _
    ) As Boolean

    Parameters

    item
    The item to check.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also