2021 Method
Changes 4
M

IFCData.CreateIntegerOfType

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