GoXam for WPF v3
CopiesEffectiveCollection Property
Northwoods.GoXam.Tool Namespace > DraggingTool Class : CopiesEffectiveCollection Property
Gets or sets whether for a copying operation the extended selection is copied or only selected parts.
Syntax
public bool CopiesEffectiveCollection {get; set;}

Property Value

The default value is false.
Remarks
Basically this controls whether Northwoods.GoXam.PartManager.CopyParts is called with the Northwoods.GoXam.Diagram.SelectedParts or with the possibly augmented collection returned by ComputeEffectiveCollection. The latter collection typically will include all of the Northwoods.GoXam.Links that connect selected nodes, even if they are not Northwoods.GoXam.Part.IsSelected.
See Also

Reference

DraggingTool Class
DraggingTool Members