| Revit Preview Release API |
| RevitLinkOptions Constructor (RevitLinkOptions) |
| RevitLinkOptions Class See Also |
Constructs a new copy of the input RevitLinkOptions object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public RevitLinkOptions( RevitLinkOptions other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As RevitLinkOptions _ ) |
| Visual C++ |
|---|
public: RevitLinkOptions( RevitLinkOptions^ other ) |
Parameters
- other
- Type: Autodesk.Revit.DB..::..RevitLinkOptions
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |