About Making a Linetype Active (VBA/ActiveX)

To use a linetype to draw on the current layer, you must make it active. All newly created objects are drawn using the active linetype.

Note: Xref-dependent linetypes cannot be made active.

To make a linetype active, use the ActiveLinetype property. This property is set on the current drawing. For example:

ThisDrawing.ActiveLinetype = ThisDrawing.Linetypes.Item("CONTINUOUS")