<Code Lib>
2025.3 Method
Changes 0
M

ViewSheet.SetAdditionalRevisionIds

Description:
Sets the Revisions to additionally include in the sheet's revision schedules.
Remarks:
Additionally included Revisions will always participate in the sheet's revision schedules. Normally a Revision is scheduled in the revision schedule because one of its associated RevisionClouds is present on the sheet.

The additional project revision ids setting corresponds to the sheet's Revisions On Sheet parameter.

public void SetAdditionalRevisionIds(
	ICollection<ElementId> projectRevisionIds
)

  • ICollection<ElementId>
    projectRevisionIds
    The ids of Revisions to explicitly include in the sheet's revision schedules.

Loading…