Name | Description | |
---|---|---|
![]() | CanEditData | Returns true if the data can be edited. |
![]() | ClearSelection | Clears the current selection. 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. |
![]() | QueryDisplayExpressions | Queries the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Search | Overloaded. |
![]() | Select | Overloaded. |
![]() | SetDefinitionQuery | Sets the definition query expression for a MapMember. 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. |