bim:attributeset-delete-property


(bim:attributeset-delete-property  entity  asetName  propName)

This function removes the Property propName of AttributeSet asetName from the specified entity (if not NIL);
if entity is specified as NIL, the Property propName is removed from the AttributeSet asetName.

Arguments

entity  (ename or vla-object or NIL) the entity to remove the Property from;
if specified as NIL, the Property is removed from the AttributeSet instead

asetName  (string) the name of the AttributeSet containing the specified Property

propName  (string) the name of 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.