GoDiagram Web Reference
Initialize Method (GoGeneralNode)

Provides the ResourceManager holding an Image resource named by iconname. If this parameter is null, DefaultResourceManager is used instead.

The name of the Image resource in the ResourceManager given by res, or else a file name if no resource manager can be used (i.e., when both res is null and DefaultResourceManager is null).

If the value is an empty string, the Image will be blank; you can set Image.Name to show or change the image displayed by the GoImage that is the Image.

If the value is null, the Icon is not a GoImage but a GoDrawing; you can then set the Figure to change the shape shown as the icon.

The initial string value for the TopLabel. If this value is null, no label is created at the top of this node.
The initial string value for the BottomLabel. If this value is null, no label is created at the bottom of this node.
The number of ports to create on the left side (or top side) of this node.
The number of ports to create on the right side (or bottom side) of this node.
Initialize an empty GoGeneralNode to have an icon, some labels, and some ports.
Syntax
'Declaration
 
Public Overridable Sub Initialize( _
   ByVal res As ResourceManager, _
   ByVal iconname As String, _
   ByVal top As String, _
   ByVal bottom As String, _
   ByVal numinports As Integer, _
   ByVal numoutports As Integer _
) 
public virtual void Initialize( 
   ResourceManager res,
   string iconname,
   string top,
   string bottom,
   int numinports,
   int numoutports
)

Parameters

res
Provides the ResourceManager holding an Image resource named by iconname. If this parameter is null, DefaultResourceManager is used instead.
iconname

The name of the Image resource in the ResourceManager given by res, or else a file name if no resource manager can be used (i.e., when both res is null and DefaultResourceManager is null).

If the value is an empty string, the Image will be blank; you can set Image.Name to show or change the image displayed by the GoImage that is the Image.

If the value is null, the Icon is not a GoImage but a GoDrawing; you can then set the Figure to change the shape shown as the icon.

top
The initial string value for the TopLabel. If this value is null, no label is created at the top of this node.
bottom
The initial string value for the BottomLabel. If this value is null, no label is created at the bottom of this node.
numinports
The number of ports to create on the left side (or top side) of this node.
numoutports
The number of ports to create on the right side (or bottom side) of this 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

GoGeneralNode Class
GoGeneralNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback