ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphDataModelView Class / SelectNamedObjectTypes Method
The set of named object types to select in the TOC.

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

    Parameters

    namedObjectTypes
    The set of named object types to select in the TOC.
    Requirements

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

    ArcGIS Pro version: 3.5 or higher.
    See Also