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

This wraps the ObjectARX AcDbVertexRef::VertexRef() method

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