value property
value property
Gets or sets the value.
Definition:
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
See Also
- module aspose.cad.fileformats.ifc.ifc4.types
- class IfcBoolean
Gets or sets the value.
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
aspose.cad.fileformats.ifc.ifc4.typesIfcBoolean