2027 Enumeration
Changes 3
E

SheetDuplicateOption

Description:
Options for duplicating sheets
public enum SheetDuplicateOption
Name Description
E DuplicateEmptySheet Duplicate the sheet, only copy its title block.
E DuplicateSheetWithDetailing Duplicate the sheet, copy the title block and details.
E DuplicateSheetWithViewsAndDetailing 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.
E DuplicateSheetWithViewsAsDependent 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.
E DuplicateSheetWithViewsOnly Duplicate the sheet. Copy its title block, details, viewports and contained views. The newly created sheet will reference the newly duplicated views.