RVTDocs.com

AssetPropertyList.AddNewAssetPropertyInteger

Method
Description:
Adds a new AssetPropertyInteger containing the input value to this list.
Syntax
public void AddNewAssetPropertyInteger(
	int value
)
Parameters
Parameter Type Description
value Int32 The integer value to add.
Return Value
Exceptions
Exception Condition
InvalidOperationException The asset property is not editable.