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

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

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