GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface / DestinationLinksCount Property
In This Topic
    DestinationLinksCount Property (IGoPort)
    In This Topic
    Gets the number of links going out of this port.
    Syntax
    int DestinationLinksCount {get;}
    Remarks
    This is the number of links whose IGoLink.FromPort is this port.
    See Also