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

7a7bde0e 94bb 9998 502e dea32334f57e

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleOverrideDictionary(Int32) Constructor

netDxf 3.0.0 Library

Initializes a new instance of DimensionStyleOverrideDictionary and has the specified initial capacity.

Definition

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

C#

public DimensionStyleOverrideDictionary(
	int capacity
)

VB

Public Sub New ( 
	capacity As Integer
)

C++

public:
DimensionStyleOverrideDictionary(
	int capacity
)

F#

new : 
        capacity : int -> DimensionStyleOverrideDictionary

Parameters

  Int32
The number of items the collection can initially store.

See Also

Reference

DimensionStyleOverrideDictionary Class
DimensionStyleOverrideDictionary Overload
netDxf.Collections Namespace

Clone this wiki locally