Click or drag to resize

MLineStylesRemove Method (MLineStyle)

Removes a multiline style.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override bool Remove(
	MLineStyle item
)

Parameters

item
Type: DXFReaderNET.ObjectsMLineStyle
MLineStyle to remove from the document.

Return Value

Type: 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