DK11 for Python | tatukgis.pdk.TGIS_LayerVector.FlashShape | Constructors | Methods | Properties | Events
Flashes shape several times
# Python def FlashShape( self _uid: TGIS_Uid _times: int _delay: int ) -> None:
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | uid of the shape to be flashed |
_times | int | the number of times the shape will flash (maximum is 20) |
_delay | int | delay time in msec. between each color change (maximum is 10000) |