Sample Code Revit Batch Processor 1.1.16 documentation
Initializes the revision by sheet storage for numeric sequence type.
revision (Autodesk.Revit.DB.Revision) – The Revit revision element.
revision_sequence (Autodesk.Revit.DB.RevisionSequence) – The Revit revision sequence element.
revision_index_on_sheet (int) – The index of the revision on the sheet.
revision_are_by_sheet (bool) – Flag indicating if revisions are by sheet.
The revision by sheet storage numeric instance.
Initializes the revision by sheet storage for alphanumeric sequence type.
revision (Autodesk.Revit.DB.Revision) – The Revit revision element.
revision_sequence (Autodesk.Revit.DB.RevisionSequence) – The Revit revision sequence element.
revision_index_on_sheet (int) – The index of the revision on the sheet.
revision_are_by_sheet (bool) – Flag indicating if revisions are by sheet.
The revision by sheet storage alphanumeric instance.
Initializes the revision by sheet storage for ‘None’ sequence type.
revision (Autodesk.Revit.DB.Revision) – The Revit revision element.
revision_index_on_sheet (int) – The index of the revision on the sheet.
revision_are_by_sheet (bool) – Flag indicating if revisions are by sheet.
The revision by sheet storage none instance.