ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphDocumentDescription Class / KnowledgeGraphDocumentDescription Constructor / KnowledgeGraphDocumentDescription Constructor(String,Geometry,IReadOnlyDictionary<String,Object>)
Path to the document. This can be a file on disk or a website or document on the internet.
(Optional) The geometry to assign the new row in the document table.
(Optional) The additional attributes for user specified fields to assign the new row in the document table.

In This Topic
    KnowledgeGraphDocumentDescription Constructor(String,Geometry,IReadOnlyDictionary<String,Object>)
    In This Topic
    Creates a new instance of a KnowledgeGraphDocumentDescription.
    Syntax
    public KnowledgeGraphDocumentDescription( 
       string path,
       Geometry geometry,
       IReadOnlyDictionary<string,object> attributes
    )
    Public Function New( _
       ByVal path As String, _
       Optional ByVal geometry As Geometry, _
       Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _
    )

    Parameters

    path
    Path to the document. This can be a file on disk or a website or document on the internet.
    geometry
    (Optional) The geometry to assign the new row in the document table.
    attributes
    (Optional) The additional attributes for user specified fields to assign the new row in the document table.
    Exceptions
    ExceptionDescription
    Path cannot be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also