Share

AcDbPathRef::AcDbPathRef (AcDbPathRef&) Constructor

C++

ACDBCORE2D_PORT AcDbPathRef(
    const AcDbPathRef&
);

Description

The constructor creates an AcDbPathRef based on another AcDbPathRef object.

Parameters

Parameters Description
unnamed Input a reference to the object to copy

Links

AcDbPathRef Class

Was this information helpful?