4 Replies
-
Hi Mr. Rick Beddoe,
Use AssignedModels() method from ConnectableDef report class to get assigned models from an object definition.
Regards,
Vinay
-
Hi Rick
If you want a assignment to a spesific type model:
objectdef.AssignedModels(Constants.MT_EEPC)
or
you can use an array to get a combination of model types eg. EPC and Column EPC.
objectdef.AssignedModels(modeltypearray);
Ciska
-
Thank you Vinay and Ciska.
I guess I just overlooked that in Help :)
Cheers,
Rick
-