DoubleCollection(Int32) Constructor
|
Constructor for the DoubleCollection
class.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public DoubleCollection(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
DoubleCollection(
int capacity
)
new :
capacity : int -> DoubleCollection
Parameters
- capacity Int32
- [in] Initial capacity of the collection.
See Also