GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / DestinationLinksCount Property
In This Topic
    DestinationLinksCount Property (GoPort)
    In This Topic
    Gets the number of links going out of this port.
    Syntax
    [Description("The number of links going out of this port.")]
    public virtual int DestinationLinksCount {get;}
    Remarks
    This is the number of links whose IGoLink.FromPort is this port.
    See Also