An enumerated type listing the options for raster quality.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public enum RasterQualityType |
Visual Basic |
---|
Public Enumeration RasterQualityType |
Visual C++ |
---|
public enum class RasterQualityType |
Members
Member name | Description |
---|---|
Low | The type of Raster Quality is Low. |
Medium | The type of Raster Quality is Medium. |
High | The type of Raster Quality is High. |
Presentation | The type of Raster Quality is Presentation. |