Ant Organisation Ltd documentation

ILayoutObject.AddConnectionPoints Method 

Adds a set of new connection points.

IConnectionPoint[] AddConnectionPoints(
   Point[] p,
   ConnectionDirection direction
);

Parameters

p
Array of points for the coordinates of the connection points relative to the top-left of the bounding rect of the layout object.
direction
Direction of the connection.

Return Value

Returns an array of the new connection objects.

See Also

ILayoutObject Interface | Ant.Workflow.View.TransitionRouting Namespace