2021 Method
Changes 0
M

Revision.CombineWithPrevious

Description:
Combines the specified Revision with the previous Revision.
Remarks:
All RevisionClouds and tags associated with the specified Revision will be reassigned to the previous Revision in the model and the specified Revision will be deleted from the model. The operation can only be performed if both the specified Revision and the previous one are unissued.
public static ISet<ElementId> CombineWithPrevious(
	Document document,
	ElementId revisionId
)
Return Value ISet<ElementId> The ids of all RevisionClouds that were reassigned to the previous Revision.