I've succesfully created a Sweep
using a loaded profile. Now I need to flip it along the path. I've tried this statement:
sweep.ProfileSymbol.IsFlipped = true
But, after the execution, IsFlipped
is always false
. What I'm doing wrong?
I've succesfully created a Sweep
using a loaded profile. Now I need to flip it along the path. I've tried this statement:
sweep.ProfileSymbol.IsFlipped = true
But, after the execution, IsFlipped
is always false
. What I'm doing wrong?
Do you have any more of the code sample available? Perhaps you've moved out of the local range of the variable by the time you query the value of "sweep's" status?