aaryan 发表于 2022-7-6 06:36:40

vla-GetVariable using ObjectDB

Hi All,
 
Is it possible to get INSUNITS variable from an unopened drawing file.
I hope it can be done using ObjectDBX. if so please point me to the right direction.
 
Regards
Aaryan

Lee Mac 发表于 2022-7-6 07:03:26

System Variables are not accessible through ObjectDBX.

aaryan 发表于 2022-7-6 07:15:38

 
Thanks for the information Lee Mac.
 
Regards

aaryan 发表于 2022-7-6 07:34:23

@Lee Mac
One more thing, Your code LM:BrowseForFolder works pretty well but is there a way I can navigate back from the Root Directory.
There should be some way which Masters like you only can point.
 
Thanks and Regards

Lee Mac 发表于 2022-7-6 07:39:15

 
The functionality of the dialog interface is dependent entirely on the behaviour of the browseforfolder method. Supplying this method with the Root parameter prevents the user from navigating above the given directory, this behaviour is inherent to the method and hence beyond your control.
页: [1]
查看完整版本: vla-GetVariable using ObjectDB