Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / Clear Method / Clear(Layer) Method
The default layer added after the clear. If null the layer called "Default" is created and added.

In This Topic
    Clear(Layer) Method
    In This Topic
    Clears this collection and adds a default layer.
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal defaultLayer As Layer _
    ) 
    public void Clear( 
       Layer defaultLayer
    )

    Parameters

    defaultLayer
    The default layer added after the clear. If null the layer called "Default" is created and added.
    Remarks
    Clears also the Entities collection.
    See Also