User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.flashshape_tgis_uid_integer_integer

Table of Contents

TGIS_LayerVector.FlashShape method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.FlashShape | Constructors | Fields | Methods | Properties | Events

Flashes shape several times

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual void FlashShape(
  long _uid,
  int _times,
  int _delay
);
' VisualBasic
Public Overridable Sub FlashShape(
  ByVal _uid As Long,
  ByVal _times As Integer,
  ByVal _delay As Integer
)
// Oxygene
public
  procedure FlashShape(
    _uid : TGIS_Uid;
    _times : Integer;
    _delay : Integer
  ); virtual;

Parameters

Name Type Description
_uid long
TGIS_Uid
uid of the shape to be flashed
_times int
Integer
the number of times the shape will flash (maximum is 20)
_delay int
Integer
delay time in msec. between each color change (maximum is 10000)
2022/11/16 01:34

Page Tools