CreateBoolean Method


Creates a boolean data object.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013

Syntax

C#
public static IFCData CreateBoolean(
	bool value
)
Visual Basic
Public Shared Function CreateBoolean ( _
	value As Boolean _
) As IFCData
Visual C++
public:
static IFCData^ CreateBoolean(
	bool value
)

Parameters

value
Type: SystemBoolean
The boolean value.

Return Value

The IFCData object.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →