Revit 2026 API
Paper |
Tests for the existence of an item within the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual bool Contains( PaperSource item )
Public Overridable Function Contains ( item As PaperSource ) As Boolean
public: virtual bool Contains( PaperSource^ item )
abstract Contains : item : PaperSource -> bool override Contains : item : PaperSource -> bool
Parameters
- item PaperSource
- The item to be searched for.
Return Value
BooleanThe Contains method returns True if the item is within the set, otherwise False.
See Also