bim:set-description


(bim:set-description  entity  description)

Assigns the BIM object description string for the specified entity.

Arguments

entity  any entity (as normal entity or as VLA object name) to assign the BIM object name to

description  information (string) to be attached to the entity (can be empty)

Return

T is successfully assigned, NIL otherwise

Example

(bim:set-description ent "room 1")  returns T

Remarks

same as (bim:set-property entity "Description" "room 1")



©  Bricsys NV. All rights reserved.