RVTDocs.com
Namespace: Autodesk.Revit.DB.IFC Class: IFCData

IFCData.CreateBooleanOfType

Method
Description:
Creates a boolean data object of the specified type.
Syntax
public static IFCData CreateBooleanOfType(
	bool value,
	string typeName
)
Parameters
Parameter Type Description
value Boolean The boolean value.
typeName String The type name.
Return Value
Type Description
IFCData The IFCData object.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null