Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/2019 in all areas

  1. The code works, but the point is returned as a variant. To get a point-as-list value you can do two things: (setq textPosition (vlax-safearray->list (vlax-variant-value (vla-get-textposition ss)))) (setq textPosition (vlax-get ss 'textposition))
    1 point
×
×
  • Create New...