Hello everyone.
I've created a macro that does some standard checks when saving a model.
When it comes to the objects, "Designer.getOccs(model[0], lists all the object occurences.
Is there a way that I can ignore connections and fragments from that list?
Thanks,
Willem
Willem Engelbrecht Author on
Hi All,
Solution found:
Simply filter out your occurences by:
oObjOccs[a].getItemKind() != Constants.CID_CXNOCC
Hope it helps someone else....
Regards,
Willem