Map5 Range Table

Map5 Range Table

Anonymous
Not applicable
375 Views
1 Reply
Message 1 of 2

Map5 Range Table

Anonymous
Not applicable
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.
0 Likes
376 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
;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.
0 Likes