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

In This Topic
    FromKnowledgeGraphIDSet Method (KnowledgeGraphLayerIDSet)
    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 Shared Function FromKnowledgeGraphIDSet( _
       ByVal idSet As KnowledgeGraphIDSet _
    ) As KnowledgeGraphLayerIDSet
    public static KnowledgeGraphLayerIDSet FromKnowledgeGraphIDSet( 
       KnowledgeGraphIDSet idSet
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also