Autodesk.AutoCAD.DatabaseServices Namespace > VertexRef Class > VertexRef Constructor > VertexRef(Point3d) Constructor
VertexRef.VertexRef(Point3d) Constructor   
Description

This wraps the ObjectARX AcDbVertexRef::AcDbVertexRef(const AcGePoint3d *pGePoint) method

Visual Basic
Public Sub New(
    point As Point3d
)
C#
public VertexRef(
    Point3d point
);
Links
   Comments?