GefScreen.RestartPointUpdates (method)

Restarts all the point updates for a screen.
Syntax: Boolean = object.RestartPointUpdates ( )
Description: Restarts all the point updates for a screen. Its is only effective to call this after calling CancelPointUpdates.

Examples

Sub GefScreen_RestartPointUpdates()
  CimGetScreen.RestartPointUpdates()
End Sub
See Also: CancelPointUpdates