bim:pset-get-property-visible


(bim:pset-get-property-visible  psetName  propName)

This functions returns whether the Property propName from the PropertySet psetName is visible or not.

Arguments

psetName  (string) the name of the PropertySet where to lookup for the property

propName  (string) the name of the Property retrieve the label for

Return

T for visible or NIL for invisible

Example

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

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.