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