User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_subscribe

Table of Contents

IGIS_Subscribe interface

DK for ActiveX | TatukGIS_XDK11.IGIS_Subscribe | Interfaces | Methods

Interface for objects that receive viewer subscription notifications.

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

Syntax

// C#
public interface IGIS_Subscribe: ITBaseObject
{
}
' VisualBasic
Public Interface IGIS_Subscribe
  Implements ITBaseObject
End Class
// Oxygene
type
  IGIS_Subscribe = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
SubscribedEvent public Subscriber notification event.

Remarks

Implement this interface in controls or helper objects that subscribe to viewer update notifications, such as TGIS_ControlLegend and TGIS_ControlScale. See also TGIS_Viewer.Subscribe and TGIS_Viewer.UnSubscribe.

2026/07/11 00:07

Page Tools