Click or drag to resize

PolylineSegmentCollectionGetClosestSegmentIndexTo Method

Gets the index of the closest segment to the specified point.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int GetClosestSegmentIndexTo(
	Point2d pt
)

Parameters

pt
Type: Point2d
The 2d point from which the distances are calculated

Return Value

Type: Int32
The index of the segment in the colllection.
See Also