Share

acedSetXrefResolvedWithUpdateStatus Function

C++

Acad::ErrorStatus ACDB_PORT acedSetXrefResolvedWithUpdateStatus(
    AcDbBlockTableRecord* pBTR
);

File

acedxref.h

Description

This function forces the Xref Notification feature to treat the specified Xref as having been resolved with an updated drawing, just as if it was reloaded through the user interface.

Returns Acad::eOk if successful; otherwise, eInvalidInput if pBTR was NULL or invalid.

Parameters

Parameters Description
pBTR Input pointer to the AcDbBlockTableRecord, which corresponds to the external reference. Note, this object must be opened for read.

Was this information helpful?