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

C++
AcDbPathRef(
    const AcDbFullSubentPathArray& edgeSubentPathArr, 
    const AcDbFullSubentPathArray& faceSubentPathArr
);
Parameters
Parameters 
Description 
edgeSubentPathArr 
Subent paths of the edges that make up the path. 
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