Click or drag to resize

TableObjectsTAdd Method

Adds a table object to the list.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public T Add(
	T item
)

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