2023 Members
Changes 7
M

DocumentDifference

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the DocumentDifference
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetCreatedElementIds() ISet<ElementId> Created element id collection.
M GetDeletedElementIds() ISet<ElementId> Deleted element id collection. For non-worksharing models, this will always be an empty collection.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetModifiedElementIds() ISet<ElementId> Modified element id collection.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P AreDeletedElementIdsAvailable bool Whether or the deleted elements were retrieved.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.