ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMDisplayTable Class
Members

In This Topic
    CIMDisplayTable Class
    In This Topic
    Represents a display table.
    Object Model
    CIMDisplayTable ClassCIMExpressionInfo ClassCIMFloorAwareTableProperties ClassCIMTimeDataDefinition ClassCIMTimeDimensionDefinition ClassCIMTimeDisplayDefinition ClassCIMTimeTableDefinition Class
    Syntax
    Remarks
    A display table represents a virtual view of one or more tables. The display table always has a base table, but one or more tables can be joined and/or related to the base table. A join effectively adds new columns onto the base table, based on the foreign key to the joined table. A relate simply sets up an in-memory relationship class to another table to lookup related rows from a foreign key in the base table. The display table also supports a definition expression and allows the user to specify a 'display field', whose value is a label used to represent a row in the table.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMDisplayTable
             ArcGIS.Core.CIM.CIMFeatureTable
             ArcGIS.Core.CIM.CIMRasterTable

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also