Click or drag to resize

TableObjectsTRemove Method (T)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes a table object.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public abstract bool Remove(
	T item
)
Request Example View Source

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