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

PanelTypeSet.Insert

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