I'm using the .Net API on IJCAD 2015.
An exception (eNotImplementedYet) occurs when you create a graphic and call TransactionManager.QueueForGraphicsFlush.If the same code was executed in AutoCAD 2014, the drawing was updated without any problems.
Is there something missing?
.net ijcad
The exception occurs because TransactionManager.QueueForGraphicsFlash() is not currently implemented in IJCAD.
If you want to update your drawing, call Editor.Regen().
© 2024 OneMinuteCode. All rights reserved.