The line characteristics consisting of combinations of dashes, dots, and spaces.
Supported Platforms: Windows only
AcadLinetype
Object AcadObject AcadLinetype
VBA
Linetypes.Add Linetypes.Load
VBA
Linetypes.Item Document.ActiveLinetype
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
You can only create default linetypes programmatically using the Add method. However, you can load an existing linetype to your drawing programmatically using the Load method.
There is no limit to the number of linetypes that can exist in your drawing. However, only one linetype can be active at a time. New objects are created with the linetype that is specified for the active layer. If no linetype has been specified for the active layer, new objects are created with the active linetype. To make a linetype active, use the ActiveLinetype property.
To add an existing linetype to your drawing, use either the Add or Load method.