Vertex2d Class

Description

This .NET class wraps the AcDb2dVertex ObjectARX class.

The 2dVertex class represents the vertices in 2D polylines. It is the only ObjectARX API entity that still passes its position in OCS. This is because the Z coordinate is kept in its owning 2dPolyline for historical purposes. If you are not working in two dimensions, it may be better to use an 3dPolyline, or an AcDbSpline.

Warning

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Vertex
            Autodesk.AutoCAD.DatabaseServices.Vertex2d

Visual Basic

Public Class Vertex2d
Inherits Vertex

C#

public class Vertex2d : Vertex;

Links

Vertex2d Constructor, Vertex2d Properties