SoWinRenderAreaScheduleRedraw Method |
Schedules a redraw to happen sometime soon (as opposed to immediately).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void ScheduleRedraw()
Public Sub ScheduleRedraw
public:
void ScheduleRedraw()
member ScheduleRedraw : unit -> unit
RemarksThis can be used to compress multiple redraws.
See Also