ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IDisplayTable Interface
Properties Methods

In This Topic
    IDisplayTable Interface Members
    In This Topic

    The following tables list the members exposed by IDisplayTable.

    Public Properties
     NameDescription
     Property Gets whether a MapMember is editable.  
     Property Gets whether a MapMember is selectable.  
     Property Gets whether a MapMember is set to automatically select related data.  
    Top
    Public Methods
     NameDescription
     MethodReturns true if the data can be edited. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Clears the current selection. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Returns fields of a MapMember including joined fields, if any. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the current selection of a MapMember. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Returns the underlying table or feature class. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Executes a query to the underlying data source and returns rows matching the search criteria. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Selects rows based upon the specified criteria and combination method. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Enables or disables editing on a MapMember. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Applies updates to the editable properties of fields. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Toggles the selectability of a MapMember. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Toggles the SelectRelatedData of a MapMember. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also