![]() |
| Comments |

by Mr. Vinay Agarkhed on Mon, 2012/07/30 - 7:47am
Hi Mr. Rick Beddoe,
Use AssignedModels() method from ConnectableDef report class to get assigned models from an object definition.
Regards,
Vinay
- Login or register to post comments
by Ms. Ciska de Jager on Tue, 2012/07/31 - 6:08am
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


