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