An enumerated type listing possible LineType scaling modes.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum LineScaling
Members
| Member name | Value | Description |
|---|---|---|
| ModelSpace | 1 | Modelspace scaling. LTSCALE is set to view scale and PSLTSCALE to 0. |
| PaperSpace | 2 | Paperspace scaling. Specifies the value 1 for both LTSCALE and PSLTSCALE. |
| ViewScale | 0 | Exporting lines as they were scaled by view scale. This option preserves visual fidelity. |
