User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprojabstract.error

Table of Contents

ITGIS_CSProjAbstract.Error property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Error | Methods | Properties

Error number.

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

Syntax

// C#
public Integer Error
{
  get {}
}
' VisualBasic
Public Property Error As Integer
  Get
  End Get
End Property
// Oxygene
public
  property Error : Integer read;

Value

Type Comments
int
Integer
<para>CLEAR (0) - no errors</para><para>UNSOLVABLE (100) - projection can not be solved</para><para>WRONGPARAMS (101) - wrong projection setup improper parameters</para><para>NOTONSPHERE (102) - projection must be constructed on sphere</para>

Remarks

The error number is only for informational purposes. On multithread application result can be unpredictable.

To test projection validity test if result values are lower then 1e38.

2022/11/16 01:08

Page Tools