PolylineSegmentToLineSegment Method |
Converts the linear segment into an instance of Line2dSegment.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic LineSegment2d ToLineSegment()
Public Function ToLineSegment As LineSegment2d
public:
LineSegment2d^ ToLineSegment()
member ToLineSegment : unit -> LineSegment2d
Return Value
Type:
LineSegment2dA new instance of LineSegment2d or null if the segment is not linear.
See Also