DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent.ControlUpdateSynchronize | Methods
Wait for pending paint operation to be finalized.
// C# public WordBool ControlUpdateSynchronize( WordBool _interrupt );
' VisualBasic Public Function ControlUpdateSynchronize( ByVal _interrupt As WordBool ) As WordBool
// Oxygene public function ControlUpdateSynchronize( _interrupt : WordBool ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _interrupt | WordBool | interrupt any pending operation |
| Type | Description |
|---|---|
| WordBool | True if operation were synchronized; False if synchronization is not possible and current operation should not continue. |
Do not call this method directly. Method is only for internal Viewer/Parent communication.