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

c45eaa5a 5bfa 0f74 38e7 085110dc92ee

haplokuon edited this page May 6, 2023 · 1 revision

Remove(MLineStyle) Method

netDxf 3.0.0 Library

Removes a multiline style.

Definition

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

C#

public override bool Remove(
	MLineStyle item
)

VB

Public Overrides Function Remove ( 
	item As MLineStyle
) As Boolean

C++

public:
virtual bool Remove(
	MLineStyle^ item
) override

F#

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

Parameters

  MLineStyle
MLineStyle to remove from the document.

Return Value

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

Remarks

Reserved multiline styles or any other referenced by objects cannot be removed.

See Also

Reference

MLineStyles Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally