Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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:
