+ Reply to Thread
Results 1 to 2 of 2

Thread: textdot data

  1. #1

    textdot data

    Hi all
    newbe question
    trying to replace text dot with text object...
    how to call data from textdot object (position and inserted text)?
    Thanks
    Tamir

  2. #2
    got it

    ddot = rs.GetObjects("Select Dots",8192)
    for i in ddot:
    rs.AddText(rs.TextDotText(i),rs.TextDotPoint(i))

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts