C++
ACCORE_PORT Acad::ErrorStatus acedXrefCreateBlockname( const ACHAR* XrefPathname, AcString & XrefBlockname );
File
acedxref.h
Description
Accepts an xref file pathname and returns a string that contains a block name that follows the AutoCAD policy rules for its creation. Typically, this is the filename of the xref file.
Returns an error if the block name cannot be created. Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
XrefPathname | Input pointer to an xref file pathname |
XrefBlockname | Returns a string with the block name |