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)
Syntaxpublic PolylineSegmentCollection(
params PolylineSegment[] segments
)
Public Sub New (
ParamArray segments As PolylineSegment()
)
public:
PolylineSegmentCollection(
... array<PolylineSegment^>^ segments
)
new :
segments : PolylineSegment[] -> PolylineSegmentCollection
Parameters
- segments
- Type: Gile.AutoCAD.GeometryPolylineSegment
A PolylineSegment array.
See Also