DK for .NET | TatukGIS.NDK.TGIS_GridArray | Enums | Classes | Interfaces | Delegates | Records | Types
Array of Array of Single (array of grid image lines- point[row][column]).
// C# // Type aliases are supported only on Oxygene language. C# developers should use // a raw defintion instead: float[][]
' VisaulBasic ' Type aliases are supported only on Oxygene language. VisualBasic developers should use ' a raw defintion instead: Single()()
// Oxygene type TGIS_GridArray = public array of TGIS_SingleArray;