Click or drag to resize

PolylineSegmentCollectionJoin Method

Joins the contiguous segments into one or more instance of PolylineSegmentCollection. Points are compared using Tolerance.Global.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<PolylineSegmentCollection> Join()

Return Value

Type: ListPolylineSegmentCollection
A list of instances of PolylineSegmentCollection.
See Also