bim:get-name
(bim:get-name entity)
Returns the BIM object name string for the
specified entity.
Arguments |
entity any entity (as normal entity or as VLA object name) to get the BIM object name for |
Return |
the name (string) if entity is a classified BIM object (name can be an empty string), or NIL |
Example |
(bim:get-name ent) "Room_1" |
Remarks |
same as (bim:get-property entity "Name") |
© Bricsys NV. All rights reserved. |