Autodesk.AutoCAD.DatabaseServices Namespace
>
PolylineVertex3d Class
>
PolylineVertex3d Constructor
PolylineVertex3d Constructor
Overload List
Method
Description
PolylineVertex3d.PolylineVertex3d ()
Default constructor. Initializes the position to (0,0,0) and the vertex type to
SimpleVertex
.
PolylineVertex3d.PolylineVertex3d (Point3d)
Constructs an
PolylineVertex3d
that uses position as the position point. The vertex type is initialized to
SimpleVertex
.
Comments?