Jump to content

Recommended Posts

Posted

HOW DO I DELETE THIS FROM DATA BASE ,AND WHAT IS IT ? Handle = 19dbd

Posted

Where did you get that at? The handle is a unique (per drawing) ID tag for an entity.

You could use this bit of lisp code to select the object.

 

[color=blue][font="Courier New"]
(command "._select" (handent "19dbd"))
[/font][/color]

Posted

If you were bringing in attributes, Handle information would also come along. In order for you to bring you information from the data base back to the drawing would require handle information to be there to get back to the proper block or entity.

Posted

Every Entity in a drawing has a handle. It remains unchanged throughout the drawing un like the entity name. Best way to store info from one session to another about a specific entity. Thought the handle doesn't change between session a specific entity doesn't have a specific handle.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...