Browse By Tags

  • Edit Data Field VS Fill in signle Enter Data Field

    I managed to write a VBA script that scans a drawing and extracts number of text (either TextElements or TagSet or TextNode) that are enclosed within a unique identifier, and then replaces them (with the text in thier new values ) into another new…
  • Modify textnode line origin and rotation

    I've got a vba that worked in 2004 Edition but no longer works in V8i. The code basically replicates MicroStation's Place Text Along command, modifying the origin and rotation of each text line (or character in this case) in a textnode element to fit…