Gets the source drawing ID and original handle of a queried object.
(ade_qrygetdwgandhandle ename)
Returns the drawing ID and handle of the queried object or nil.
ename | AutoCAD entity name. |
This function returns the ID of the source drawing from which the object was queried and the handle by which the object is known in that drawing.
ADSRX equivalent
struct
resbuf* ade_qrygetdwgandhandle
ads_name ename);
Returns the drawing ID and handle for the queried object or NULL.
You must release the resbuf.