SetValueAsDoubles Method


Sets the value of the property.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since: 2018.1

Syntax

C#
public void SetValueAsDoubles(
	IList<double> value
)
Visual Basic
Public Sub SetValueAsDoubles ( _
	value As IList(Of Double) _
)
Visual C++
public:
void SetValueAsDoubles(
	IList<double>^ value
)

Parameters

value
Type: System.Collections.Generic IList Double
The new value as doubles.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException The input value is invalid for this AssetPropertyDoubleArray4d property.
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL
Autodesk.Revit.Exceptions InvalidOperationException The asset property is not editable.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →