GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLink Interface
Members
In This Topic
    IGoLink Interface
    In This Topic
    This interface represents an abstract connection between nodes, using ports to specify more specific connection points on the nodes.
    Syntax
    public interface IGoLink : IGoGraphPart  
    Remarks
    Every IGoLink also implements GoObject, IGoGraphPart.UserFlags, and IGoGraphPart.UserObject.
    See Also