Revit 2026 API
Change |
Checks whether this ChangeType contains the input ChangeType
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Contains( ChangeType changeType )
Public Function Contains ( changeType As ChangeType ) As Boolean
public: bool Contains( ChangeType^ changeType )
member Contains : changeType : ChangeType -> bool
Parameters
- changeType ChangeType
Return Value
BooleanTrue if input changeType is contained by this ChangeType

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also