Message 1 of 13

Not applicable
07-09-2019
09:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all. I'm trying to write a plug-in that automatically slices the graphics when a sketch is created and edited.
Here's the code I'm using:
The MessageBox displays as expected for NEW sketches, so we know the code works. However, the code to run the command "SketchSliceGraphicsCmd" does not. What's missing in order to run the command? What is the process of using a built in command called? Raising an Event? Handling a Trigger?
Lastly, the sub runs "OnNewSketch". I do not see a "OnSketchEdit". What is the equivalent event for triggering an event when a sketch is edited?
Solved! Go to Solution.