Adds a string value to a built-in parameter.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference