User Tools

Site Tools


api:dk11:delphi:gisclasses.egis_paintexception

EGIS_PaintException class

DK11 for Delphi | GisClasses.EGIS_PaintException | Classes | Constructors | Fields

Exception class for GIS_Viewer paint exceptions.

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

Syntax

// Delphi
type
  EGIS_PaintException = class( EGIS_Exception )
  end;
// C++ Builder
class PASCALIMPLEMENTATION EGIS_PaintException : public EGIS_Exception
{
};

Inheritance

→ Exception → EGIS_Exception

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an object.

Fields

Inherited Protected
Name Visibility Description
ErrNo public Error number.
(Inherited from EGIS_Exception)
ExceptionMessage public Exception message.
Layer public Layer name.
RefCode public Additional code referring to exception (like line number in import filters etc.)
(Inherited from EGIS_Exception)
RefString public Additional String referring to exception (like file name in import filters, etc.)
(Inherited from EGIS_Exception)

2022/11/16 01:14

Page Tools