AcDbMleaderStyle::setArrowSymbolId is unresolved
AcDbMleaderStyle::setArrowSymbolId(AcDbObjectId&),
AcDbMleaderStyle::setEnableLanding(bool),
and AcDbMleaderStyle::setLeaderLinetypeId(AcDbObjectId&)
is unresolved.
I have in libraryPaths all neccessary path:
C:\Autodesk\BRX_2022\lib64
C:\Autodesk\BRX_2022\utils\HlrApi\lib64
C:\Autodesk\BRX_2022\utils\amodeler\lib64
C:\Autodesk\BRX_2022\utils\brep\lib64
and of course in includedirectories all neccessary path:
C:\Autodesk\BRX_2022\inc
C:\Autodesk\BRX_2022\inc64
C:\Autodesk\BRX_2022\utils\HlrApi\inc
C:\Autodesk\BRX_2022\utils\amodeler\inc
C:\Autodesk\BRX_2022\utils\brep\inc
C:\Autodesk\BRX_2022\utils\Atil\Inc
Where is the error?
Comments
-
Indeed, these functions are not yet implemented for AcDbMLeaderStyle :-(
we will add these to be implemented for an upcoming BricsCAD update ...
thanks for reporting;
you might add such reports to our SupportRequest system (on the website, under support), so we can better track such missing stuff.
thanks & many greetings !0 -
Thank you for information. It is little unexpected, that this function has declaration and not implementation.
I hope, if I develope a new AcDbMLeaderSyle, the default values (Arrow, Enablle Landing and continuos linetype) is set.
Thanks,
Michal Hadraba0