Revit 2026 API
Direct |
Constructs a copy of source object.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DirectContext3DHandleSettings( DirectContext3DHandleSettings other )
Public Sub New ( other As DirectContext3DHandleSettings )
public: DirectContext3DHandleSettings( DirectContext3DHandleSettings^ other )
new : other : DirectContext3DHandleSettings -> DirectContext3DHandleSettings
Parameters
- other DirectContext3DHandleSettings
- Source object.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also