AutoCAD Map 3D Developer
Welcome to Autodesk’s AutoCAD Map 3D Developer Forums. Share your knowledge, ask questions, and explore popular AutoCAD Map 3D Developer topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Map5 Range Table

1 REPLY 1
Reply
Message 1 of 2
Anonymous
354 Views, 1 Reply

Map5 Range Table

How do I remove a Range table inside an external query so it is always the latest and greatest? I can define one using ade_rtdefrange but if I change it, it used the definition stored in the dwg not the external query.
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

;Use (ade_rtlist) to get the IDs of all range
tables in drawing.
;Use (ade_rtgetprop rt_id "name") to get the name of each
RT in the drawing.
;Use (ade_rtdeltable "name") to delete a defined range
table by name.

(ade_rtdeltable "name_of_range_table")

 



style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">How
do I remove a Range table inside an external query so it is always the latest
and greatest? I can define one using ade_rtdefrange but if I change it, it
used the definition stored in the dwg not the external
query.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report