Message 1 of 8

Not applicable
06-10-2014
04:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. I would like to request my engineers to name all work features as they are created. So, for example, when an engineer creates a new work axis, I will show you a dialog asking axis name. Then I change the name of the property of the work feature to the entered text. I've tried to find an event that tells the program when work feature has been added. I found DocumentEvents onChange event, but it does not give me enough information. I just get the following info from the Context parameter:
Context (0): "Create Work Feature"
Context (1): "Work Feature"
Context (2): 1
This event does not give me a work feature object itself, which I need. How can I get it? Is there another event I missed?
Solved! Go to Solution.