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

In This Topic
    TurnOff(Int32) Method
    In This Topic
    Turns the specified layer off.
    Syntax
    'Declaration
     
    Public Overloads Sub TurnOff( _
       ByVal layerIndex As Integer _
    ) 
    public void TurnOff( 
       int layerIndex
    )

    Parameters

    layerIndex
    The layer index
    See Also