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

1e2c0f4a a539 e380 cd8a 3f7f8cce6f6a

haplokuon edited this page May 6, 2023 · 1 revision

Remove(LayerState) Method

netDxf 3.0.0 Library

Removes a LayerState.

Definition

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

C#

public override bool Remove(
	LayerState item
)

VB

Public Overrides Function Remove ( 
	item As LayerState
) As Boolean

C++

public:
virtual bool Remove(
	LayerState^ item
) override

F#

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

Parameters

  LayerState
LayerState to remove from the document.

Return Value

Boolean
True if the LayerState has been successfully removed, or false otherwise.

Remarks

Reserved LayerState or any other referenced by objects cannot be removed.

See Also

Reference

LayerStateManager Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally