GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / CopyObject Method
In This Topic
    CopyObject Method (GoGroup)
    In This Topic
    Produces a copy of this object within the given copy dictionary.
    Syntax
    public override GoObject CopyObject( 
       GoCopyDictionary env
    )

    Parameters

    env

    Return Value

    The copied group with copies of all of its children.
    Remarks
    This calls CopyChildren to perform the copying. This temporarily sets GoObject.GoObject.Initializing to true during the call to CopyChildren.
    See Also