Class: Property.Set
Overview
This class contains a group of BIM parameters.
Instance Property Summary # collapse
-
#name ⇒ { get; set; }
The name of the BIM parameter group.
↑ #name ⇒ { get; set; }
The name of the BIM parameter group.
Instance Method Summary # collapse
-
#Set()
-
#add(item)
Adds a BIM parameter to the Set.
-
#empty() ⇒ Boolean
Checks whether the Set is empty.
-
#getByName(name) ⇒ Property.Info
Searches for a BIM parameter with the given name in the Set.
-
#size() ⇒ Integer
Returns the number of BIM parameters in the Set.
-
#toWString() ⇒ String
Returns the Set in a compact, string format.
↑ #Set()
↑ #add(item)
Adds a BIM parameter to the Set.
↑ #empty() ⇒ Boolean
Checks whether the Set is empty.
↑ #getByName(name) ⇒ Property.Info
Searches for a BIM parameter with the given name in the Set.
Returns the undefined object, if not found.
↑ #size() ⇒ Integer
Returns the number of BIM parameters in the Set.
↑ #toWString() ⇒ String
Returns the Set in a compact, string format.
Comments
0 comments
Please sign in to leave a comment.