This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
bb333ed9 2d62 57a8 567a b01115a23c1d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an extended data to the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
XData item
)VB
Public Sub Add (
item As XData
)C++
public:
void Add(
XData^ item
)F#
member Add :
item : XData -> unit - XData
- The extended data to add.
If the current dictionary already contains an appId equals to the extended data that is being added the XDataRecords will be added to the existing one.