Click or drag to resize

DimensionStyleOverrideDictionaryAddRange Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an DimensionStyleOverride list to the dictionary.

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

Parameters

collection
Type: System.Collections.GenericIEnumerableDimensionStyleOverride
The collection whose elements should be added.
See Also