GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoNode Interface
/ DestinationLinks Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DestinationLinks Property (IGoNode)
In This Topic
Gets an enumerator over all of the links going out of this node.
Syntax
C#
IEnumerable<IGoLink>
DestinationLinks {
get
;}
Remarks
The enumerator iterates over the set of all links that go out of any port of this node.
See Also
Reference
IGoNode Interface
IGoNode Members