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
)
Public MustOverride Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) abstract
abstract Remove :
item : 'T -> bool
ABSTRACT METHOD Remove(
item AS T
) AS LOGIC
Parameters
- item
- Type: T
Table object to remove from the document.
Return Value
Type:
BooleanTrue 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