GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / SortByZOrder Method / SortByZOrder(GoCollection) Method
a GoCollection that will be modified
In This Topic
    SortByZOrder(GoCollection) Method
    In This Topic
    Modify the order of the objects in the given GoCollection c to be in their Z-order position in the layers of this collection.
    Syntax
    public void SortByZOrder( 
       GoCollection c
    )

    Parameters

    c
    a GoCollection that will be modified
    Remarks
    See the remarks for SortByZOrder(GoObject[]).
    See Also