This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
18f34ae0 3d73 4f02 eb03 9afbfc7446a3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of AttributeCollection
with the specified collection of attributes.
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
- IEnumerable(Attribute)
- The collection of attributes from which build the dictionary.
AttributeCollection Class
AttributeCollection Overload
netDxf.Collections Namespace