Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2a1ba6d7 7448 18df a937 4781ceb0e73a

haplokuon edited this page May 6, 2023 · 1 revision

Remove(Layer) Method

netDxf 3.0.0 Library

Removes a layer.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	Layer item
)

VB

Public Overrides Function Remove ( 
	item As Layer
) As Boolean

C++

public:
virtual bool Remove(
	Layer^ item
) override

F#

abstract Remove : 
        item : Layer -> bool 
override Remove : 
        item : Layer -> bool 

Parameters

  Layer
Layer to remove from the document.

Return Value

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

Reference

Layers Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally