|
IAsssemblyModel::GetInstancesByModel
Description
This method allows you to get a list of instances occurring in a given model. The returned list contains instances that are under the current assembly model.
Syntax
InstanceList = GetInstancesByModel( Model );
Input: (IModel) Model |
The model to be searched for its instances. |
Return: (Variant) InstanceList |
A list of instances created by the adding of a given model. |
|