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

ViewSet.Contains

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