<Code Lib>
2024 Method
Changes 4
M

IFCData.CreateBoolean

Description:
Creates a boolean data object.

public static IFCData CreateBoolean(
	bool value
)

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

Loading…