bim:pset-get-label


(bim:pset-get-label  psetName)

This functions returns the label of the PropertySet psetName.

Arguments

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

Return

string or NIL, indicating success or failure

Example

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

Remarks

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



©  Bricsys NV. All rights reserved.