Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / lineWeightPrintingUnitsType Enumeration

In This Topic
    lineWeightPrintingUnitsType Enumeration
    In This Topic
    Line weight unit system type used for printing.
    Syntax
    'Declaration
     
    Public Enum lineWeightPrintingUnitsType 
       Inherits System.Enum
    public enum lineWeightPrintingUnitsType : System.Enum 
    Members
    MemberDescription
    Inches The line weight is treated as inches
    Millimeters The line weight is treated as millimeters
    Pixels The line weight is treated as pixels
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Geometry.lineWeightPrintingUnitsType

    See Also