AcDbPathRef::AcDbPathRef Constructor (AcDbFullSubentPathArray&, AcDbFullSubentPathArray&)   

AcDbPathRef(
    const AcDbFullSubentPathArray& edgeSubentPathArr, 
    const AcDbFullSubentPathArray& faceSubentPathArr
);
Parameters
Parameters 
Description 
const AcDbFullSubentPathArray& edgeSubentPathArr 
Subent paths of the edges that make up the path. 
const AcDbFullSubentPathArray& faceSubentPathArr 
Optional subent paths of the faces for each edge. The number of elements in this array must be 0 or be the same as the number of elements in edgeSubentPathArr. 
Description

Constructor for an AcDbPathRef that is a sequence of connected edges.

Links