Tests for the existence of a definition within the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.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.