Program a Domain Model (How Do I in Domain-Specific Language Tools)
This page links to information about tasks for working with domain models programmatically. To view other categories of popular tasks covered in Help, see How Do I in Domain-Specific Language Tools.
How to: Create Elements in Code
Demonstrates how to use code to create elements.How to: Create Links in Code
Demonstrates how to use code to create links between elements.How to: Delete Elements and Links Programmatically
Demonstrates how to delete elements and links.How to: Access a Link and Roles at Both Ends
Demonstrates how to access a link and the elements at both ends.How to: Find Objects in the Store
Demonstrates how to find and use the elements or relationships of a model.How to: Create Custom Rules
Explains what types of rules you can define and when you can call them.How to: Register to be Notified on an Event
Describes how to subscribe to an event and run custom code.How to: Undo and Redo Changes Made to the Store
Demonstrates how to undo a set of modifications to a model and how to redo those changes.