ModelElementLocator.NavigateTo Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
NavigateTo(Guid, Diagram) | Open the specified diagram. | |
NavigateTo(Guid, ShapeElement) | Display and select the specified shape. | |
NavigateTo(Guid, Diagram, ICollection<DiagramItem>) | Display the target diagram and select the target shapes. The first shape in the list is the primary selection. | |
NavigateTo(Guid, DiagramItem, ICollection<DiagramItem>) | Display the targetShape's diagram and select the shape (extend the selection to include the extendedSelection.) | |
NavigateTo(Guid, DiagramItem, ICollection<DiagramItem>, Boolean) | Display the targetShape's diagram and, if desired, select the shape (extend the selection to include the extendedSelection.) |
Top