RVTDocs.com

AssetPropertyList.InsertNewAssetAsColor

Method
Description:
Insert a new AssetPropertyDouble4 containing the input value to this list.
Syntax
public void InsertNewAssetAsColor(
	Color value,
	int index
)
Parameters
Parameter Type Description
value Color The color value to insert.
index Int32 An integer index.
Return Value
Exceptions
Exception Condition
ArgumentException index is out of range.
ArgumentNullException A non-optional argument was null
InvalidOperationException The asset property is not editable.