Autodesk.AutoCAD.DatabaseServices Namespace > Vertex2d Class > Vertex2d Constructor > Vertex2d(Point3d, double, double, double, double) Constructor
Vertex2d.Vertex2d(Point3d, double, double, double, double) Constructor
Description

 

Constructor.

Visual Basic
Public Sub New(
    position As Point3d, 
    bulge As double, 
    startWidth As double, 
    endWidth As double, 
    tangent As double
)
C#
public Vertex2d(
    Point3d position, 
    double bulge, 
    double startWidth, 
    double endWidth, 
    double tangent
);
Parameters
Parameters 
Description 
Point3d position 
Input Autodesk.AutoCAD.Geometry.Point3d object. 
double bulge 
Input System.Double object. 
double startWidth 
Input System.Double object. 
double endWidth 
Input System.Double object. 
double tangent 
Input System.Double object. 
Links
   Comments?