ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / ItemFactory Class / IsCustomItem Method / IsCustomItem(Item) Method
The item to check.

In This Topic
    IsCustomItem(Item) Method
    In This Topic
    Determines whether the item is a custom item or not.
    Syntax
    public bool IsCustomItem( 
       Item item
    )
    Public Overloads Function IsCustomItem( _
       ByVal item As Item _
    ) As Boolean

    Parameters

    item
    The item to check.

    Return Value

    True if the item is a custom item.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also