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

EdgeRef Class, Autodesk.AutoCAD.DatabaseServices Namespace