Generates a copy of current scheme.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ElementId Duplicate( string name )
Parameters
- name String
- The desired name of copied scheme.
Return Value
ElementIdThe id of copied scheme.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The name is not valid for new generated scheme. |
ArgumentNullException | A non-optional argument was null |