DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.WaitForNotBusy | Methods | Properties
Call _proc when viewer will fully end painting process.
// C# public void WaitForNotBusy( ITBaseObject _sender, ITGIS_WaitForNotBusyProc _proc );
' VisualBasic Public Sub WaitForNotBusy( ByVal _sender As ITBaseObject, ByVal _proc As ITGIS_WaitForNotBusyProc )
// Oxygene public procedure WaitForNotBusy( _sender : ITBaseObject; _proc : ITGIS_WaitForNotBusyProc );
| Name | Type | Description |
|---|---|---|
| _sender | ITBaseObject | sender object |
| _proc | ITGIS_WaitForNotBusyProc | procedure to be executed |