Results 1 to 6 of 6

Thread: Finding object by handle number

  1. #1
    Member
    Join Date
    2005-02
    Posts
    28
    Login to Give a bone
    0

    Default Finding object by handle number

    Does anyone know of a way to search a drawing to find an object by its handle number?

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,100
    Login to Give a bone
    0

    Default Re: Finding object by handle number

    Quote Originally Posted by AutoCAD Developer Help
    Returns an object (entity) name based on its handle

    Code:
    (handent handle)
    Replace the word handle within the above code with the desired handle. You may also want to save it to a variable name using (setq variablename (handent handle))
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    Member
    Join Date
    2005-02
    Posts
    28
    Login to Give a bone
    0

    Default Re: Finding object by handle number

    Thanks for the info and quick response. Do I just type that at the comand line? I tried that and it didn't seem to work for me.

  4. #4
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,100
    Login to Give a bone
    0

    Default Re: Finding object by handle number

    Quote Originally Posted by s19odin52
    Thanks for the info and quick response. Do I just type that at the comand line? I tried that and it didn't seem to work for me.
    What did you type?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  5. #5
    Member
    Join Date
    2005-02
    Posts
    28
    Login to Give a bone
    0

    Default Re: Finding object by handle number

    I typed (handent 3cc2)

  6. #6
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,100
    Login to Give a bone
    0

    Default Re: Finding object by handle number

    You will mostl ikely need to place the handle within quotes or save it to a variable name first and use the variable.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

Similar Threads

  1. Replies: 4
    Last Post: 2014-11-14, 04:01 AM
  2. Replies: 16
    Last Post: 2008-10-21, 05:35 AM
  3. Replies: 5
    Last Post: 2007-04-30, 08:14 PM
  4. Finding An Object
    By BRADLEY.BRIGMAN1819 in forum Revit Architecture - General
    Replies: 2
    Last Post: 2003-10-27, 03:21 PM
  5. Dockable Interface, Object Browser, Object handle ideas...
    By Richard McCarthy in forum Revit Architecture - Wish List
    Replies: 6
    Last Post: 2003-10-08, 05:49 PM

Posting Permissions

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