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

034e331e 5a02 ab5b 3a59 75091bd56e1b

haplokuon edited this page May 6, 2023 · 1 revision

Remove(Linetype) Method

netDxf 3.0.0 Library

Removes a line type.

Definition

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

C#

public override bool Remove(
	Linetype item
)

VB

Public Overrides Function Remove ( 
	item As Linetype
) As Boolean

C++

public:
virtual bool Remove(
	Linetype^ item
) override

F#

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

Parameters

  Linetype
Linetype to remove from the document.

Return Value

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

Remarks

Reserved line types or any other referenced by objects cannot be removed.

See Also

Reference

Linetypes Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally