LinetypesRemove Method (Linetype)
|
Removes a line type.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public override bool Remove(
Linetype item
)
Public Overrides Function Remove (
item As Linetype
) As Boolean
public:
virtual bool Remove(
Linetype^ item
) override
abstract Remove :
item : Linetype -> bool
override Remove :
item : Linetype -> bool
VIRTUAL METHOD Remove(
item AS Linetype
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.TablesLinetype
Linetype to remove from the document.
Return Value
Type:
BooleanTrue 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