User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.iegis_exception

Table of Contents

IEGIS_Exception interface

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

Exception class for all GIS_Viewer exceptions.

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

Syntax

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

Implements

Methods

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

Properties

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

2025/01/31 01:03

Page Tools