Click or drag to resize

PolylineSegmentCollection Constructor (IEnumerablePolylineSegment)

Creates a new instance of PolylineSegmentCollection.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public PolylineSegmentCollection(
	IEnumerable<PolylineSegment> segments
)

Parameters

segments
Type: System.Collections.GenericIEnumerablePolylineSegment
A sequence of PolylineSegment.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if segments is null.
See Also