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

View.CanViewBeDuplicated

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