Eyeshot 10 WPF API Reference
RemoveAt Method (LayerList)

WPF Assembly > devDept.Eyeshot Namespace > LayerList Class : RemoveAt Method
The layer index
Removes the specified layer and all entities on it.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal layerIndex As Integer _
) 
public 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

Reference

LayerList Class
LayerList Members