2026 Class
Changes 0
C

ViewDisplayDepthCueing

Description:
Represents the settings for depth cueing.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ViewDisplayDepthCueing
public class ViewDisplayDepthCueing : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ViewDisplayDepthCueing
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetStartEndPercentages(Int32, Int32) None Sets start and end percentages.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P EnableDepthCueing bool True to enable depth cueing. False to disable it.
P EndPercentage int The end percentage defines where depth cueing ends. Values between 0 and 100.
P FadeTo int The fade to defines the maximum fading in per cent. Values between 0 and 100.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P StartPercentage int The start percentage defines where depth cueing starts. Values between 0 and 100.