Revit 2026 API
ViewCan |
Indicates if view can use Depth Cueing
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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