ExporterIFCUtils.AddValueString
Method
Description:
Adds a string value to a built-in parameter.
Adds a string value to a built-in parameter.
Syntax
public static void AddValueString(
Element element,
ElementId builtInParameter,
string propertyValue
)
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | The element. |
builtInParameter | ElementId | The built-in parameter id. |
propertyValue | String | The new value. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |