C++
void acedMarkForDelayXRefRelativePathResolve( const AcDbObjectId& xrefDefId );
File
acedxref.h
Description
Marks the input Xref definition object ID that helps to delay resolving its referenced file path type to relative .
This function should be used for unnamed host drawing, in which the host drawing's file path is still not determined until it is saved, so relative type path cannot be saved in Xref definitions with this function. These marked XRef definitions will be resolved to relative path when the host drawing is saved.
Parameters
Parameters | Description |
---|---|
xrefDefId | The object ID of the XRef definition object |