Search
InternalUtils.DistToPolyline Method
See Also
 






Calculates the shortest distance from a point to a polyline.

 Overload List

Name Description

InternalUtils.DistToPolyline (Point, IList(Point), Int32)

Calculates the shortest distance from the specified point to the specified polyline.

InternalUtils.DistToPolyline (Point, IList(Point), Int32, Int32@)

Calculates the shortest distance from the specified point to the specified polyline, also returning the index of the segment the point is closest to.

 See Also