Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I tried to use PartComponentDefinition.RolledBackForEdit to check if the End Of Part marker is rolled back (i.e. not all the way at the bottom), but it doesn't seem to work.
The description in the Autodesk Inventor API Help states:
Property that gets whether the model is currently rolled back to a previous point in the feature history.
I ended up using PartComponentDefinition.GetEndOfPartPosition to accomplish the same thing, but I'm curious as to what RolledBackForEdit does. Any ideas?
Solved! Go to Solution.