Hi,
can anyone tell me how I can correctly call checkinterference.
I'm trying:
Set objDoc = objApp.ActiveDocument
Set objParts = objDoc.Parts
Set Set1(1) = objParts.Item(1)
Call objDoc.CheckInterference(1, Set1(1),.....
SE replies with:
wrong type, array of objects or user defined type...