ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / BaseRelationshipDescription Class / Attributes Property

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