Hi All,
How can I create a new point on screen in an active CATPart with a VBA macro? I got to a point as seen below and am stuck.
'================================
Sub AddPoint(Comment As String, part1 As Part)
'//// Get annotation set
Dim annoSet1 As AnnotationSet
Set annoSet1 =...