Revit 2025.3 API
| View | 
   True to enable depth cueing. False to disable it.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool EnableDepthCueing { get; set; }
Public Property EnableDepthCueing As Boolean Get Set
public: property bool EnableDepthCueing { bool get (); void set (bool value); }
member EnableDepthCueing : bool with get, set
Property Value
BooleanSee Also