DK11 for Python | tatukgis.pdk.TGIS_Layer.RaiseBusyEvent | Constructors | Methods | Properties | Events
Fires Busy event of the layer.
# Python def RaiseBusyEvent( self _sender: Object _pos: int _end: int ) -> bool:
Name | Type | Description |
---|---|---|
_sender | Object | component which is causing long-term operations |
_pos | int | current progress |
_end | int | maximal progress value |
Type | Description |
---|---|
bool | True if aborted |