RVTDocs.com

AssetPropertyList.RemoveAssetProperty

Method
Description:
Remove the AssetProperty from the list.
Syntax
public void RemoveAssetProperty(
	int index
)
Parameters
Parameter Type Description
index Int32 Index to remove the AssetProperty from.
Return Value
Exceptions
Exception Condition
ArgumentException index is out of range.
InvalidOperationException The asset property is not editable.