User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_subscribe

Table of Contents

IGIS_Subscribe interface

DK for Delphi | GisInterfaces.IGIS_Subscribe | Interfaces | Methods

Subscriber mechanism interface.

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

Syntax

// Delphi
type
  IGIS_Subscribe = interface
    ['{9F757476-8DCD-4B4E-80BE-A1CCAF3FE3AD}']
  end;
// C++ Builder
__interface INTERFACE_UUID("{9F757476-8DCD-4B4E-80BE-A1CCAF3FE3AD}")
IGIS_Subscribe : public IInterface
{
};

Methods

Inherited Overrides Protected
Name Visibility Description
SubscribedEvent public Subscriber notification event.

Remarks

TGIS_ControlLegend and TGIS_ControlScale are capable to subscribe TGIS_Viewer update event. See also TGIS_Viewer.Subscribe and TGIS_Viewer.UnSubscribe

2025/01/31 01:07

Page Tools