ArcGIS Pro 2.6 API Reference Guide
IDisplayTable Interface Members
Properties  Methods 

ArcGIS.Desktop.Mapping Namespace : IDisplayTable Interface

The following tables list the members exposed by IDisplayTable.

Public Properties
 NameDescription
 Property Gets the definition query expression for a MapMember.  
 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.  
 Method Clears the current selection. 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 Queries the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run.  
 MethodOverloaded.   
 MethodOverloaded.   
 Method Sets the definition query expression for a MapMember. 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

Reference

IDisplayTable Interface
ArcGIS.Desktop.Mapping Namespace