ViewCanUseDepthCueing Method |
Indicates if view can use Depth Cueing
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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