|
IAssemblyModel::GetModels
Description
This method allows you to get all models that are added under a selected assembly model.
Syntax
ModelList = GetModels ( );
Return: (Variant) ModelList
An array of models added under the current assembly model. This array is filled with the relevant model types, IMdlrModel or IAssemblyModel interfaces.
|