bim:pset-remove-property


(bim:pset-remove-property  psetName  propName)

This functions removes the Property propName from the PropertySet psetName.

Arguments

psetName  (string) the name of the PropertySet where to remove the property from;

propName  (string) the name of the Property to be removed

Return

T or NIL, indicating success or failure

Example

(vl-load-bim)
(bim:pset-create-property "MyPSet-1" "Prop-1" "PropLabel-1" "PropDesc-1" T)
(bim:pset-remove-property "MyPSet-1" "Prop-1")
--- or ---
(bim:pset-remove-property "MyPSet-1" "PropLabel-1")

Remarks

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



©  Bricsys NV. All rights reserved.