GoDiagram Web Reference
Node Property (GoPort)

Gets the node that this port is part of.
Syntax
'Declaration
 
<DescriptionAttribute("The node that this port is part of.")>
Public Overridable ReadOnly Property Node As IGoNode
[DescriptionAttribute("The node that this port is part of.")]
public virtual IGoNode Node {get;}
Remarks
By default this uses FindParentNode, but you may need to override this to use FindTopNode instead if your node class contains other nodes as parts that you don't want to consider separate objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPort Class
GoPort Members
Node Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback