HiddenLineViewsType Enumeration |
An enumerated type listing all Hidden Line Views types of Print Setting.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum HiddenLineViewsType
Public Enumeration HiddenLineViewsType
public enum class HiddenLineViewsType
MembersMember name | Value | Description |
---|
VectorProcessing | 0 |
The type of Hidden Line Views is Vector Processing (fast).
|
RasterProcessing | 1 |
The type of Hidden Line Views is Raster Processing.
|
See Also