Share

acedUnmarkForDelayXRefRelativePathResolve Function

C++

void acedUnmarkForDelayXRefRelativePathResolve(
    const AcDbObjectId& xrefDefId
);

File

acedxref.h

Description

Unmarks the input Xref definition object ID, which is marked in the function acedMarkForDelayXRefRelativePathResolve(.)If this object ID is not marked before by the function acedMarkForDelayXRefRelativePathResolve(), then this function will be a no-operation.

Parameters

Parameters Description
xrefDefId The object ID of the XRef definition object

Was this information helpful?