Version

ConnectToNode Method (XamDiagramProxy)

Connect one end of the selected connector to an identified node
Syntax
'Declaration
 
Public Sub ConnectToNode( _
   ByVal oeStartEnd As System.Object, _
   ByVal oNodeArg As System.Object, _
   Optional ByVal oConnPoint As System.Object _
) 
public void ConnectToNode( 
   System.object oeStartEnd,
   System.object oNodeArg,
   System.object oConnPoint
)
public: void ConnectToNode( 
   System.Object* oeStartEnd,
   System.Object* oNodeArg,
   System.Object* oConnPoint
) 

Parameters

oeStartEnd
String, interger or enumerated value representing the start or end point of a connector
oNodeArg
Integer index, string Content Text, or an array of two double values representing X,Y coordinates
oConnPoint
Optional parameter integer index or string name identifying the connection point. Default value is null, which connect generically to the node not to a specific point.
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