Share

AcDbPathRef Constructor

Overload List

Method Description
AcDbPathRef::AcDbPathRef () Default constructor.
AcDbPathRef::AcDbPathRef (AcArray<AcDbEdgeRef>&) Creates an AcDbPathRef from a sequence of AcDbEdgeRefs.
AcDbPathRef::AcDbPathRef (AcDbFullSubentPathArray&, AcDbFullSubentPathArray&) Constructor for an AcDbPathRef that is a sequence of connected edges.
AcDbPathRef::AcDbPathRef (AcDbPathRef&) The constructor creates an AcDbPathRef based on another AcDbPathRef object.

Was this information helpful?