 | 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
Syntaxpublic abstract bool Remove(
string name
)
Request Example
View SourceParameters
- name
- Type: SystemString
Table object name to remove from the document.
Return Value
Type:
BooleanTrue is the table object has been successfully removed, or false otherwise.
RemarksReserved table objects or any other referenced by objects cannot be removed.
See Also