<Code Lib>
2025 Method
Changes 5
M

IFCData.CreateBooleanOfType

Description:
Creates a boolean data object of the specified type.

public static IFCData CreateBooleanOfType(
	bool value,
	string typeName
)

  • value
    The boolean value.
  • typeName
    The type name.
Return Value IFCData The IFCData object.

Loading…