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

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

    Return Value

    The collection of relationship types selected in the TOC
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also