RVTDocs.com

AssetPropertyList.InsertNewAssetPropertyInteger

Method
Description:
Insert a new AssetPropertyInteger containing the input value to this list.
Syntax
public void InsertNewAssetPropertyInteger(
	int value,
	int index
)
Parameters
Parameter Type Description
value Int32 The integer 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.