Curve2dCollectionCopyTo
Method
|
Copies the entire collection to the array
starting at the specified index.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void CopyTo(
Curve2d[] array,
int index
)
Public Sub CopyTo (
array As Curve2d(),
index As Integer
)
public:
void CopyTo(
array<Curve2d^>^ array,
int index
)
member CopyTo :
array : Curve2d[] *
index : int -> unit
Parameters
- array Curve2d
- [in] Destination array.
- index Int32
- [in] The index of the array at which to begin inserting.
See Also