Question
Is there a way to check the start point of a callout?
I want to do a macro that moves the start point of a callout but I can't find a function to do this.
I'm assuming the callout is already selected and just want to find the start point of the callout line (i.e. the bit that points to something on the drawing, not the text end).
I'm hoping that there is something similar to the line end point property (e.g. myelem.line.startPoint.x) but for callouts - I can't find it though.

