We are developing an application for IJCAD using .NET.
I want to receive a notification when I select a figure without executing the command, but I don't know how to do it.
AUTOCAD was accomplished by hooking the Document.ImpliedSelectionChanged event.
What should I do with IJCAD?
Thank you for your cooperation.
IJCAD's .NET API is highly compatible with AutoCAD's .NET API, so
Basically, I think you can do it with the same code as AutoCAD.
(IJCAD can also use the Document.ImpliedSelectionChanged event)
Or do you feel like you don't know how to build an environment where IJCAD uses the .NET API?
© 2024 OneMinuteCode. All rights reserved.