Description
Functions
Function | Description |
---|---|
![]() | Deprecated. Accepts an xref file pathname and returns an internally allocated block name symbol string buffer 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. The block name string's buffer must be released using acutDelString(). |
![]() | 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. |