DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.BusyShake | Methods | Properties
Shake Busy state.
// C# public void BusyShake( ITBaseObject _sender, int _pos, int _end, ref WordBool _abort );
' VisualBasic Public Sub BusyShake( ByVal _sender As ITBaseObject, ByVal _pos As Integer, ByVal _end As Integer, ByRef _abort As WordBool )
// Oxygene public procedure BusyShake( _sender : ITBaseObject; _pos : Integer; _end : Integer; var _abort : WordBool );
Name | Type | Description |
---|---|---|
_sender | ITBaseObject | component which is causing long-term operations |
_pos | int Integer | current progress |
_end | int Integer | maximal progress value |
_abort | WordBool | if set to True inside message handler then an abort request. |
For percent of completion calculation you should provide proper _pos and _end values. If you can not calculate these values - please provide 0.
See BusyPrepare.