|
|
This method allows you to get an entity object, know its Id and the model in which it exists.
Entity = GetEntityById( EntityId, Model );
|
Input: (Integer) EntityId |
An entity Id. |
|
Input: (IModel) Model |
Model in which entity exists. |
|
Return: (ICimEntity) Entity |
Entity object. |
|