Click or drag to resize

ABSetCopyTo Method

Copy contained objects to another collection

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public int CopyTo(
	ABSet dest,
	Dictionary<BaseObj, BaseObj> map
)

Parameters

dest
Type: Scilligence.MolEngineABSet
The destination collection
map
Type: System.Collections.GenericDictionaryBaseObj, BaseObj

Return Value

Type: Int32
See Also