ArcGIS Pro 2.9 API Reference Guide
IsCustomItem(Item) Method

ArcGIS.Desktop.Core Namespace > ItemFactory Class > IsCustomItem Method : IsCustomItem(Item) Method
The item to check.
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, Windows 8.1

See Also

Reference

ItemFactory Class
ItemFactory Members
Overload List