Finding Elements in the Model
The topics in this section show how to find model elements and links to a model in code.
In This Section
How to: Find Elements in the Store
Explains how to find model elements in a model.How to: Navigate Links
Explains how to find a link and its roles.How to: Access a Presentation Element from a Model Element
Explains how to find the presentation element or elements that represent a model element.
Related Sections
Programming Domain-Specific Languages
Describes how to work with domain-specific languages by using code.Accessing the Store Programmatically
Explains how to get a model from the in-memory store.Using Transactions
Explains how to wrap modifications to the model in a transaction.Modifying Elements in the Model
Explains how to modify model elements.How to: Delete Elements from the Model
Explains how to delete elements from the model.