Message 1 of 4

Not applicable
08-05-2014
03:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an Analysis Result Object with many Analysis Configuration.
I'd like to animate the view by switching them in a sequence.
I can change this parameter by value(which I have no idea where it comes from):
sfm.get_Parameter(BuiltInParameter.SPATIAL_FIELD_MGR_CURRENT_NAME).Set(8);
But can't change by Value String(which is more meaningful):
sfm.get_Parameter(BuiltInParameter.SPATIAL_FIELD_MGR_CURRENT_NAME).SetValueString("1407250901");
Is there a way to change it or find the available values?
Solved! Go to Solution.