Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

18f34ae0 3d73 4f02 eb03 9afbfc7446a3

haplokuon edited this page May 6, 2023 · 1 revision

AttributeCollection(IEnumerable<Attribute>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of AttributeCollection with the specified collection of attributes.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AttributeCollection(
	IEnumerable<Attribute> attributes
)

VB

Public Sub New ( 
	attributes As IEnumerable(Of Attribute)
)

C++

public:
AttributeCollection(
	IEnumerable<Attribute^>^ attributes
)

F#

new : 
        attributes : IEnumerable<Attribute> -> AttributeCollection

Parameters

  IEnumerable(Attribute)
The collection of attributes from which build the dictionary.

See Also

Reference

AttributeCollection Class
AttributeCollection Overload
netDxf.Collections Namespace

Clone this wiki locally