<< Click to Display Table of Contents >> NShape Reference
|
Creates a new model object and selects it.
public void CreateModelObject(IModelObject parent) |
The model controller generates a command for creating a model object and executes it against the project. If it succeeds it clears the selection and selects the new model object.
Name |
Description |
parent |
Parent of the new model object. Null if the new model object is a root object. |
See IRepository.InsertModelObject.