RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ParameterMap

ParameterMap.Erase

Method
Description:
Removes a object with the specified key from the map.
Syntax
public virtual int Erase(
	string key
)
Parameters
Parameter Type Description
key String The key of the item to be erased.
Return Value
Type Description
Int32 The number of items that were erased from the map.