bim:pset-delete-property
(bim:pset-delete-property ename
propertyset name)
This function deletes the specified
property name (of PropertySet propertyset) from
entity ename.
Arguments |
ename (ename) the entity to remove the property from;
if ename is
NIL, then the property name
itself is removed from the
PropertySet |
Return |
T or NIL, indicating success or failures (like PropertySet does not exist) |
Example |
(bim:pset-delete-property ent "MyPropertySet" "MyTag-A") T |
Remarks |
if ename is NIL, then the
property name itself is removed from the PropertySet |
© Bricsys NV. All rights reserved. |