2024 Method
Changes 4
M

IFCData.CreateBooleanOfType

Description:
Creates a boolean data object of the specified type.
public static IFCData CreateBooleanOfType(
	bool value,
	string typeName
)
  • Boolean
    value
    The boolean value.
  • String
    typeName
    The type name.
Return Value The IFCData object. The IFCData object.