2026 Method
Changes 5
M

IFCData.CreateLogicalOfType

Description:
Creates a logical data object of the specified type.
public static IFCData CreateLogicalOfType(
	IFCLogical value,
	string typeName
)
  • value
    The IFCLogical value.
  • String
    typeName
    The type name.
Return Value IFCData The IFCData object.