User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_doublearray

TGIS_DoubleArray type

DK for Delphi | GisTypes.TGIS_DoubleArray | Constants | Enums | Methods | Classes | Interfaces | Delegates | Records | Types

Array of Double.

Available also on: ActiveX | Python.

Syntax

// Delphi
type
  TGIS_DoubleArray = array of Double;
// C++ Builder
public:
  DynamicArray<double> TGIS_DoubleArray;
2026/03/11 18:11

Page Tools