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

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

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