bim:pset-set-visible


(bim:pset-set-visible  psetName  visible)

This functions defines whether the PropertySet psetName is visible or hidden.

Arguments

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

visible  (T/NIL) the new visibility status for the specified PropertySet

Return

T or NIL, indicating success or failure

Example

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

Remarks

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



©  Bricsys NV. All rights reserved.