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

    Parameters

    relationships
    The set of relationship 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