bim:create-namespace
(bim:create-namespace nameSpace
label visible)
This function creates a new PropertyNameSpace
using specified nameSpace
name and label for its GUI
label.
Arguments |
nameSpace (string) the namespace to be removed (can be the
"name" or the "label" of a BIM NameSpace) |
Return |
T or NIL, indicating success or failure |
Example |
(bim:create-namespace
"MyPropertyNameSpace" "== MyNameSpace ===" T) T |
Remarks |
the "visible" status means
whether PropertySet(s) and Properties assigned to the specific
namespace are visible in PropertiesPanel; |
© Bricsys NV. All rights reserved. |