Public Sub New(
compoundObjectId As CompoundObjectId,
edgeSubentId As SubentityId
)
public EdgeRef(
CompoundObjectId compoundObjectId,
SubentityId edgeSubentId
);
This wraps the ObjectARX AcDbEdgeRef::AcDbEdgeRef() method.