Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceSymbolBase Class / SetupLights Method

In This Topic
    SetupLights Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetupLights( _
       ByVal viewport As Viewport, _
       ByVal renderContext As RenderContextBase, _
       ByVal attenuation As Single _
    ) 
    protected void SetupLights( 
       Viewport viewport,
       RenderContextBase renderContext,
       float attenuation
    )

    Parameters

    viewport
    renderContext
    attenuation
    See Also