listAllProperties


(listallproperties  ename)

This function lists all available properties for the specified ename entity.

Arguments

ename  (ENAME or VLA-Object) object or entity ename to list all properties for

Return

list of "qualified property names", or NIL;
a "qualified property name" has the format "PropertyName~NameSpace"

Example

(listallproperties (entlast))

("Annotative~Native" "AssemblyCode~BIM" "AssemblySubtype~BIM" ... Width~Quantity" "WindowInset~BIM" "WindowPredefinedType~BIM")

Hint

supporting VLA-Object is BricsCAD-specific - AutoCAD AutoLISP does *not* support VLA-Object as input !

Remarks

this is a BricsCAD specific function !

1. the list of qualified property names is alphabetically sorted
2. BricsCAD LISP additionally lists properties from BIM  Quantity  MCAD  Civil  IFC2x3  IFC4 PointCloud  Bsyslib and application NameSpaces as well



©  Bricsys NV. All rights reserved.