Click or drag to resize

LinetypesRemove Method (String)

Removes a line type.

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

Parameters

name
Type: SystemString
Linetype name to remove from the document.

Return Value

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