2025 Method
Changes 5
M

IFCData.CreateIntegerOfType

Description:
Creates an integer data object of the specified type.
public static IFCData CreateIntegerOfType(
	int value,
	string typeName
)
  • value
    The integer value.
  • typeName
    The type name.
Return Value IFCData The IFCData object.