EdgeRef.EdgeRef(CompoundObjectId) Constructor

Description

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

Visual Basic

Public Sub New(
    compoundObjectId As CompoundObjectId
)

C#

public EdgeRef(
    CompoundObjectId compoundObjectId
);

Links

EdgeRef Class, Autodesk.AutoCAD.DatabaseServices Namespace