Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IEnvironment Interface / Enable Method

In This Topic
    Enable Method (IEnvironment)
    In This Topic
    Syntax
    'Declaration
     
    Sub Enable( _
       ByVal context As RenderContextBase, _
       ByVal intensity As Single _
    ) 
    void Enable( 
       RenderContextBase context,
       float intensity
    )

    Parameters

    context
    intensity
    See Also