PathRef.PathRef(EdgeRef[]) Constructor

Description

This wraps the ObjectARX AcDbPathRef::AcDbPathRef() method

Visual Basic

Public Sub New(
    edges As EdgeRef[]
)

C#

public PathRef(
    EdgeRef\[\] edges
);

Links

PathRef Class, Autodesk.AutoCAD.DatabaseServices Namespace