Public Sub New(
compoundObjectId As CompoundObjectId,
subentId As SubentityId,
point As Point3d
)
public VertexRef(
CompoundObjectId compoundObjectId,
SubentityId subentId,
Point3d point
);
This wraps the ObjectARX AcDbVertexRef::AcDbVertexRef() method.
VertexRef Class, Autodesk.AutoCAD.DatabaseServices Namespace