RVTDocs.com

AssetPropertyDoubleArray4d.SetValueAsDoubles

Method
Description:
Sets the value of the property.
Syntax
public void SetValueAsDoubles(
	IList<double> value
)
Parameters
Parameter Type Description
value IList The new value as doubles.
Return Value
Exceptions
Exception Condition
ArgumentException The input value is invalid for this AssetPropertyDoubleArray4d property.
ArgumentNullException A non-optional argument was null
InvalidOperationException The asset property is not editable.