GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CreateCopyDictionary Method
Example
In This Topic
    CreateCopyDictionary Method
    In This Topic
    Syntax
    public virtual GoCopyDictionary CreateCopyDictionary()

    Return Value

    this must not return null
    Example
    By default this also sets the GoCopyDictionary.DestinationDocument to this document:
    GoCopyDictionary env = new GoCopyDictionary();
    env.DestinationDocument = this;
    return env;
    See Also