MMpy.LineType

Syntax

MMpy.LineType

Description

Enumeration describing a graphical line type.

Notes

Choices for this enumeration type are:

  • solid
  • medium
  • thick
  • dot
  • dash

Examples

line_type = MMpy.LineType.solid
hatch = MMpy.Hatch(..., line_type, ...)

Resource ID

IDPH_LINETYPE