ArcGIS Pro 3.7 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 Sub SelectEntities( _
       ByVal entities As IReadOnlyCollection(Of String) _
    ) 
    public void SelectEntities( 
       IReadOnlyCollection<string> entities
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also