Revit 2025.3 API
Exporter |
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
public static void AddValueString( Element element, ElementId builtInParameter, string propertyValue )
Public Shared Sub AddValueString ( element As Element, builtInParameter As ElementId, propertyValue As String )
public: static void AddValueString( Element^ element, ElementId^ builtInParameter, String^ propertyValue )
static member AddValueString : element : Element * builtInParameter : ElementId * propertyValue : string -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also