DBDictionaryCopyTo Method

Copies content of this dictionary to the specified array at the specified index of the passed array.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void CopyTo(
        DBDictionaryEntry[] copy,
        int index
)

Parameters

copy  DBDictionaryEntry
[out] Receives content of this dictionary.
index  Int32
[in] Index in the passed array starting from which to store data.
See Also

©  Bricsys NV. All rights reserved.