bim:pset-bimtypes-del


(bim:pset-bimtypes-del  psetName  bimType)

This functions removes the given bimType "BIMType" from the specified PropertySet psetName.

Arguments

psetName  (string) the name of the PropertySet to remove the given "BIMTypes" from

bimType  (string)  the global or local name of the "BIMType" to be removed

Return

T or NIL, indicating success or failure

Example

(vl-load-bim)
(bim:create-propertyset "MyPerInstance-1" "MyPSet-1" T T)
(bim:pset-bimtypes-add "MyPerInstance-1" ""BimDbWindow)  T
(bim:pset-bimtypes-add "MyPerInstance-1" ""Window)  T

Remarks

the psetName argument can refer to the PropertySet 'name' or PropertySet 'label', both is supported;
see functions (bim:pset-bimtypes-list-all) and (bim:pset-bimtypes-list) and (bim:pset-bimtypes-add)



©  Bricsys NV. All rights reserved.