Constructs a copy of source object.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2018
Syntax
| C# |
|---|
public DirectContext3DHandleSettings( DirectContext3DHandleSettings other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As DirectContext3DHandleSettings _ ) |
| Visual C++ |
|---|
public: DirectContext3DHandleSettings( DirectContext3DHandleSettings^ other ) |
Parameters
- other
- Type: Autodesk.Revit.DB.DirectContext3D..::..DirectContext3DHandleSettings
Source object.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |