User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_doublearray

TGIS_DoubleArray type

DK11 for Delphi | GisTypes.TGIS_DoubleArray | Constants | Enums | Classes | 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;
2022/11/30 19:19

Page Tools