Click or drag to resize

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
)

Parameters

capacity
Type: SystemInt32
The number of items the collection can initially store.
See Also