Recognizing IJCAD Selection States

Asked 1 years ago, Updated 1 years ago, 406 views

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.

.net ijcad

2022-09-30 21:53

1 Answers

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?


2022-09-30 21:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.