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

This wraps the ObjectARX AcDbVertexRef::AcDbVertexRef() method.

Visual Basic
Public Sub New(
    compoundObjectId As CompoundObjectId, 
    subentId As SubentityId, 
    point As Point3d
)
C#
public VertexRef(
    CompoundObjectId compoundObjectId, 
    SubentityId subentId, 
    Point3d point
);
Links
   Comments?