ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / FromKnowledgeGraphIDSet Method
The map for the SelectionSet
The collection of Knowledge graph type names and Ids.

In This Topic
    FromKnowledgeGraphIDSet Method (SelectionSet)
    In This Topic
    Creates a SelectionSet object from a ArcGIS.Core.Data.Knowledge.KnowledgeGraphIDSet.
    Syntax
    Public Shared Shadows Function FromKnowledgeGraphIDSet( _
       ByVal map As Map, _
       ByVal kgIDSet As KnowledgeGraphIDSet _
    ) As SelectionSet
    public new static SelectionSet FromKnowledgeGraphIDSet( 
       Map map,
       KnowledgeGraphIDSet kgIDSet
    )

    Parameters

    map
    The map for the SelectionSet
    kgIDSet
    The collection of Knowledge graph type names and Ids.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also