bim:pset-get-name


(bim:pset-get-name  psetName)

This functions returns the name of the PropertySet psetName.

Arguments

psetName  (string) the name of the PropertySet to retrieve the name 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-name "MyPerInstance-1")  "MyPerInstance-1"
(bim:pset-get-name "MyPSet-1")  "MyPerInstance-1"

Remarks

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



©  Bricsys NV. All rights reserved.