Share

ColorFillScheme.Duplicate Method

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

ElementId
The id of copied scheme.

Exceptions

ExceptionCondition
ArgumentException The name is not valid for new generated scheme.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?