bim:has-property
(bim:has-property ename
propertyName [categoryId | categoryName])
Returns the value of the specified property
(string), for the specified entity.
Arguments |
ename the entity to query, as normal entity or as VLA
object name |
Return |
the value of the specified
property (always as a native Lisp data type : string, integer, real
etc.); |
Example |
(bim:has-property ent "Wall") T (bim:has-property ent "Wall"
bcBimCategoryStandard) T |
Remarks |
see (bim:get-property) (bim:set-property) |
© Bricsys NV. All rights reserved. |