RVTDocs.com

AssetPropertyDoubleArray4d.SetValueAsColor

Method
Description:
Sets the value property as a color.
Syntax
public void SetValueAsColor(
	Color color
)
Parameters
Parameter Type Description
color Color The new color.
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.