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)
Syntaxpublic void AddRange(
IEnumerable<Polyline> plines
)
Public Sub AddRange (
plines As IEnumerable(Of Polyline)
)
public:
void AddRange(
IEnumerable<Polyline^>^ plines
)
member AddRange :
plines : IEnumerable<Polyline> -> unit
Parameters
- plines
- Type: System.Collections.GenericIEnumerablePolyline
A collection of instances of Polyline.
ExceptionsException | Condition |
---|
ArgumentNullException | ArgumentException is thrown if plines is null. |
See Also