Revit 2025.3 API
ViewCan |
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
BooleanTrue if view can use Depth Cueing
See Also