Constructs a new copy of the input NumericRevisionSettings object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016
Syntax
| C# |
|---|
public NumericRevisionSettings( NumericRevisionSettings other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As NumericRevisionSettings _ ) |
| Visual C++ |
|---|
public: NumericRevisionSettings( NumericRevisionSettings^ other ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | other is not a valid NumericRevisionSettings. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |