Autodesk.AutoCAD.DatabaseServices Namespace > EdgeRef Class > EdgeRef Constructor > EdgeRef(Entity) Constructor
EdgeRef.EdgeRef(Entity) Constructor   
Description

This wraps the ObjectARX AcDbEdgeRef::AcDbEdgeRef() method

Visual Basic
Public Sub New(
    entity As Entity
)
C#
public EdgeRef(
    Entity entity
);
Links
   Comments?