DK11 for .NET | TatukGIS.NDK.TGIS_Layer.RaiseBusyShake | Constructors | Fields | Methods | Properties | Events
Fires BusyShake method of the assigned viewer.
// C# public bool RaiseBusyShake( TObject _sender, long _pos, long _end );
' VisualBasic Public Function RaiseBusyShake( ByVal _sender As TObject, ByVal _pos As Long, ByVal _end As Long ) As Boolean
// Oxygene public function RaiseBusyShake( _sender : TObject; _pos : Int64; _end : Int64 ) : Boolean;
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_pos | long Int64 | current progress |
_end | long Int64 | maximal progress value |
Type | Description |
---|---|
bool Boolean | True if aborted |