ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IDisplayTable Interface

In This Topic
    IDisplayTable Interface Methods
    In This Topic

    For a list of all members of this type, see IDisplayTable members.

    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