User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.error

Table of Contents

TGIS_CSCoordinateSystem.Error property

DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.Error | Constructors | Fields | Methods | Properties

Error code of the last method.

ValueDescription
CLEAR (0)no errors
NOBOUNDING (103)bounding polygon can not be created
othersee TGIS_CSProjAbstract.Error

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

Syntax

// Delphi
public
  property Error : Integer read;
// C++ Builder
public:
  __property int Error = {read};

Value

Type
Integer

Remarks

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

To test coordinate validity test if result vales are lower then 1e38.

2022/11/16 01:16

Page Tools