DBReadArray()

  DBReadArray and DBWriteArray

Description

DBReadArray() is used to read a PCIDSK array segment.

Call Signature

double ptrDBReadArray ( int/string filespec, int segment_num )

Return Value

double ptr

A pointer to an array of double precision values.

Arguments

int/string filespec:

This can either be the handle returned by DBOpen(), or the name of an open file.

int segment_num:

The segment number of the array segment to be read.

Remarks

The returned array can be freed with EFree(). The size of the array can be determined with F$LEN().

See also

GDB file functions

DBWriteArray()

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.