Creates a boolean data object of the specified type.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCData CreateBooleanOfType(
bool value,
string typeName
)
Parameters
- value Boolean
-
The boolean value.
- typeName String
-
The type name.
Return Value
IFCData
The IFCData object.
Exceptions
See Also
Reference