Share

AcDbPathRef::AcDbPathRef (AcArray<AcDbEdgeRef>&) Constructor

C++

ACDBCORE2D_PORT explicit AcDbPathRef(
    const AcArray<AcDbEdgeRef>&
);

Description

Creates an AcDbPathRef from a sequence of AcDbEdgeRefs.

Parameters

Parameters Description
edges

Links

AcDbPathRef Class

Was this information helpful?