Hello all,
I am placing hole call out anotations using VBA macro to selected features on a drawing view, which is working fine by using this line of code
Set displayDim = swModel.AddHoleCallout2(x1, y1, 0)
Now I also need to add PCD information of the holes in the same hole call out. Is that even possible, because the API documentation says, the IAnnotaton interface ignores adding note to annotation if the annotation type is a hole call out.
I feel like it should be possible to do, as you can do it manually, but it does throw warning when editing hole call out notes saying it might get delinked to the attached entity (or something along these lines).
Currently, I am having to add separate leader note for the PCD information of the holes which dont look nice on the drawing view, as in our company we are used to adding PCD info in the hoe call out when drawings are done manually.
Any help would be galdy appreciated 🙂
