<Code Lib>
2026 Method
Changes 5
M

IFCData.CreateBoolean

Description:
Creates a boolean data object.

public static IFCData CreateBoolean(
	bool value
)

  • Boolean
    value
    The boolean value.
Return Value IFCData The IFCData object.

Loading…