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