Click or drag to resize

LayersRemove Method (Layer)

Removes a layer.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override bool Remove(
	Layer item
)

Parameters

item
Type: DXFReaderNET.TablesLayer
Layer to remove from the document.

Return Value

Type: Boolean
True if the layer has been successfully removed, or false otherwise.
Remarks
Reserved layers or any other referenced by objects cannot be removed. ALL entities belonging to the layer will be deleted!
See Also