ArcGIS Pro 3.7 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 ReadOnly Property Attributes As IReadOnlyDictionary(Of String,Object)
    public IReadOnlyDictionary<string,object> Attributes {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also