Revit 2025 API
Change |
Checks whether this ChangeType contains the input ChangeType
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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