RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSheet

ViewSheet.CanBeDuplicated

Method
Description:
Identifies if this sheet can be duplicated.
Syntax
public bool CanBeDuplicated(
	SheetDuplicateOption duplicateOption
)
Parameters
Parameter Type Description
duplicateOption SheetDuplicateOption The option to use when duplicating the sheet.
Return Value
Type Description
Boolean True if the sheet can be duplicated, false otherwise.
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration