Get the distance from a point to a line given by two points.

ac_request("geometry_calc_2d","getDistPointFrom2dLine",double X1, double Y1,double X2, double Y2, double pX, double pY, double dist);