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.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public List<PolylineSegmentCollection> Join()

Return Value

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