ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMDisplayTable Class / DatabaseRelates Property

In This Topic
    DatabaseRelates Property (CIMDisplayTable)
    In This Topic
    Gets or sets overrides for database relationships as relationship info. By default this property is null. This will contain relationship info elements for those database relationships that have overrides.
    Syntax
    Public Property DatabaseRelates As CIMDatabaseRelateInfo()
    public CIMDatabaseRelateInfo[] DatabaseRelates {get; set;}
    Remarks
    By default this property is null. This will contain relationship info elements for those database relationships that have overrides.
    Requirements

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

    ArcGIS Pro version: 3.3 or higher.
    See Also