Tests for the existence of a definition within the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool Contains( Definition definition )
Parameters
- definition Definition
- The definition to look for.
Return Value
BooleanTrue if the definition was found, false otherwise.