EdgeRef.EdgeRef Constructor (CompoundObjectId, SubentityId, SubentityId)

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

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

Links