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

This wraps the ObjectARX AcDbVertexRef::AcDbVertexRef() method

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