PresentationHelpers Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Extension methods to help dealing with presentation elements.
The PresentationHelpers type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateIDiagram | Create an IDiagram object from a DSL diagram object. | |
CreateIShape | Create an IShape object from a DSL shape, a shape field or a subfield. | |
Diagrams | All opened diagrams, of a particular type if specified, that are displaying elements defined in the given IModelStore instance. | |
GetChildShapes<T> | Get child shapes that display UML model elements of the given type. Empty enumeration if none found. | |
GetElement | The UML model element that this shape represents. | |
GetSelectedShapes<T> | Get all selected shapes that display elements of the specified type. | |
IsSameDiagram | Determines whether two diagrams are the same. | |
SelectShapes | ||
Shapes | All shapes that display this model element. | |
Shapes<T> | All shapes that represent elements of a given type. |
Top