|
INcModel::EntityModel
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: (ICimEntity) |
An entity to get a model in which it was created. |
Return: (IModel) Model |
A Model in which a given entity was created. |
|