Share

AcDbItemLocator::AcDbItemLocator (AcDbItemLocator&) Constructor

C++

ACDBCORE2D_PORT AcDbItemLocator(
    const AcDbItemLocator& other
);

Description

Copy constructor, this copies all indices of the other object to this object.

Parameters

Parameters Description
other The other AcDbItemLocator object intended to copy from.

Links

AcDbItemLocator Class

Was this information helpful?