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