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

PaperSizeSet.Contains

Method
Description:
Tests for the existence of an item within the set.
Syntax
public virtual bool Contains(
	PaperSize item
)
Parameters
Parameter Type Description
item PaperSize The item to be searched for.
Return Value
Type Description
Boolean The Contains method returns True if the item is within the set, otherwise False.