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)
Syntaxpublic int GetClosestSegmentIndexTo(
Point2d pt
)
Public Function GetClosestSegmentIndexTo (
pt As Point2d
) As Integer
public:
int GetClosestSegmentIndexTo(
Point2d pt
)
member GetClosestSegmentIndexTo :
pt : Point2d -> int
Parameters
- pt
- Type: Point2d
The 2d point from which the distances are calculated
Return Value
Type:
Int32The index of the segment in the colllection.
See Also