<Code Lib>
2023 Method
Changes 4
M

IFCData.CreateStringOfType

Description:
Creates a string data object of the specified type.

public static IFCData CreateStringOfType(
	string value,
	string typeName
)

  • String
    value
    The string value.
  • String
    typeName
    The type name.
Return Value The IFCData object. The IFCData object.

Loading…