This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
1e2c0f4a a539 e380 cd8a 3f7f8cce6f6a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a LayerState.
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
- LayerState
- LayerState to remove from the document.
Boolean
True if the LayerState has been successfully removed, or false otherwise.
Reserved LayerState or any other referenced by objects cannot be removed.
LayerStateManager Class
Remove Overload
netDxf.Collections Namespace