Share

acdbDetachXref

C++

Acad::ErrorStatus acdbDetachXref(
    AcDbDatabase* pHostDb, 
    const AcDbObjectId& xrefBlkId
);

File

acdbxref.h

Description

This function detaches the xref in pDb whose AcDbBlockTableRecord is specified by xrefBlkId.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pHostDb Input pointer to host AcDbDatabase
xrefBlkId Input object ID of the xref block to detach

Was this information helpful?