EdgeRef.EdgeRef(CompoundObjectId, SubentityId, SubentityId) Constructor

Description

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

Visual Basic

Public Sub New(
    compoundObjectId As CompoundObjectId, 
    edgeSubentId As SubentityId, 
    faceSubentId As SubentityId
)

C#

public EdgeRef(
    CompoundObjectId compoundObjectId, 
    SubentityId edgeSubentId, 
    SubentityId faceSubentId
);

Links

EdgeRef Class, Autodesk.AutoCAD.DatabaseServices Namespace