CadLayoutUcsOrthographicType Enumeration |
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadLayoutUcsOrthographicType
Public Enumeration CadLayoutUcsOrthographicType
public enum class CadLayoutUcsOrthographicType
type CadLayoutUcsOrthographicType
Members
| Member name | Value | Description |
---|
| IsNotOrthographic | 0 |
Is not orthographic
|
| Top | 1 |
Orthographic is top
|
| Bottom | 2 |
Orthographic is bottom
|
| Front | 3 |
Orthographic is front
|
| Back | 4 |
Orthographic is back
|
| Left | 5 |
Orthographic is left
|
| Right | 6 |
Orthographic is right
|
See Also