ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / KnowledgeGraphLayerIDSet Class / FromKnowledgeGraphIDSet Method
The KnowledgeGraphIDSet

In This Topic
    FromKnowledgeGraphIDSet Method
    In This Topic
    Creates a KnowledgeGraphLayerIDSet from a ArcGIS.Core.Data.Knowledge.KnowledgeGraphIDSet. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static KnowledgeGraphLayerIDSet FromKnowledgeGraphIDSet( 
       KnowledgeGraphIDSet idSet
    )
    Public Shared Function FromKnowledgeGraphIDSet( _
       ByVal idSet As KnowledgeGraphIDSet _
    ) As KnowledgeGraphLayerIDSet

    Parameters

    idSet
    The KnowledgeGraphIDSet
    Exceptions
    ExceptionDescription
     
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also