Click or drag to resize

AttributeCollection Constructor (IEnumerableAttribute)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of AttributeCollection with the specified collection of attributes.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeCollection(
	IEnumerable<Attribute> attributes
)
Request Example View Source

Parameters

attributes
Type: System.Collections.GenericIEnumerableAttribute
The collection of attributes from which build the dictionary.
See Also