Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LinePattern Class
Members

In This Topic
    LinePattern Class
    In This Topic
    LinePattern class. The pattern defines pen-up lengths (spaces), pen-down lengths (dashes), and dots. A pattern specifies the length of segments that make up the linetype. A positive decimal number specifies a pen-down (dash) segment of that length. A negative decimal number specifies a pen-up (space) segment of that length. Zero specifies a dot. For example, the DASHDOT linetype is defined by a repeating pattern starting with a dash 0.5 drawing units long, a space 0.25 drawing units long, a dot, and another space 0.25 drawing units long.
    Syntax
    Remarks
    When the line pattern used by entities already added to the ViewportLayout.Entities is changed, their devDept.Eyeshot.Entities.Entity.RegenMode must be set to devDept.Eyeshot.Entities.regenType.CompileOnly and the Regen must be called.Use an empty pattern for a continuous pattern.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.LinePattern
          devDept.Eyeshot.LinePatternEx

    See Also