bim:attributeset-list-properties


(bim:attributeset-list-properties  asetName)

This function returns the list of properties defined for all Attributes defined in the AttributeSet asetName.

Arguments

asetName  (string) the AttributeSet name to query for its properties

Return

a list of Attribute properties, or NIL;
each Attribute properties entry is a list of style :
(<name> <description> <type>)

Example

(bim:create-attributeset "---testName---" "---testLabel---" T)  T
(bim:attributeset-create-property "---testName---" "testName" "testLabel" "testDesc" T)  T
(bim:attributeset-list-properties)  (("testName" "testDesc" "string"))

Remarks

the AttributeSet name is case-insensitive



©  Bricsys NV. All rights reserved.