DK for Delphi | GisTypes.TGIS_GridArray | Constants | Enums | Classes | Delegates | Records | Types
Array of Array of Single (array of grid image lines- point[row][column]).
// Delphi type TGIS_GridArray = array of TGIS_SingleArray;
// C++ Builder public: DynamicArray<TGIS_SingleArray*> TGIS_GridArray;