SoWinRenderAreaScheduleOverlayRedraw Method |
Note: This API is now obsolete.
Schedules a redraw of the overlay planes to happen sometime soon (as opposed to immediately).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void ScheduleOverlayRedraw()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub ScheduleOverlayRedraw
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void ScheduleOverlayRedraw()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member ScheduleOverlayRedraw : unit -> unit
RemarksThis can be used to compress multiple redraws.Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also