Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / IEntity Interface / LineWeight Property

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