This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
3ecb7662 9fe6 e328 79f6 b3b40fa3ba0a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds a table object to the list.
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
- T
- Table object to add to the list.
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.