Click or drag to resize

TableObjectsTAdd Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds a table object to the list.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public T Add(
	T item
)
Request Example View Source

Parameters

item
Type: T
Table object to add to the list.

Return Value

Type: 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