Click or drag to resize

PolylineSegmentCollection Constructor (PolylineSegment)

Creates a new instance of PolylineSegmentCollection.

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

Parameters

segments
Type: Gile.AutoCAD.GeometryPolylineSegment
A PolylineSegment array.
See Also