bim:pset-get-visible


(bim:pset-get-visible  psetName)

This functions returns the visibility status of the PropertySet psetName.

Arguments

psetName  (string) the name of the PropertySet to retrieve the visibility status for

Return

T if visible, or NIL if invisible

Example

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

Remarks

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



©  Bricsys NV. All rights reserved.