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

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

    Parameters

    relationships
    The set of relationship names to select in the TOC.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also