DBSetChanInfo()

Description

DBSetChanInfo() is used to set the external channel layout information for a PCIDSK file channel.

Call Signature

DBSetChanInfo ( int/string filespec, int channel_num, ChanLayoutInfo ptr info )

This function has no return value.

Arguments

int/string filespec:

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

int channel_num:

The channel to write the layout information from.

ChanLayoutInfo ptr info:

The structure containing the layout information.

Remarks

This function only works for PCIDSK files, and the PCIDSK file must have been created with FILE interleaving.

See also

GDB file functions

DBGetChanInfo()

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