EdgeRef.EdgeRef(CompoundObjectId, SubentityId) Constructor   MG2009New

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

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

Links