Click or drag to resize

XDataDictionaryAddRange Method

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

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void AddRange(
	IEnumerable<XData> items
)
Request Example View Source

Parameters

items
Type: System.Collections.GenericIEnumerableXData
The list of extended data to add.
See Also