bim:pset-set-name


(bim:pset-set-name  psetName  name)

This functions assigns the new name for the PropertySet psetName.

Arguments

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

name  (string) the new name 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-name "MyPerInstance-1" "MySet1")
--- or ---
(bim:pset-set-name "PsetLabel-1" "MySet1")

Remarks

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



©  Bricsys NV. All rights reserved.