PolylineSegmentCollectionJoin Method (Tolerance) |
Joins the contiguous segments into one or more instance of PolylineSegmentCollection.
Points are compared using the specified Tolerance.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic List<PolylineSegmentCollection> Join(
Tolerance tol
)
Public Function Join (
tol As Tolerance
) As List(Of PolylineSegmentCollection)
public:
List<PolylineSegmentCollection^>^ Join(
Tolerance tol
)
member Join :
tol : Tolerance -> List<PolylineSegmentCollection>
Parameters
- tol
- Type: Tolerance
The tolerance to be used in points equality comparison.
Return Value
Type:
ListPolylineSegmentCollectionA list of instances of PolylineSegmentCollection.
See Also