RVTDocs.com

AssetPropertyList.InsertNewAssetPropertyDouble

Method
Description:
Inserts a new AssetPropertyDouble containing the input value to this list.
Syntax
public void InsertNewAssetPropertyDouble(
	double value,
	int index
)
Parameters
Parameter Type Description
value Double The double value to insert.
index Int32 An integer index.
Return Value
Exceptions
Exception Condition
ArgumentException index is out of range.
InvalidOperationException The asset property is not editable.