GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / IGoLayoutNetworkLink Interface
Members
In This Topic
    IGoLayoutNetworkLink Interface
    In This Topic
    Each kind of GoLayoutGenericNetwork<N,L,Y> will have links that implement this interface.
    Syntax
    public interface IGoLayoutNetworkLink : Northwoods.Go.IGoGraphPart, Northwoods.Go.IGoLink  
    Remarks
    These classes are not Northwoods.Go.GoObjects, but they do implement Northwoods.Go.IGoLink.
    See Also