XDataDictionaryAdd Method
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void Add(
XData item
)
Public Sub Add (
item As XData
)
public:
void Add(
XData^ item
)
member Add :
item : XData -> unit
METHOD Add(
item AS XData
) AS VOID
Parameters
- item
- Type: DXFReaderNETXData
The extended data to add.
Remarks
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.
See Also