2021 Members
Changes 4
M

UpdaterData

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the UpdaterData
M Equals None (Inherited from Object .) Object .
M GetAddedElementIds() ICollection<ElementId> Returns set of elements newly added to the document. This set is mutually exclusive of elements returned by getDeletedElementIds() and getModifiedElementIds().
M GetDeletedElementIds() ICollection<ElementId> Returns set of elements that were deleted from the document. This set is mutually exclusive of elements returned by getAddedElementIds() and getModifiedElementIds().
M GetDocument() Document Returns document associated with this UpdaterData
M GetHashCode None (Inherited from Object .) Object .
M GetModifiedElementIds() ICollection<ElementId> Returns set of elements that were modified. This set is mutually exclusive of elements returned by getAddedElementIds() and getDeletedElementIds().
M GetType None (Inherited from Object .) Object .
M IsChangeTriggered(ElementId, ChangeType) bool Allows updater to check if specific change has happened to an element. Compares input type to the types that caused Updater::execute() to be triggered. If input type was not registered as a trigger for the associated Updater, this method will always return false for that ChangeType. For example, if the only trigger registered for UpdaterX is ChangeTypeAny for Element A, then passing in ChangeTypeGeometry will return false even if the geometry of A changed because the registered trigger was ChangeTypeAny. However, passing in ChangeTypeAny will return true.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.