ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphDocumentDescription Class / Attributes Property

In This Topic
    Attributes Property (KnowledgeGraphDocumentDescription)
    In This Topic
    Gets the additional attributes for user specified fields to assign to the new row in the document table.
    Syntax
    public IReadOnlyDictionary<string,object> Attributes {get;}
    Public ReadOnly Property Attributes As IReadOnlyDictionary(Of String,Object)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also