GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCopyDictionary Class / FinishDelayedCopies Method
In This Topic
    FinishDelayedCopies Method
    In This Topic
    Perform calls to GoObject.CopyObjectDelayed for any objects that were added to Delayeds during earlier calls to Copy.
    Syntax
    public virtual void FinishDelayedCopies()
    Remarks
    This is primarily called by GoDocument's GoDocument.CopyFromCollection(IGoCollection, bool, bool, SizeF, GoCopyDictionary) method.
    See Also