CadDrawingDirection Enumeration

The Cad drawing direction.

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum CadDrawingDirection
Members
  Member nameValueDescription
LeftToRight1 The left to right.
TopToBottom3 The top to bottom.
ByStyle5 The by style.
See Also