Version

MoveConnectionEnd Method (XamDiagramProxy)

Move the selected connection end point the supplied offset
Syntax
'Declaration
 
Public Sub MoveConnectionEnd( _
   ByVal oeStartEnd As System.Object, _
   ByVal dXPosition As System.Double, _
   ByVal dYPosition As System.Double _
) 
public void MoveConnectionEnd( 
   System.object oeStartEnd,
   System.double dXPosition,
   System.double dYPosition
)
public: void MoveConnectionEnd( 
   System.Object* oeStartEnd,
   System.double dXPosition,
   System.double dYPosition
) 

Parameters

oeStartEnd
String, interger or enumerated value representing the start or end point of a connector
dXPosition
Double value representing the x position to move the connection end point
dYPosition
Double value representing the y position to move the connection end 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