RVTDocs.com
Namespace: Autodesk.Revit.DB

SheetDuplicateOption

Enumeration
Description:
Options for duplicating sheets
Syntax
public enum SheetDuplicateOption
SheetDuplicateOption Enumeration Members:
Name Description
0 Duplicate the sheet, only copy its title block.
1 Duplicate the sheet, copy the title block and details.
2 Duplicate the sheet. Copy its title block, details, viewports and contained views. The newly created sheet will reference the newly duplicated views.
3 Duplicate the sheet. Copy its title block, details, viewports, and duplicate its contained views with detailing. The newly created sheet will reference the newly duplicated views.
4 Duplicate the sheet. Copy its title block, details, viewports, and duplicate its contained views as dependent. The newly created sheet will reference the newly duplicated dependent views.