GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / CopyTo Method
In This Topic
    CopyTo Method (GoLayerCollection)
    In This Topic
    Copy references to all of the layers in this collection into an array.
    Syntax
    public void CopyTo( 
       GoLayer[] array,
       int index
    )

    Parameters

    array
    index
    See Also