Click or drag to resize

TableObjectsTRemove Method (String)

Removes a table object.

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

Parameters

name
Type: SystemString
Table object name to remove from the document.

Return Value

Type: Boolean
True is the table object has been successfully removed, or false otherwise.
Remarks
Reserved table objects or any other referenced by objects cannot be removed.
See Also