GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / CopyPrototype Method
In This Topic
    CopyPrototype Method
    In This Topic
    This method is called to create the NewObject by making a copy of the Prototype.
    Syntax
    public virtual GoObject CopyPrototype()

    Return Value

    a copy of Prototype, or null if unsuccessful
    See Also