Description
This property allows you to get a model in which a given entity was created. It is useful when you have imported objects from other models.
Syntax
Model = EntityModel( Entity );
|
Input: (IEntity) |
An entity to get a model in which it was created. |
|
Return: (IModel) Model |
Model in which a given entity was created. |