ArcGIS Pro 3.3 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 CIMDatabaseRelateInfo[] DatabaseRelates {get; set;}
    Public Property DatabaseRelates As CIMDatabaseRelateInfo()
    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, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also