| Name | Description | |
|---|---|---|
|  | CanCreateGraphicElement | Gets whether a graphic element can be created using the graphic element container. | 
|  | ClearElementSelection | Clear all selected elements. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | FindElement | Finds the element recursively with the given name. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | FindElements | Finds the elements recursively with the given names. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | GetElements | Get the collection of elements. Nesting is preserved. | 
|  | GetElementsAsFlattenedList | Get the collection of elements. Nested groups are not preserved. | 
|  | GetSelectedElements | Returns a collection of selected elements. | 
|  | RemoveElement | Remove the element. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | RemoveElements | Remove the elements. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SelectAllElements | Select all elements. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SelectElement | Select the specified element. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SelectElements | Overloaded. | 
|  | UnSelectElement | Unselect the specified element. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | UnSelectElements | Unselect the specified elements. This method must be called on the MCT. Use QueuedTask.Run. |