bim:pset-has-property
(bim:pset-has-property ename
propertyset name)
Returns whether the specified entity
ename has a
property name of PropertySet propertyset.
Arguments |
ename (ename) the entity to be verified |
Return |
T or NIL (if the PropertySet or the Property does not exist) |
Example |
(bim:pset-has-property ent
"MyPropertySet" "MouTag") NIL |
Remarks |
the Property name is
case-insensitive; |
© Bricsys NV. All rights reserved. |