Revit 2025.3 API
Direct |
Constructs a copy of source object.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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