Description
This property allows you to get and set the model to be added to the Assembly document.
Syntax
Set property:
AddModel( Model );
|
Input: (IModel) Model |
Model to be added to assembly document. |
Get property:
Model = AddModel( );
|
Return: (IModel) Model |
Model that was added to assembly document. |
Note
Use IAddModel::AddNewModel to add new model, and IAddModel::GetAddModelId to get PId of added model.