2022 Class
Changes 0
C

ChangeType

Description:
A class representing a change that can be detected and tracked during Dynamic Update.
Remarks:
ChangeTypes for specific changes can be obtained from the static methods available on Element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ChangeType
public class ChangeType : IDisposable
Name Return Type Description
M ConcatenateChangeTypes(ChangeType, ChangeType) ChangeType Creates a ChangeType that is a union of the two input ChangeTypes
M Contains(ChangeType) bool Checks whether this ChangeType contains the input ChangeType
M Dispose() None Releases all resources used by the
M IsIdentical(ChangeType) bool Compares if two ChangeTypes are identical
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.