Click or drag to resize

PolylineSegmentCollectionAddRange Method (IEnumerablePolyline)

Adds the polyline segments of all polylines in plines to the current collection.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void AddRange(
	IEnumerable<Polyline> plines
)

Parameters

plines
Type: System.Collections.GenericIEnumerablePolyline
A collection of instances of Polyline.
See Also