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

3ecb7662 9fe6 e328 79f6 b3b40fa3ba0a

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Adds a table object to the list.

Definition

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

C#

public T Add(
	T item
)

VB

Public Function Add ( 
	item As T
) As T

C++

public:
T Add(
	T item
)

F#

member Add : 
        item : 'T -> 'T 

Parameters

  T
Table object to add to the list.

Return Value

T
If a table object already exists with the same name as the instance that is being added the method returns the existing table object, if not it will return the new table object.

See Also

Reference

TableObjects(T) Class
netDxf.Collections Namespace

Clone this wiki locally