Click or drag to resize

PolylineSegment Constructor (LineSegment2d)

Creates a new instance of PolylineSegment.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public PolylineSegment(
	LineSegment2d line
)

Parameters

line
Type: LineSegment2d
An instance of LineSegment2d.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if line is null.
See Also