ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / KnowledgeGraphLayerCreationParams Class / KnowledgeGraphLayerCreationParams Constructor / KnowledgeGraphLayerCreationParams Constructor(Uri)
A System.Uri represents the path or url to a knowledge graph.

In This Topic
    KnowledgeGraphLayerCreationParams Constructor(Uri)
    In This Topic
    Creates a parameter object with a System.Uri.
    Syntax
    public KnowledgeGraphLayerCreationParams( 
       Uri uri
    )
    Public Function New( _
       ByVal uri As Uri _
    )

    Parameters

    uri
    A System.Uri represents the path or url to a knowledge graph.
    Remarks

    Some sample paths to:

    A uri to a knowledge graph. https://someServer.domain.com/server/rest/services/Hosted/SomeKG/KnowledgeGraphServer

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also