DimensionStyleOverrideDictionary Constructor (Int32)
|
Initializes a new instance of DimensionStyleOverrideDictionary and has the specified initial capacity.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public DimensionStyleOverrideDictionary(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
DimensionStyleOverrideDictionary(
int capacity
)
new :
capacity : int -> DimensionStyleOverrideDictionary
CONSTRUCTOR(
capacity AS LONG
)
Parameters
- capacity
- Type: SystemInt32
The number of items the collection can initially store.
See Also