Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / RemoveAt Method
The layer index

In This Topic
    RemoveAt Method (LayerKeyedCollection)
    In This Topic
    Removes the specified layer and all entities on it.
    Syntax
    'Declaration
     
    Public Shadows Sub RemoveAt( _
       ByVal layerIndex As Integer _
    ) 
    public new void RemoveAt( 
       int layerIndex
    )

    Parameters

    layerIndex
    The layer index
    Remarks
    It removes also entities on the specified layer inside the Blocks. If a block becomes empty after the removal of the entities on the layer, all the BlockReferences referring to it are removed as well.
    See Also