RasterQualityType Enumeration
An enumerated type listing the options for raster quality.

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

Syntax

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

Members

Member nameDescription
LowThe type of Raster Quality is Low.
MediumThe type of Raster Quality is Medium.
HighThe type of Raster Quality is High.
PresentationThe type of Raster Quality is Presentation.

See Also