Share

ExporterIFCUtils.AddValueString Method

Adds a string value to a built-in parameter.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

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

Parameters

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

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?