ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RelationshipDescription Class / Attributes Property

In This Topic
    Attributes Property (RelationshipDescription)
    In This Topic
    Gets the attributes to assign the new row in the attributed relationship 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 or higher.
    See Also