BoolValue

BoolValue class

Boolean value.

Constructors

NameDescription
BoolValueConstructor.

Properties

NameTypeDescription
ValueintBoolean value The value of the property is BOOL integer constant.
IsThemedboolean
UfeUnitFormulaErrAttributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

BoolValue(value, unit)

Constructor.

ParameterTypeDescription
valueintA BOOL value.
unitintA MeasureConst value.

BoolValue.Value property

Boolean value The value of the property is BOOL integer constant.

Type: int

BoolValue.IsThemed property

Type: boolean

BoolValue.Ufe property

Attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.