JONTHEPOPE Posted June 2, 2009 Posted June 2, 2009 HOW DO I DELETE THIS FROM DATA BASE ,AND WHAT IS IT ? Handle = 19dbd Quote
rkmcswain Posted June 2, 2009 Posted June 2, 2009 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] Quote
The Buzzard Posted June 2, 2009 Posted June 2, 2009 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. Quote
TimSpangler Posted June 2, 2009 Posted June 2, 2009 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. Quote
Recommended Posts
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.