User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.flashshape_olevariant_integer_integer

Table of Contents

ITGIS_LayerVector.FlashShape method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.FlashShape | Methods | Properties

Flashes shape several times

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

Syntax

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

Parameters

Name Type Description
_uid OleVariant 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:10

Page Tools