Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / LineWeight Property

In This Topic
    LineWeight Property (Entity)
    In This Topic
    Gets or sets the entity line weight.
    Syntax
    'Declaration
     
    Public Overridable Property LineWeight As Single
    public virtual float LineWeight {get; set;}
    Remarks
    This value corresponds to pixels when drawing on screen and to mm when exporting to vectorial formats.
    See Also