Click or drag to resize

PolylineSegmentCollection Constructor (PolylineSegment)

Creates a new instance of PolylineSegmentCollection.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public PolylineSegmentCollection(
	params PolylineSegment[] segments
)

Parameters

segments
Type: Gile.AutoCAD.R20.GeometryPolylineSegment
A PolylineSegment array.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if segments is null.
See Also