GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / CopyObject Method
In This Topic
    CopyObject Method (GoText)
    In This Topic
    This makes a copy of this text object.
    Syntax
    public override GoObject CopyObject( 
       GoCopyDictionary env
    )

    Parameters

    env

    Return Value

    The copied object.
    Remarks
    The list of Choices, if any, is not copied--it is shared with the original text object.
    See Also