2025 Method
Changes 5
M

IFCData.CreateStringOfType

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