GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / CopyObject Method
In This Topic
    CopyObject Method (GoLink)
    In This Topic
    Copying a link does not immediately set the IGoLink.FromPort and IGoLink.ToPort of the copied link, but does add the link to the copy dictionary's Delayeds collection so that later processing can set those properties.
    Syntax
    public override GoObject CopyObject( 
       GoCopyDictionary env
    )

    Parameters

    env
    See Also