ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Core Namespace / IItemFactory Interface / CanGetKnowledgeGraphNamedObjectType Method
The item to check.

In This Topic
    CanGetKnowledgeGraphNamedObjectType Method (IItemFactory)
    In This Topic
    Gets if the Knowledge Graph named object type for the item can be retrieved.
    Syntax
    bool CanGetKnowledgeGraphNamedObjectType( 
       Item item
    )
    Function CanGetKnowledgeGraphNamedObjectType( _
       ByVal item As Item _
    ) As Boolean

    Parameters

    item
    The item to check.

    Return Value

    True if the Knowledge Graph named object type can be retrieved. False otherwise.
    Remarks
    Currently only entity and relationship types are supported.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also