Gets the line segment at the given index.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Line SegmentAt(
int index
)
Public Function SegmentAt (
index As Integer
) As Line
Parameters
- index
- Type: SystemInt32
Index of segment to retrieve.
Return Value
Type:
LineLine segment at index or Line.Unset on failure.
See Also