GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / CopyObject Method
In This Topic
    CopyObject Method (GoPort)
    In This Topic
    Copying a port does not immediately cause its links to be copied.
    Syntax
    public override GoObject CopyObject( 
       GoCopyDictionary env
    )

    Parameters

    env
    Remarks
    The PortObject is only copied if it belongs to a document; otherwise it remains shared with the original port.
    See Also