Click or drag to resize

TableObjectsTRemove Method (T)

Removes a table object.

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

Parameters

item
Type: T
Table object 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