User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.iegis_paintexception

Table of Contents

IEGIS_PaintException interface

DK for ActiveX | TatukGIS_XDK11.IEGIS_PaintException | Interfaces | Methods | Properties

Exception class for paint-time GIS viewer errors.

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

Syntax

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

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Create_ public Construct exception.
(Inherited from IEGIS_Exception)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)

Properties

Inherited Protected
Name Visibility Description
ErrNo public Error number.
(Inherited from IEGIS_Exception)
ExceptionMessage public Message text from the original exception.
Layer public Name of the layer being painted when the exception occurred.
RefCode public Additional code associated with the exception, such as a line number used by an import filter.
(Inherited from IEGIS_Exception)
RefString public Additional string associated with the exception, such as a file name used by an import filter.
(Inherited from IEGIS_Exception)

2026/07/11 00:07

Page Tools