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

ParameterSet.Insert

Method
Description:
Insert the specified parameter into the set.
Syntax
public virtual bool Insert(
	Parameter item
)
Parameters
Parameter Type Description
item Parameter The parameter to be inserted into the set.
Return Value
Type Description
Boolean Returns whether the parameter was inserted into the set.