Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / SetLineWeight Method
The render context
The line weight resolved from attributes propagation

In This Topic
    SetLineWeight Method (Entity)
    In This Topic
    Line weight changer.
    Syntax
    'Declaration
     
    Public Overridable Sub SetLineWeight( _
       ByVal renderContext As RenderContextBase, _
       ByVal lineWeight As Single _
    ) 
    public virtual void SetLineWeight( 
       RenderContextBase renderContext,
       float lineWeight
    )

    Parameters

    renderContext
    The render context
    lineWeight
    The line weight resolved from attributes propagation
    See Also