bim:attributeset-set-property


(bim:attributeset-set-property  entity  asetName  propName  value)

This function assigns the value to the Property propName of AttributeSet asetName, attached to the specified entity.

Arguments

entity  (ename or vla-object) the entity to assign the Property

asetName  (string) the name of the AttributeSet used to hold the specified Property

propName  (string) the name of the property

value  (any Lisp value) the value to be assigned to the Property

Return

T or NIL

Example


Remarks

the AttributeSet name is case-insensitive:
the Property name is case-insensitive:



©  Bricsys NV. All rights reserved.