PolylineVertex3d.PolylineVertex3d(Point3d) Constructor

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

Description

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

Links

PolylineVertex3d Class, Autodesk.AutoCAD.DatabaseServices Namespace