Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all.
I'm just wondering if anybody has a solution to, or has at least encountered the same issue I am having with the .NET api.
I'm writing a plugin that requires listening for nodes added and removed. Previously, in both Python and C++, I've done this using MDGMessage's addNodeAdded/RemovedCallback. In the .NET API, however, these seem to be essentially missing. I had a browse of the DLL for the C# library, and the functionality appears to be there for the rest of the callbacks exposed, but the aforementioned callbacks are imlemented (?) in a mind-boggling way I can't seem to wrap my head around.
Can somebody please shed some light on this functionality in the .NET API?
Thanks.
Solved! Go to Solution.