bim:pset-get-property
(bim:pset-get-property ename
propertyset name)
Returns the value of the specified
property name in PropertySet propertyset, for the specified
entity ename.
Arguments |
ename (ename) the entity to retrieve the property value
from |
Return |
the value of the property, or NIL (if the PropertySet or the Property does not exist) |
Example |
(bim:pset-get-property ent "MyPropertySet" "MyTag-A") "floor" |
Remarks |
the Property name is
case-insensitive; |
© Bricsys NV. All rights reserved. |