Creates a ChangeType that is a union of the two input ChangeTypes
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ChangeType ConcatenateChangeTypes(
ChangeType changeType1,
ChangeType changeType2
)
Parameters
- changeType1 ChangeType
-
First input ChangeType to be concatenated
- changeType2 ChangeType
-
Second input ChangeType to be concatenated
Return Value
ChangeType
A new ChangeType that is a concatenation/union of the input change types
Exceptions
See Also
Reference