PolylineVertex3d.PolylineVertex3d(Point3d) Constructor

Description

Constructs an PolylineVertex3d that uses position as the position point. The vertex type is initialized to SimpleVertex.

Visual Basic

Public Sub New(
    param0 As Point3d
)

C#

public PolylineVertex3d(
    Point3d param0
);

Parameters

Parameters Description
Point3d param0 Input WCS position point for the vertex

Links

PolylineVertex3d Class, Autodesk.AutoCAD.DatabaseServices Namespace