User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.subscribe_igis_subscribe

Table of Contents

TGIS_ViewerWnd.Subscribe method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Subscribe | Constructors | Fields | Methods | Properties | Events

Add provided control to the notification subscription list.

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

Syntax

Implements IGIS_Viewer.Subscribe.

// C#
public void Subscribe(
  IGIS_Subscribe _control
);
' VisualBasic
Public Sub Subscribe(
  ByVal _control As IGIS_Subscribe
)
// Oxygene
public
  procedure Subscribe(
    _control : IGIS_Subscribe
  );

Parameters

Name Type Description
_control IGIS_Subscribe - control which should become a subscriber
2022/11/16 01:38

Page Tools