GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface
Members
In This Topic
    IGoPort Interface
    In This Topic
    This interface represents an abstract connection point for a link to be attached to a node.
    Syntax
    public interface IGoPort : IGoGraphPart  
    Remarks
    Every IGoPort also implements GoObject, IGoGraphPart.UserFlags, and IGoGraphPart.UserObject.
    See Also