GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CopyTo Method
In This Topic
    CopyTo Method (GoDocument)
    In This Topic
    Copy references to all of the document objects into the given array of GoObjects.
    Syntax
    public virtual void CopyTo( 
       GoObject[] array,
       int index
    )

    Parameters

    array
    index
    See Also