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

ChangeType.Contains

Method
Description:
Checks whether this ChangeType contains the input ChangeType
Syntax
public bool Contains(
	ChangeType changeType
)
Parameters
Parameter Type Description
changeType ChangeType
Return Value
Type Description
Boolean True if input changeType is contained by this ChangeType
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null