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

PaperSizeSet.Insert

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