GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNodeLinkEnumerator Structure
Properties Methods


In This Topic
    GoNodeLinkEnumerator Structure Members
    In This Topic

    The following tables list the members exposed by GoNodeLinkEnumerator.

    Public Properties
     NameDescription
    Public Property Get the number of links.  
    Public Property Gets the current link in the collection of links connected to this node.  
    Public PropertyGets the first IGoLink, or null if there are no links connected to ports in this node.  
    Public PropertyGets the last IGoLink, or null if there are no links connected to ports in this node.  
    Top
    Public Methods
     NameDescription
    Public Method There are no resources to clean up.  
    Public Method Gets an enumerator for iterating over the IGoLinks connected to this node.  
    Public Method Advance the enumerator to the next IGoLink.  
    Public Method Reset the enumerator to its original position.  
    Top
    See Also