Autodesk.AutoCAD.DatabaseServices Namespace > PolylineVertex3d Class > PolylineVertex3d Constructor > PolylineVertex3d() Constructor
PolylineVertex3d.PolylineVertex3d() Constructor
Description

 

Default constructor. Initializes the position to (0,0,0) and the vertex type to SimpleVertex.

Visual Basic
Public Sub New()
C#
public PolylineVertex3d();
Links
   Comments?