DrawLayer Enumeration


An enumerated type containing possible DrawLayer options.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2020
Since: 2020

Syntax

C#
public enum DrawLayer
Visual Basic
Public Enumeration DrawLayer
Visual C++
public enum class DrawLayer

Members

Member name Description
Foreground Draw in the foreground layer
Background Draw in the background layer

See Also