GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / CopyLinksArray Method
In This Topic
    CopyLinksArray Method (GoPort)
    In This Topic
    Returns a newly allocated array containing references to all of the links connected to this port.
    Syntax
    [Description("A array copy of all of the links connected at this port.")]
    public virtual IGoLink[] CopyLinksArray()
    See Also