Example #1
0
 /// <summary>
 /// Forces all views to redraw at time T.
 /// </summary>
 public static void RedrawViews(TimeValue t)
 {
     _Interface.RedrawViews(t, RedrawFlags.Normal, null);
 }