CadHorizontalDirection Enumeration |
The Cad horizontal direcrtion.
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadHorizontalDirection
Public Enumeration CadHorizontalDirection
public enum class CadHorizontalDirection
type CadHorizontalDirection
Members
| Member name | Value | Description |
---|
| Left | 0 |
The left direction.
|
| Right | 1 |
The right direction.
|
See Also