Click or drag to resize

XDataDictionaryAdd Method

Adds an extended data to the current dictionary.

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

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