Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi, I'm desperate,
I'm trying to reorder feature in tree after last feature.
Both features are completely independent. My code:
Feature sketch = ...
Feature last = ...
ReorderAfterOperation op = sketch.CreateReorderAfterOp(last);
FeatureOperations ops = FeatureOperations.create();
ops.append(op);
model.ExecuteFeatureOps(ops, null); --> throws XToolkitBadContext exception
Any ideas ?
Thanks.
Solved! Go to Solution.
Hi,
Look at these articles:
Hi,
Look at these articles: