Use this function to constraint the separation between two points
HRESULT ConstrainSeparationPointToPoint(IPoint *point1, IPoint *point2) ;
point1 first point of separation constraint
point2 second point of separation constraint
Output Parameters
none
Description
This function creates a separation constraint between
two points on two lines.