Results 1 to 3 of 3

Thread: Multiple hyperlinks per MTEXT object

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Re: Multiple hyperlinks per MTEXT object

    Summary: When MTEXT objects have multiple hyperlinked fields the PDF output includes working hyperlinks for each field in the MTEXT object - not just the first one.

    Description: Currently, MTEXT objects can only have one hyperlinked field each. Let's improve MTEXT objects (like notes) so that adding multiple hyperlinked fields (like sheetset sheet numbers) result in PDF that output includes working hyperlinks for each field in the MTEXT object.

    Product and Feature: AutoCAD - MText

    Submitted By: sonablue on 11/14/2023


  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,528

    Default Re: Multiple hyperlinks per MTEXT object

    Unfortunately, the HYPERLINK command does not support multiple hyperlinks, but the good news is that each entity has a Hyperlinks collection that can handle multiple hyperlinks. You can access it via lisp or vba. I posted a sample in this thread.
    C:> ED WORKING....


    LinkedIn

  3. #3
    Member sonablue's Avatar
    Join Date
    2005-09
    Location
    Seattle, WA
    Posts
    17

    Default Re: Multiple hyperlinks per MTEXT object

    Quote Originally Posted by Ed Jobe View Post
    Unfortunately, the HYPERLINK command does not support multiple hyperlinks, but the good news is that each entity has a Hyperlinks collection that can handle multiple hyperlinks. You can access it via lisp or vba. I posted a sample in this thread.
    Oh cool, thanks for sharing that sample!

Posting Permissions

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