PredefinedViewType Enumeration
|
Defines the display predefined view modes.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum PredefinedViewType
Public Enumeration PredefinedViewType
public enum class PredefinedViewType
Members
| Member name | Value | Description |
---|
| Top | 0 |
Top.
|
| Bottom | 1 |
Bottom.
|
| Left | 2 |
Left.
|
| Right | 3 |
Right.
|
| Front | 4 |
Front.
|
| Back | 5 |
Bottom.
|
| SW_Isometric | 6 |
SW (southwest) Isometric.
|
| SE_Isometric | 7 |
SE (southeast) Isometric.
|
| NE_Isometric | 8 |
NE (northeast) Isometric.
|
| NW_Isometric | 9 |
NW (northwest) Isometric.
|
Remarks See Also