public virtual ICopyDictionary CopyParts( IEnumerable<Part> coll, IDiagramModel destmodel )
Parameters
- coll
- a collection of Parts that are in this model
- destmodel
- if null, this creates a model like this one by calling Northwoods.GoXam.Model.IDiagramModel.CreateInitializedCopy; the new model is available from the returned Northwoods.GoXam.Model.ICopyDictionary as its Northwoods.GoXam.Model.ICopyDictionary.DestinationModel property
Return Value
an Northwoods.GoXam.Model.ICopyDictionary that maps original parts to the copied ones