ColorDepthType Enumeration
An enumerated type listing all Color Depth types of Print Setting.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

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

Members

Member nameDescription
BlackLineThe type of Color Depth is Black Line.
GrayScaleThe type of Color Depth is Gray Scale.
ColorThe type of Color Depth is Color.

See Also