Message 1 of 5
Get the child (dependent) features of a Part Feature using iLogic/API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the Part environment, we can right-click on a Part feature and click "Relationships..." to see a dialog with a list of its Parent and Child features. The list of Child features is particularly useful for determining what depends on the feature.
Is there any way to get this same "Children" list via the API? I don't see anything like "Children" or "Dependents" under the PartFeature object.
Suggestions how how to determine the children programmatically are welcome, but I would prefer a built-in property if one exists, as that will always be faster and more stable.