DK for ActiveX | TatukGIS_XDK11.IEGIS_PaintException | Interfaces | Methods | Properties
Exception class for GIS_Viewer paint exceptions.
// 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;
| 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) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| ErrNo | public | Error number. (Inherited from IEGIS_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 IEGIS_Exception) |
|
| RefString | public | Additional String referring to exception (like file name in import filters, etc.) (Inherited from IEGIS_Exception) |
|