User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_gridarray

TGIS_GridArray type

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]).

Available also on: ActiveX | Python.

Syntax

// 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;
2025/01/31 01:14

Page Tools