VertexRef.VertexRef(Point3d) Constructor   MG2009New

Visual Basic
Public Sub New(
    point As Point3d
)
C#
public VertexRef(
    Point3d point
);
Description

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

Links