Click or drag to resize

LayersRemove Method (Layer)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes a layer.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Remove(
	Layer item
)
Request Example View Source

Parameters

item
Type: netDxf.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.
See Also