GoDiagram Web Reference
Port Property (GoIconicNode)

Gets or sets the only port of this node, a GoPort.
Syntax
'Declaration
 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Overridable Property Port As GoPort
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public virtual GoPort Port {get; set;}
Remarks
Setting this property to a new port will also set that port's PortObject to be this node, if it didn't already have a PortObject. You might want to override the CreatePort method if you want to create a different kind of GoPort when constructing this kind of node.
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

GoIconicNode Class
GoIconicNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback