User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerevents.paintexceptionevent_wordbool_iegis_paintexception

Table of Contents

ITGIS_ViewerEvents.PaintExceptionEvent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerEvents.PaintExceptionEvent | Methods

PaintException event. Will be fired when Paint rises an exception. If not assigned a regular exception will be raised.

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

Syntax

// C#
public void PaintExceptionEvent(
  ref WordBool Translated,
  IEGIS_PaintException Exception
);
' VisualBasic
Public Sub PaintExceptionEvent(
  ByRef Translated As WordBool,
  ByVal Exception As IEGIS_PaintException
)
// Oxygene
public
  procedure PaintExceptionEvent(
    var Translated : WordBool;
    Exception : IEGIS_PaintException
  );

Parameters

Name Type Description
Translated WordBool
Exception IEGIS_PaintException
2022/11/30 19:10

Page Tools