bim:pset-get-perinstance


(bim:pset-get-perinstance  psetName)

This functions returns whether the the PropertySet psetName is per-instance or global.

Arguments

psetName  (string) the name of the PropertySet to retrieve the per-instance status for

Return

T if per-instance, or NIL if global

Example

(vl-load-bim)
(bim:create-propertyset "MyPerInstance-1" "MyPSet-1" T T)
(bim:pset-get-perinstance "MyPerInstance-1")  T
(bim:pset-get-perinstance "MyPSet-1")  T

Remarks

the psetName argument can refer to the PropertySet 'name' or PropertySet 'label', both is supported;



©  Bricsys NV. All rights reserved.