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.
Version

KnowledgeGraphLayerCreationParams Constructor(Uri)
Creates a parameter object with a System.Uri.
Syntax
public KnowledgeGraphLayerCreationParams( 
   Uri 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