DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.Error | Constructors | Fields | Methods | Properties
Error code of the last method.
Value | Description |
---|---|
CLEAR (0) | no errors |
NOBOUNDING (103) | bounding polygon can not be created |
other | see TGIS_CSProjAbstract.Error |
// Delphi public property Error : Integer read;
// C++ Builder public: __property int Error = {read};
Type |
---|
Integer |
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.