Draw Lines
Expand All
Expand all collapsed sections.
Collapse All
Collapse all expanded sections.
ConceptProcedureQuick Reference
 
 
 

You can close a sequence of line segments so that the first and last segments are joined.

You can assign properties to lines including color, linetype, and lineweight. For more information about properties, see Work with Object Properties.

You specify the locations that define the endpoints of each line with precision. You can

There are other methods for creating precise lines. A highly efficient technique is to offset a line from an existing line, and then trim or extend it to the desired length.

Use polyline objects instead of line objects if you want the segments to be connected as a single object.

See Also