Autodesk.AutoCAD.Runtime Namespace > ProfileCurve2d Class > ProfileCurve2d Constructor > ProfileCurve2d(LineSegment2d) Constructor
ProfileCurve2d.ProfileCurve2d(LineSegment2d) Constructor   
Description

Constructor with a line segment.

Visual Basic
Public Sub New(
    seg As LineSegment2d
)
C#
public ProfileCurve2d(
    LineSegment2d seg
);
Links
   Comments?