TableObjectsTRemove Method (String)
|
Removes a table object.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public abstract bool Remove(
string name
)
Public MustOverride Function Remove (
name As String
) As Boolean
public:
virtual bool Remove(
String^ name
) abstract
abstract Remove :
name : string -> bool
ABSTRACT METHOD Remove(
name AS STRING
) AS LOGIC
Parameters
- 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.
Remarks Reserved table objects or any other referenced by objects cannot be removed.
See Also