DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.RaiseBusyShake | Methods | Properties
Fires BusyShake method of the assigned viewer.
// C# public WordBool RaiseBusyShake( ITBaseObject _sender, int _pos, int _end );
' VisualBasic Public Function RaiseBusyShake( ByVal _sender As ITBaseObject, ByVal _pos As Integer, ByVal _end As Integer ) As WordBool
// Oxygene public function RaiseBusyShake( _sender : ITBaseObject; _pos : Integer; _end : Integer ) : WordBool;
Name | Type | Description |
---|---|---|
_sender | ITBaseObject | component which is causing long-term operations |
_pos | int Integer | current progress |
_end | int Integer | maximal progress value |
Type | Description |
---|---|
WordBool | True if aborted |