GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / CopiesEffectiveSelection Property
In This Topic
    CopiesEffectiveSelection Property
    In This Topic
    Gets or sets whether for a copying operation the GoView.Selection EffectiveSelection is copied.
    Syntax
    public virtual bool CopiesEffectiveSelection {get; set;}

    Property Value

    The default value is false.
    Remarks
    Basically this controls whether GoView.CopySelection is called with the view's GoView.Selection or with the possibly augmented EffectiveSelection. The latter collection typically will hold all of the links that connect selected nodes.
    See Also