<Code Lib>
2026 Method
Changes 0
M

ExporterIFCUtils.AddValueString

Description:
Adds a string value to a built-in parameter.

public static void AddValueString(
	Element element,
	ElementId builtInParameter,
	string propertyValue
)

  • element
    The element.
  • builtInParameter
    The built-in parameter id.
  • String
    propertyValue
    The new value.

Loading…