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

This wraps the ObjectARX AcDbEdgeRef::AcDbEdgeRef() method

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