ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigationView Class / GetSelectedEntities Method

In This Topic
    GetSelectedEntities Method (KnowledgeGraphInvestigationView)
    In This Topic
    Gets the collection of entity types selected in the TOC.
    Syntax
    public IReadOnlyList<string> GetSelectedEntities()
    Public Function GetSelectedEntities() As IReadOnlyList(Of String)

    Return Value

    The collection of entity types selected in the TOC.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also