Click or drag to resize

XDataDictionaryAdd Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an extended data to the current dictionary.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Add(
	XData item
)
Request Example View Source

Parameters

item
Type: netDxfXData
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