Class: Property.Sets
Overview
This class contains the BIM parameter groups.
You can add this to an ARCHline entity.
Instance Property Summary # collapse
-
#empty ⇒ { get; }
Checks whether the Sets is empty.
-
#size ⇒ { get; }
Returns the number of BIM parameter groups in the Sets.
↑ #empty ⇒ { get; }
Checks whether the Sets is empty.
↑ #size ⇒ { get; }
Returns the number of BIM parameter groups in the Sets.
Instance Method Summary # collapse
-
#Sets()
-
#add(item)
Adds a BIM parameter group to the Sets.
-
#clear()
Removes all BIM parameter groups
-
#foreach(function)
Executes a function for each BIM parameter group.
-
#getByName(name) ⇒ Property.Set
Searches for a BIM parameter group with the given name in the Sets.
-
#loadFromItem(item)
Loads the BIM parameter groups of the given ARCHline entity into the Sets.
-
#saveToItem(item)
Saves the BIM parameter groups of the Sets into the given ARCHline entity.
↑ #Sets()
↑ #add(item)
Adds a BIM parameter group to the Sets.
↑ #clear()
Removes all BIM parameter groups
↑ #foreach(function)
Executes a function for each BIM parameter group.
The execution can be interrupted by throwing an error.
↑ #getByName(name) ⇒ Property.Set
Searches for a BIM parameter group with the given name in the Sets.
Returns the undefined object, if not found.
↑ #loadFromItem(item)
Loads the BIM parameter groups of the given ARCHline entity into the Sets.
↑ #saveToItem(item)
Saves the BIM parameter groups of the Sets into the given ARCHline entity.
Comments
0 comments
Please sign in to leave a comment.