ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphDocumentDescription Class / KnowledgeGraphDocumentDescription Constructor / KnowledgeGraphDocumentDescription Constructor(Geometry,IReadOnlyDictionary<String,Object>)
(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(Geometry,IReadOnlyDictionary<String,Object>)
    In This Topic
    Creates a new instance of a KnowledgeGraphDocumentDescription.
    Syntax
    public KnowledgeGraphDocumentDescription( 
       Geometry geometry,
       IReadOnlyDictionary<string,object> attributes
    )
    Public Function New( _
       Optional ByVal geometry As Geometry, _
       Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _
    )

    Parameters

    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.
    Remarks
    Use this constructor when you wish to add notes to an entity rather than adding a reference to a document. In this scenario, create the KnowledgeGraphDocumentDescription and populate the Text property with your notes.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also