Sets or returns the linetype of an entity. The default linetype is the linetype of the layer (BYLAYER).
Syntax
stringVariable = object.Linetype
object.Linetype = <string>
Where:
stringVariable is a variable for storing the linetype name.
object is the applicable entity object;
string is the name of a linetype to be assigned to an entity.
Examples ...