
Draw line mode is a specialized mode to draw lines. In this mode you can
S key to disable Snaps
ESC to cancel the creation of the line
Line objects are created on the Current layer and with the Current drawing attributes.
Programming
Line drawing can be customized with CADSetDragPrefs,
snaps with CADSetSnapPrefs.
Methods
CADAddLine,
CADGetCurrentLayer, CADSetCurrentLayer,
CADGetDefaults, CADSetDefaults,
CADGetSnapPrefs, CADSetSnapPrefs,
CADGetDragPrefs, CADSetDragPrefs.