Class: Property.Value
Overview
This class contains the value of a single BIM parameter.
Instance Property Summary # collapse
-
#data ⇒ { get; set; }
The data.
-
#type ⇒ { get; set; }
The Ifc type.
Instance Method Summary # collapse
-
#Value()
-
#Value(dData, strType)
-
#Value(iData, strType)
-
#Value(bData, strType)
-
#Value(strData, strType)
-
#clear()
Clears the Value.
-
#empty() ⇒ Boolean
Checks whether the Value is empty.
-
#emptyValue() ⇒ Boolean
Checks whether the data of the Value is empty.
-
#isValid() ⇒ Boolean
Checks whether the Value is a valid Ifc value.
↑ #Value()
↑ #Value(dData, strType)
↑ #Value(iData, strType)
↑ #Value(bData, strType)
↑ #Value(strData, strType)
↑ #clear()
Clears the Value.
↑ #empty() ⇒ Boolean
Checks whether the Value is empty.
↑ #emptyValue() ⇒ Boolean
Checks whether the data of the Value is empty.
↑ #isValid() ⇒ Boolean
Checks whether the Value is a valid Ifc value.
Comments
0 comments
Please sign in to leave a comment.