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

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

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