Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / TurnOff Method / TurnOff(String) Method
The layer name

In This Topic
    TurnOff(String) Method
    In This Topic
    Turns the specified layer off.
    Syntax
    'Declaration
     
    Public Overloads Sub TurnOff( _
       ByVal layerName As String _
    ) 
    public void TurnOff( 
       string layerName
    )

    Parameters

    layerName
    The layer name
    See Also