Share

BulgeVertex.BulgeVertex Constructor

Description

Default constructor.

C#

public BulgeVertex(
    Point2d point, 
    double bulge
);

Visual Basic

Public Sub New(
    point As Point2d, 
    bulge As double
)

Parameters

Parameters Description
Point2d point Input the 2D coordinates of the new vertex.
double bulge Input the new bulge value.

Links

BulgeVertex Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?