bim:pset-set-perinstance
(bim:pset-set-perinstance psetName
perInstance)
This functions defines whether the
PropertySet psetName
is per-instance or global.
Arguments |
psetName (string) the name of the PropertySet to define the
per-instance status for |
Return |
T or NIL, indicating success or failure |
Example |
(vl-load-bim) (bim:pset-set-perinstance "MyPSet-1" NIL) T |
Remarks |
the psetName argument can refer to the PropertySet 'name' or PropertySet 'label', both is supported; |
© Bricsys NV. All rights reserved. |