User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.flash_2_integer_integer

Table of Contents

ITGIS_Shape.Flash_2 method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Flash_2 | Methods | Properties

Flashes the shape in the viewer using custom repetition and delay values.

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

Syntax

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

Parameters

Name Type Description
_times int
Integer
number of flash repetitions
_delay int
Integer
delay in milliseconds between flash state changes

Remarks

PURPOSE: Provides temporary visual highlighting with application-defined timing, for example to emphasize alerts or selected features.

BEHAVIOR: Flashes the shape _times times with _delay milliseconds between changes. Actual rendering depends on the associated viewer implementation.

CONSTRAINTS: Requires the shape to be associated with a valid viewer that supports flashing.

2026/07/05 01:25

Page Tools