Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

93fbbf06 be76 c456 afb4 d6b315f6eccf

haplokuon edited this page May 6, 2023 · 1 revision

Remove(String) Method

netDxf 3.0.0 Library

Removes a table object.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public abstract bool Remove(
	string name
)

VB

Public MustOverride Function Remove ( 
	name As String
) As Boolean

C++

public:
virtual bool Remove(
	String^ name
) abstract

F#

abstract Remove : 
        name : string -> bool 

Parameters

  String
Table object name to remove from the document.

Return Value

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

Reference

TableObjects(T) Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally