ViewSheet.SetAdditionalRevisionIds
Description:
Sets the Revisions to additionally include in the sheet's revision schedules.
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.
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>projectRevisionIdsThe ids of Revisions to explicitly include in the sheet's revision schedules.
-
One or more ElementIds in projectRevisionIds do not correspond to a Revision element.
-
A non-optional argument was null
No comments yet. Start the discussion.
Loading…