ArcGIS Pro 3.7 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 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.4 or higher.
    See Also