bim:pset-set-label


(bim:pset-set-label  psetName  label)

This functions assigns the label for the PropertySet psetName.

Arguments

psetName  (string) the name of the PropertySet to assign the label for

label  (string) the new label for the specified PropertySet

Return

T or NIL, indicating success or failure

Example

(vl-load-bim)
(bim:create-propertyset "MyPerInstance-1" "PsetLabel-1" T T)
(bim:pset-set-label "MyPerInstance-1" "NewPSetLabel")
--- or ---
(bim:pset-set-label "PsetLabel-1" "NewPSetLabel")

Remarks

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



©  Bricsys NV. All rights reserved.