View.CanUseDepthCueing Method

ViewCanUseDepthCueing Method

Indicates if view can use Depth Cueing

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanUseDepthCueing()
Public Function CanUseDepthCueing As Boolean
public:
bool CanUseDepthCueing()
member CanUseDepthCueing : unit -> bool 

Return Value

Boolean
True if view can use Depth Cueing
See Also