GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class
Properties Methods


In This Topic
    GoLayoutGenericNetwork.Node<N,L,Y> Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutGenericNetwork.Node<N,L,Y>.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the Bounds of this node.  
    Public Property Gets or sets the Center Point of this node.  
    Public Property Gets an enumerator over all of the links going out of this node.  
    Public Property Gets the number of links coming out of this node.  
    Public Property Gets an enumerator over all of the nodes that have links going out of this node.  
    Public PropertyGets or sets the offset of the Center from the Bounds.Position.  
    Public Property Gets or sets the GoObject associated with this network node.  
    Public PropertyGets the Bounds.Height.  
    Public Property Gets an enumerator over all of the links going out of or coming into this node.  
    Public Property Gets the number of links connected to this node.  
    Public Property Gets or sets the network that this node is part of.  
    Public Property Gets an enumerator over all of the nodes that are connected to this node.  
    Public Property Gets or sets the Position (top-left corner) of this node.  
    Public PropertyGets the Bounds.Size.  
    Public Property Gets an enumerator over all of the links coming into this node.  
    Public Property Gets the number of links going into this node.  
    Public Property Gets an enumerator over all of the nodes that have links coming into this node.  
    Public Property Gets or sets the node's flags  
    Public Property Gets or sets an Object associated with the node  
    Public PropertyGets the Bounds.Width.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a GoLayoutGenericNetwork.Link<N,L,Y> to the list successors (i.e., the link will be going out from this node).  
    Public MethodAdds a GoLayoutGenericNetwork.Link<N,L,Y> to the list predecessors (i.e., the link will be coming into this node).  
    Public Method Moves the corresponding GoObject to the center point of the node in the document.  
    Public MethodDeletes a GoLayoutGenericNetwork.Link<N,L,Y> from the list of successors (i.e., the link was going out from this node).  
    Public MethodDeletes a GoLayoutGenericNetwork.Link<N,L,Y> from the list of predecessors (i.e., the link was to this node).  
    Top
    See Also