Click or drag to resize

TableObjectsTRemove Method (String)

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(
	string name
)
Request Example View Source

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