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 407
430f8baa 9918 88ef 1aa9 48f611fa5f8c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of AttributeDefinitionDictionary
and has the specified initial capacity.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AttributeDefinitionDictionary(
int capacity
)
VB
Public Sub New (
capacity As Integer
)
C++
public:
AttributeDefinitionDictionary(
int capacity
)
F#
new :
capacity : int -> AttributeDefinitionDictionary
- Int32
- The number of items the collection can initially store.
AttributeDefinitionDictionary Class
AttributeDefinitionDictionary Overload
netDxf.Collections Namespace