Click or drag to resize

PolylineSegmentCollectionAddRange Method (IEnumerablePolyline)

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

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

Parameters

plines
Type: System.Collections.GenericIEnumerablePolyline
A collection of instances of Polyline.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if plines is null.
See Also