RVTDocs.com

AssetPropertyList.AddNewAssetPropertyDouble

Method
Description:
Adds a new AssetPropertyDouble containing the input value to this list.
Syntax
public void AddNewAssetPropertyDouble(
	double value
)
Parameters
Parameter Type Description
value Double The double value to add.
Return Value
Exceptions
Exception Condition
InvalidOperationException The asset property is not editable.