Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VL-BB-Ref & VL-BB-Set in MDI Lisp Application

0 REPLIES 0
Reply
Message 1 of 1
mdhutchinson
733 Views, 0 Replies

VL-BB-Ref & VL-BB-Set in MDI Lisp Application

I am wondering if VL-BB-Ref & VL-BB-Set couldn't effectivly be used in a lisp app in MDI working with a data structure like this...

 

((<Path&NameDwg1> ((data...)))
 (<Path$NameDwg2> ((data...)))
 (<Path$NameDwg3> ((data...)))
 ...
)

 

Within each drawing, when launched, the lisp app would deal separately with the active drawing's own associated data via lisp code similar to...

 

(setq DwgSpecificData (Assoc <Path&NameDwg1> (VL-BB-Ref 'appdata)))

 

... modify and append to DwgSpecificData here.

 

(VL-BB-Set 'appdata (Subst DwgSpecificData (Assoc <Path&NameDwg1> (VL-BB-Ref 'appdata))))

 

... your thoughts?

0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report

”Boost