Name | Description | |
---|---|---|
IsEditable | Gets whether a MapMember is editable. | |
IsSelectable | Gets whether a MapMember is selectable. | |
IsSelectRelatedData | Gets whether a MapMember is set to automatically select related data. |
The following tables list the members exposed by IDisplayTable.
Name | Description | |
---|---|---|
IsEditable | Gets whether a MapMember is editable. | |
IsSelectable | Gets whether a MapMember is selectable. | |
IsSelectRelatedData | Gets whether a MapMember is set to automatically select related data. |
Name | Description | |
---|---|---|
CanEditData | Returns true if the data can be edited. This method must be called on the MCT. Use QueuedTask.Run. | |
ClearSelection | Clears the current selection. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDisplayExpressions | Gets the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFieldDescriptions | Returns fields of a MapMember including joined fields, if any. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSelection | Gets the current selection of a MapMember. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTable | Returns the underlying table or feature class. This method must be called on the MCT. Use QueuedTask.Run. | |
Search | 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. | |
Select | Selects rows based upon the specified criteria and combination method. This method must be called on the MCT. Use QueuedTask.Run. | |
SetEditable | Enables or disables editing on a MapMember. This method must be called on the MCT. Use QueuedTask.Run. | |
SetFieldDescriptions | Applies updates to the editable properties of fields. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSelectable | Toggles the selectability of a MapMember. This method must be called on the MCT. Use QueuedTask.Run. | |
SetSelectRelatedData | Toggles the SelectRelatedData of a MapMember. This method must be called on the MCT. Use QueuedTask.Run. |