ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphDataModelView Class / SelectEntities Method
The set of entity names to select in the TOC.

In This Topic
    SelectEntities Method (KnowledgeGraphDataModelView)
    In This Topic
    Selects entities in the TOC.
    Syntax
    public void SelectEntities( 
       IReadOnlyCollection<string> entities
    )
    Public Sub SelectEntities( _
       ByVal entities As IReadOnlyCollection(Of String) _
    ) 

    Parameters

    entities
    The set of entity names to select in the TOC.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also