GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoNode Interface
Properties

In This Topic
    IGoNode Interface Members
    In This Topic

    The following tables list the members exposed by IGoNode.

    Public Properties
     NameDescription
     Property Gets an enumerator over all of the links going out of this node.  
     Property Gets an enumerator over all of the nodes that have links going out of this node.  
     PropertyGets a GoObject associated with this node, port, or link. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets an enumerator over all of the links connected at this node.  
     Property Gets an enumerator over all of the nodes that have links going out of or coming into this node.  
     Property Gets an enumerator over all of the ports that are part of this node.  
     Property Gets an enumerator over all of the links coming into this node.  
     Property Gets an enumerator over all of the nodes that have links coming into this node.  
     Property Gets or sets an integer value associated with this port. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets or sets an object associated with this port. (Inherited from Northwoods.Go.IGoGraphPart)
    Top
    See Also